Configuring Arrays on HP Smart Array Controllers Reference Guide

HP Array Configuration Utility 15
The iso1 parameter helps the PXE-booted ACU Offline CD locate the ISO image. The iso1mnt parameter tells
the PXE-booted ACUCD where the iso1 image must be mounted.
Your final configuration must be similar to the following example:
label sos
MENU LABEL HP ProLiant Offline ACU Image
kernel vmlinuz
append initrd=initrd.img media=cdrom rw root=/dev/ram0
ramdisk_size=257144 init=/bin/init loglevel=3 ide=nodma ide=noraid
pnpbios=off vga=791 splash=silent showopts TYPE=AUTOMATIC
iso1=nfs://192.168.0.99/path/to/acucd/image/hpacuoffline-8.75-12.0.iso
iso1mnt=/mnt/bootdevice
label vsos
MENU LABEL HP ProLiant Offline ACU Image
kernel vmlinuz
append initrd=initrd.img media=cdrom rw root=/dev/ram0
ramdisk_size=257144 init=/bin/init loglevel=3 ide=nodma ide=noraid
pnpbios=off vga=791 splash=silent showopts TYPE=MANUAL
iso1=nfs://192.168.0.99/path/to/acucd/image/hpacuoffline-8.75-12.0.iso
iso1mnt=/mnt/bootdevice
You can add additional ISO images by specifying the additional iso# and iso#mnt arguments, for example,
iso2=/path/to/iso2.iso iso2mnt=/mnt/iso2.
Supported network file systems
The following network file systems are supported for use with PXE booting:
NFS:
iso1=nfs://192.168.0.99/path/to/acucd/image/hpacuoffline-8.75-12.0.iso
iso1mnt=/mnt/bootdevice
NFS volumes are mounted with the following options:
o -o ro
o nolock
Windows® operating systems:
iso1=smbfs://192.168.0.99/share/path/to/acucd/image/hpacuoffline-8.75-12
.0.iso iso1mnt=/mnt/bootdevice
Windows® operating systems with login credentials:
iso1=smbfs://user:password@192.168.0.99/share/path/to/acucd/image/hpacuo
ffline-8.75-12.0.iso iso1mnt=/mnt/bootdevice
Accessing ACU in the online environment
To access, install, and launch ACU in the online environment, you must download the ACU executables. All
three formats have separate executables.
Starting with version 8.28.13.0, ACU Scripting is now a standalone application that is distributed with the
ACU CLI application. In ACU versions prior to 8.28.13.0, the scripting executable was provided with the
ACU GUI component.