System attributes

Image Streamer allows you to access the OS volume and iSCSI initiator details using system attributes in Plan Scripts. System attributes have a similar syntax as that of custom attributes. During personalization, the system attributes are retrieved from Image Streamer or Image Streamer and are replaced with the corresponding attributes mentioned in the Plan Script.

The system attributes that are supported for accessing OS volume details are:

_Target.dev

Device id of the OS volume that is mounted during personalization. This system attribute has a fixed value of/dev/sda

_Target.name

Name of the OS volume

_Target.ip

IP address of the OS volume

_Target.port

Port of the OS volume

_Target.lun

The logical unit number of the OS volume

The system attributes that are supported for accessing iSCSI initiator volume details are:
iSCSI Initiator 1

_Initiator1.mac

MAC address of Initiator 1

_Initiator1.name

IQN of initiator 1

_Initiator1.ip

IP address of Initiator 1

_Initiator1.netmask

Subnet mask of Initiator 1

iSCSI Initiator 2

_Initiator2.mac

MAC address of Initiator 2

_Initiator2.name

IQN of initiator 2

_Initiator2.ip

IP address of Initiator 2

_Initiator2.netmask

Subnet mask of Initiator 2

If the Plan Script contains system attributes that correspond to iSCSI initiator 2 for a single frame configuration which has a single interconnect module, they are left unexpanded. For example: @_Initiator2.netmask@ in a single frame configuration is not expanded.