7.5.1 Setting an XSCF Host Name and Domain Name
7.5.1 Setting an XSCF Host Name and Domain Name
- Execute the showhostname command to display host names.
The following example displays the factory default settings.
XSCF> showhostname -a bb#00:localhost.localdomain bb#01:localhost.localdomain |
- Execute the sethostname command to set a host name.
For xscfu, specify the SPARC M12-2S for which a host name is set up.
For hostname, specify the host name to be set for the master XSCF and standby XSCF.- In the case of SPARC M12-2S (without crossbar box): bb#00, bb#01- In the case of SPARC M12-2S (with crossbar box): xbbox#80, xbbox#81
XSCF> sethostname xscfu hostname |
- The following example sets the host name scf0-hostname for BB#00 and the host name scf1-hostname for BB#01.
XSCF> sethostname bb#00 scf0-hostname XSCF> sethostname bb#01 scf1-hostname |
- The following example sets the host name scf0-hostname for XBBOX#80 and the host name scf1-hostname for XBBOX#81.
XSCF> sethostname xbbox#80 scf0-hostname XSCF> sethostname xbbox#81 scf1-hostname |
- The following example sets the domain name example.com for the master XSCF and standby XSCF.
XSCF> sethostname -d example.com |
< Previous Page | Next Page >