M9000, M8000, M5000 or M4000 Configuration Guide

This is intended to be a quick start guide to configuring the M-series servers. Sun has good documentation (albeit verbose) for the M-series, so read those documents first to understand the commands below.

Setup Networking

#configure the IP for XSCF-LAN#0 on XSCF Unit 1
XSCF> setnetwork xscf#1-lan#0 -m <netmask> <IP>
XSCF> setnetwork -c up <interface>
XSCF> shownetwork
XSCF> setroute -c add -n <IP> -g <IP> <interface>
#After configuring the interface, you must apply then reboot the xscf.
XSCF> applynetwork
XSCF> rebootxscf

# After reboot, verify network settings
XSCF> shownetwork -a

#set hostname and dns server for xscf
XSCF> sethostname <xscf#0|xscf#1> <hostname>
XSCF> sethostname -d <domainname>
XSCF> showhostname -a
XSCF> setnameserver <IP>

#add the NTP server
XSCF> setntp -c add <IP>
XSCF> rebootxscf

#enable http, email and ssh services
XSCF> sethttps -c enable
XSCF> setsmtp
XSCF> setssh -c enable

Domain Configuration

showfru sb 0

#setup system board which can be used for single (-x 1) or multiple (-x 4) domains.
setupfru -x 1 sb 0
#map the lsb to the xsb
XSCF> setdcl -d 0 -a 0=00-0
XSCF> setdcl -d 0 -a 1=01-1
XSCF> setdcl -d 0 -a 2=02-2
XSCF> setdcl -d 0 -a 3=03-3
#assign the boards to the domain
XSCF> addboard -c assign -d 0 00-1 00-3
XSCF> poweron -d 0
XSCF> showdcl -v -d 0
XSCF> showboards -a
XSCF> console -d 0

MOUNT DVD TO DOMAIN

XSCF> cfgdevice -l
XSCF> cfgdevice -c attach -p 0-0 #<port number> # IOU number-PCI slot number
XSCF> console -d 0
% cfgadm -c configure <app id> # c0
# /etc/init.d/volmgt start


This document was generated using AFT v5.096