Procedure for Firmware upgrade
Answer / sbrahman75
Shutdown root cron on csslu377 servers
#./etc/init.d/cron stop
Reset the system controller from the console.
# resetsc -y
Upgrade the firmware on the system controller
> cd /114527-04
> lom -G ./sgrtos.flash
> lom -G ./sgsc.flash
Escape to lom> and reset the SC:
lom> resetsc -y
Upgrade the firmware on the system boards:
> lom -G ./lw8cpu.flash
> lom -G ./lw8pci.flash
Shutdown the Operating System.
#shutdown –i0 –g0 –y
This may take a while for the server to come up
> poweroff
> poweron
.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you check the no of user logged into the system
How many ufsdump level
how to recover a server/system backup?
Which command display diagnostics in ok boot prompt?
If the boot block is failed then how can you recover in VxVm?
What is the difference between container and zones?
Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 755 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please every body and wite the proper answer. Thanks in Advance
How will you restart the inetd process?
Hello Everyone, One of our servers is showing a strange issue, let me paste the output Code: root # uptime 4:37pm 3 users, load average: 0.00, 0.04, 0.04 Its been running since months but you can see after time there isn't any output like up 191 days(s). Even the who command with b and r option isn't giving any output. Code: root # who -b root # root # who -r root # the date command displays correct output. I am not sure but is it because someone has played with utmpx and wtmpx files, is reboot the only solution we have. Can anyone help us since we don't intend to reboot the server for such a reason and also no one has complained till yet.
How to enable and disable the dtlogin
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
Syntax for useradd commad