Skip to content

Solaris XSCF Setup⚓︎

Network Setup⚓︎

Text Only
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
XSCF> setnetwork xscf#0-lan#0 -m 255.255.255.0 192.168.0.5
# If there are incorrect routes in showroute, use the following to remove them
# setroute -c del -n 0.0.0.0 -g 192.168.1.254 xscf#0-lan#0
XSCF> setroute -c add -n 0.0.0.0 -m 0.0.0.0 -g 192.168.0.254 xscf#0-lan#0
XSCF> setnameserver 192.168.1.1 192.168.1.2
XSCF> sethostname xscf#0 servername-xscf
XSCF> sethostname -d company.org
XSCF> applynetwork
XSCF> setntp -c add 192.168.1.1 192.168.1.2
XSCF> settimezone -c settz -s America/Denver
XSCF> showntp -l
XSCF> showtimezone -c tz
XSCF> rebootxscf
The XSCF will be reset. Continue? [y|n] :y
wait for XSCF reboot...

# check the date with showdate, if it is still incorrect address networking issues or set the date manually
# The following example specifies the current time as local time 16:59:00 January 27, 2012.
# setdate -s 012716592012.00

XSCF> showntp -l
XSCF> showdate

References⚓︎