A SERVICE OF

logo

setupplatform(8)
242 XSCF Reference Manual Last Revised June 2007
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
. . .