FUJITSU SPARC ENTERPRISE M4000 User Manual
Page 266

setupplatform(8)
298
XSCF Reference Manual • Last Revised November 2007
■
XSCF Network Settings
■
Internal DSCP Network
■
Domain Name Service
■
Network Time Protocol
■
SSH
■
HTTPS Server
■
Email reports
EXAMPLES
EXAMPLE 1
Creating a New User.
EXAMPLE 2
Configuring the XSCF Network.
EXAMPLE 3
Enabling ssh.
XSCF>
setplatform -p user
Do you want to set up an account? [y|n]:
y
Username:
myadminuser
User id in range 100 to 65533 or leave blank to let the system
choose one:
Username: myadminuser
User id:
Are these settings correct? [y|n]:
y
XSCF> adduser myadminuser
XSCF> setprivileges myadminuser useradm platadm platop
XSCF> password myadminuser
New XSCF password: [not echoed]
Retype new XSCF password: [not echoed]
XSCF>
setupplatform
Do you want to set up an account? [y|n]:
n
Do you want to set up the XSCF network interfaces? [y|n]:
y
Do you want to configure xscf#0-lan#0? [y|n]:
y
xscf#0-lan#0 ip address? []:
192.168.1.4
xscf#0-lan#0 netmask? [255.255.255.0]:
255.255.254.0
xscf#0-lan#0 default gateway? []:
192.168.1.1
xscf#0-lan#0 ip address: 192.168.1.4
xscf#0-lan#0 netmask: 255.255.254.0
xscf#0-lan#0 default gateway: 192.168.1.1
Are these settings correct? [y|n]:
y
XSCF> setnetwork xscf#0-lan#0 -m 255.255.254.0 192.168.1.4
. . .
XSCF>
setupplatform.sh -p network
Do you want to set up the XSCF network interfaces? [y|n]:
n
Do you want to set up the DSCP network? [y|n]:
n
Do you want to set up the domain name service? [y|n]:
n
Do you want to set up the network time protocol? [y|n]:
n
Do you want to set up ssh? [y|n]:
y
Enable ssh service? [y|n]:
y
XSCF> setssh -q -y -c enable
Do you want to set up https? [y|n]:
n
. . .