XSCF commands

Initial login to XSCF is usually eis-installer / sun123


Add the super-user account

XSCF> adduser super-user
XSCF> password -e Never super-user
XSCF> password super-user
***For the next command, use the number of domains the server is setup for. Typically, M4000’s use domainadm@1, M5000’s use domainadm@1-2***
XSCF> setprivileges super-user platadm auditadm fieldeng useradm domainadm@1-2

 

For initial access or to reset a lost XSCF password, go to the below link:

http://docs.sun.com/source/819-3601-14/

Under the Access Control section, select XSCF Passwords. You will use the procedure “To Log in Initially to the XSCF Console”


Connect To A Domain’s Console

XSCF> console -d 0  

Send A Break

XSCF> sendbreak -d 0

When a sendbreak fails for a domain, the domin mode secure setting needs to be disabled:

XSCF> setdomainmode -d 0 -m secure=off

Show Hardware Configuration

XSCF> showhardconf

Power Off A Domain

XSCF> poweroff -d 0

Show System Boards And Their Mode

XSCF> showfru -a sb  

Show System Boards In A Domain

XSCF> showboards -v -a  

Configure the XSCF on the network

This assumes you are configuring the lan#0 NIC on xscf#0. Modify as necessary:

XSCF> setnetwork xscf#0-lan#0 -m NETMASK IPADDRESS
XSCF> sethostname xscf#0 HOSTNAME-xscf0
XSCF> sethostname -d DOMAINNAME
XSCF> setroute -c add -n 0.0.0.0 -g DEFAULTGATEWAY xscf#0-lan#0
XSCF> applynetwork
XSCF> rebootxscf

Configure the DSCP Network

If the boot shows DSCP errors and/or the dscp and dcs services are failed in the OS, then SUN didn’t setup the DSCP network in the XSCF like they are supposed to before turning it over to us. This is something we can setup ourselves. Here is a standard setup on an M4000 (other M-Series servers simply increment the IPs by one for the additional domains):

 

      XSCF> setdscp
      DSCP network  [0.0.0.0        ] > 192.168.224.0
      DSCP netmask  [255.255.255.0  ] >
      XSCF address  [192.168.224.1  ] > 192.168.224.1
      Domain #00 address  [192.168.224.2  ] > 192.168.224.2
      Domain #01 address  [192.168.224.3  ] > 192.168.224.3
      Commit these changes to the database? [y|n] : y

Once the setup is complete, then a reboot of the XSCF needs to be performed:

 

      XSCF> rebootxscf

Once the XSCF has rebooted, the domain(s) configured also need to be rebooted:

 

Leave a Reply

Your email address will not be published. Required fields are marked *