how to recover root passwd ?
Answers were Sorted based on User's Feedback
Answer / anshumali rajput
1-Boot the server with the help of solaris os cd
ok>boot cdrom -s
2-Mount the root file
#mount /dev/dsk/<Physical name e.g. c0t0d0s0> /a
3-Go inside in this directory
#cd a
4-Edit the shadow file
#vi /etc/shadow
......
loginID:passwd
remove the passwd field which is the second field in this
file.
5-remount the filesystem
#cd /
#umount a
#reboot
Remove the os cd and boot the machine normally.login with
root account and press enter this time it will not ask any
password.
Is This Answer Correct ? | 14 Yes | 2 No |
(Use keyboard abort sequence--Press Stop A keys to stop the
system)
ok boot net -s
# mount /dev/dsk/c0t3d0s0 /a
# cd /a/etc
# TERM=vt100
# export TERM
# vi shadow
(Remove root's encrypted password string)
# cd /
# umount /a
# init 6
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / raja.chinna
login as a single usermode
init 0
boot net -s
#mount /dev/dsk/c0t0d0s0 /a
#cd /a
#vi /etc/shadow
in /etc/shadow file delete root password
#exit
reboot
Is This Answer Correct ? | 6 Yes | 2 No |
Answer / c. p. bansal
it is the answer for x86 platform
go to the failsafe mode at the time of booting the machine
type
#vi /a/etc/shadow
the output is as
root:kONKdumJynD/o:14398::::::
the encrypted type words are passord for root use x to
delete these words after deleting these words cameout to the
command line and reboot the system by using 'reboot' command
now boot the system you can enter in the system without
passing the root password (this is the very correct and
practical answer)
now with the help of terminal you can recreate a new
password for root with the help of 'passwd' command
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sam
1-Boot the server with the help of solaris os cd
ok>boot cdrom -s
2-Mount the root file
#mount /dev/dsk/<Physical name e.g. c0t0d0s0> /a
3-Go inside in this directory
#cd a
4-Edit the shadow file
#vi /etc/shadow
......
loginID:passwd
remove the passwd field which is the second field in this
file.
5-remount the filesystem
#cd /
#umount a
#reboot
Remove the os cd and boot the machine normally.login with
root account and press enter this time it will not ask any
password.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / saran
login as the single user mode ,
edit the etc/shadow file and delete the root password
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / deepak pant
first restart the system & select
fail safe mode then run level 1
mounting a
# cd /a/etc
# TERM=vt100
# export TERM
# vi shadow
Remove root's encrypted password
# cd /
# umount /a
# init 6
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / vaibhav
IN SOLARIS 10 TERE IS NO NEEDE OF MOUNT MANUALY
1 INSERT CD GOTO SINGLE USER MOOD .
2 IT WILL ASK YOU TO MOUNT POINT OPTION .
3 GIVE vi /a/etc/shadow and vi /a/etc/passwd and delet
password and save it .
4 give init 6
Is This Answer Correct ? | 1 Yes | 3 No |
How to stop the VCS
how many default groups are there in solaris10?what are they?
What is the difference between dsk and rdsk
how will you execute backup and restore using the tar command in a single command
what is the difference between init runlevel and milestone?
If you have forgotten the root password for a server, how do you get back in?
What is the difference between the VERITAS 3.0 and VERITAS 4.0?
How can youy check the disk status in , is it locally connected or remotely connected?
How will check patches installed
If you have multiple ethernet interfaces, how do you keep it from routing between them?
how to now the network speed, whether it is a full duplex or half duplex? and what is full duplex and half duplex
What is the nature of VCS?