How to reset root password if root password is gone?
Answer Posted / kishore devkate
Boot the server from cdrom steps below.
at the Ok Promt
1) Ok>boot cdrom -s :to boot in the single user mode
you will get #(has) prompt
#
2) mount the root file system on /a directory
i,e
#mount /dev/dsk/c0t0d0s0 /a
3) remove the encrypted passwd from the /a/etc/shadow file
then save the file
i,e
#vi /a/etc/shadow
remove the root user encrypted passwd
:wq!
4) reboot the server
i,e
#init 6
Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
How can a user boot in solaris as root if the password is non functional?
Explain the vmstat output?
Explain the difference between sc> and lom>?
Explain the types of installations in solaris
How can a user login to another system on his network remotely?
How can threads be created in a solaris environment?
What is the login shell?
how to add Kernel patch in all systems at a time?
Explain how to kill a process.
How to view shared memory statistics?
Explain what is multi homed system?
How can searches be refined?
how to add your own run control script in server?
1.Have you used vxboot ? 2.Minimum requirement for mirror volume to created ?
How can a user login to solaris? What is the login shell?