When specifying values (computer name, host name, IP address) that are determined after the L-Server is deployed, create variables in the parameter values.
Create variables in the following format:
#{Variable name} Example: <value>#{server.os.computername}</value>
Variables list
The following table describes the variables that can be used:
Variable name | Description |
---|---|
server.os.computername | Computer name/Host name |
server.nic.ipaddress | IP address |
server.nic[NIC serial number].ipaddress | IP address The NIC serial number is the variable specified in the template information NIC serial number. This is specified as follows, for example: |
server.nic[NIC_BUSINESS].ipaddress | IP address If more than one exists, the IP address of the NIC with the lowest number. If none exists, the IP address of the NIC connected to a management segment. |
server.nic[NIC_MANAGEMENT].ipaddress | IP address The IP address of the NIC connected to a management segment. If more than one exists, the IP address of the NIC with the lowest number. If none exists, the IP address of the NIC connected to a business segment. |
server.nic[NIC_CONTROL].ipaddress | IP address |
Note
Variables
Escape sequence
If you want to specify the character "#" as a parameter value, escape with "\" like "\#". If you want to specify the character "\", write "\\".