Useful commnds for setting up the XSCF
Create new user:
adduser <user name>
Set password:
password <username>
Set the privileges to the accoutn you've just created (in this case an Admin account):
setprivileges <user account> useradm mode platadm fieldeng auditadm
Show user accounts:
showuser -l
Set NTP and check time:
Show current timezone:
showtimezone -c tz
Configure timezone:
settimezone -c settz -s Europe/London
Show current NTP setting:
showntp -l
Configure NTP:
setntp -c add <ip address>
Check time settings:
showdate
Domain sessions:
To check the domain status:
showdomainstatus -a
To start a Domain console session on Domain 0
console -d 0
To reset the Domain OS (which will reboot the OS!!!)
reset -d 0 por (there are other options apart from por)
To start up Domain 0:
poweron -d 0
To shutdown Domain 0:
poweroff -d 0
I found a number of useful sites while working on the XSCF, one of which is:
http://saifulaziz.com/2010/07/21/m-series-extended-system-control-facility-xscf-command-line-guide/
No comments:
Post a Comment