How will you rectify the root passwd in solaris
Answer / sbrahman75
Boot through cdrom 1/3 cd in single user mode.
Ok boot cdrom-s
# mount –F ufs /dev/rdsk/c0t0d0s6 /mnt
# cd mnt
#set TERM=vt100
#export TERM --> If you dont give, vi editor won't start
properly
# vi /etc/shadow (remove the passwd entry and save the file)
# umount /mnt
# reboot ( While system come up it will ask the new root
passwd.)
| Is This Answer Correct ? | 3 Yes | 1 No |
How to stop the process in Solaris?
tell me the steps to configure the vg
In veritas: which is the file to keep the information of subdisks, disk groups name, plex and volumes?
How to mirror a root dg? With eg
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 can you search for commands at the boot prompt if you only know part of the command?
You can receive e-mail, but when u try to send e-mail .. u can't send any. What is wrong?
What is the command to check the connectivity between 2 nodes
How ill you remove the subdisk and plexus
In a two node cluster how can you bring the one of the node in maintenance mode.
As a user how he can change is passwd with root privilege.
There are two nic cards on a sun server. I need to connect one nic to pupic ip and another nic to DMZ. Could you tell me how to configure step by step?