Perform an IPL or dump operation from a SCSI device
To IPL an LPAR from a SCSI device, snipl requires specifications for the LPAR, the corresponding access data, the IPL device, target WWPN, and LUN. There are also several optional parameters.
Where:
- <image_name>
- specifies the LPARs for which to perform the IPL or dump operation.
If multiple LPARs are specified, the same command parameters apply
to all of them. If snipl
directly accesses the SE, this is the LPAR name as defined in the hardware setup.
If snipl accesses the SE through an HMC, the specification has the format <mainframe_system>-<lpar_name> where <mainframe_system> is the name that identifies the mainframe on the HMC. If you are using a snipl configuration file that defines an alias for an LPAR, you can specify the alias.
SE Example:lpar204HMC Example:z02-lpar204A snipl command applies to one or more LPARs that are controlled by the same HMC or SE. If multiple LPARs are specified, it is assumed that all LPARs are controlled by the same HMC or SE as the first LPAR. Other LPARs are ignored.
- |lpar-access-data|
- see Specifying access data for LPAR mode.
- -s or --scsiload
- performs an IPL from a SCSI device for the specified LPARs.
- -D or --scsidump
- creates a dump for the specified LPAR to a SCSI device.
- -F or --force
- unconditionally forces the operation.
- -A <loadaddress> or --address_load <loadaddress>
- specifies the hexadecimal four-digit device number of the IPL device. If this parameter is
omitted, the IPL device of the most recent SCSI IPL of the LPAR is used.Note: The IPL device must be on subchannel set 0.
- --parameters_load <string>
- specifies a parameter string for IPL. If this parameter is omitted, the string of the most recent SCSI IPL of the LPAR is used.
- --wwpn_scsiload <portname>
- specifies the worldwide port name (WWPN) for the SCSI IPL device. If fewer than 16 characters are specified, the WWPN is padded with zeroes at the end. If this parameter is omitted, the WWPN of the most recent SCSI IPL of the LPAR is used.
- --lun_scsiload <unitnumber>
- specifies the logical unit number (LUN) for the SCSI IPL device. If fewer than 16 characters are specified, the LUN is padded with zeroes at the end. If this parameter is omitted, the LUN of the most recent SCSI IPL of the LPAR is used.
- --bps_scsiload <selector>
- specifies the boot program that is required for the SCSI IPL device. Selector values are in the range 0 - 30. If this parameter is omitted, the boot program of the most recent SCSI IPL of the LPAR is used.
- --ossparms_scsiload <string>
- specifies an operating system-specific parameter string for IPL from a SCSI device. If this parameter is omitted, the string of the most recent SCSI IPL of the LPAR is used. This parameter string is ignored by the boot program and passed to the operating system or dump program to be loaded. For example, you can specify additional kernel parameters for Linux®.
- --bootrecord_scsiload <hexaddress>
- specifies the boot record logical block address for the SCSI IPL device. If fewer than 16 characters are specified, the address is padded with zeroes at the end. If this parameter is omitted, the address of the most recent SCSI IPL of the LPAR is used.
Example: The following command performs a SCSI IPL for an LPAR
SZ01LP00: # snipl SZ01LP00 -L 192.0.2.4 -e -P -s -A 3d0f --wwpn_scsiload 500507630303c562 \
--lun_scsiload 4010404900000000
Enter password:
Warning : No default configuration file could be found/opened.
processing...
SZ01LP00: acknowledged.
Note: Instead of using the continuation sign (\) at the end of the first line, you can specify the
complete command on a single line.