Top
Systemwalker Software Configuration Manager Software Parameter Setting Guide for ServerView Resource Orchestrator
FUJITSU Software

6.1.5 Variables that can be Specified in Values

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
IP address of the network interface card (NIC) with the lowest NIC serial number.

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:
[1]: IP address of the NIC specified in NIC serial number 1
[2]: IP address of the NIC specified in NIC serial number 2

server.nic[NIC_BUSINESS].ipaddress

IP address
The IP address of the NIC connected to a business 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 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
The IP address of the control NIC.

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 "\\".