Apr 30, 2009 #1 bolobaboo MIS Aug 4, 2008 120 US Hi Unfortunately no body knows current pasword. Is there way to change password or reset root password ?
Hi Unfortunately no body knows current pasword. Is there way to change password or reset root password ?
May 3, 2009 #2 bfitzmai Technical User May 15, 2004 853 US Using Solaris Software Installation disk, run command boot cdrom -s. Once the boot process is complete, you will be in the directory /tmp/root Make directory: mkdir <pick a name> Mount root partition: mount /dev/dsk/<root partition> /tmp/root/<pick a name> vi doesn't work very well with the terminal. I always change my shell to csh and set a new terminal. csh setenv TERM vt220 cd /tmp/root/<pick a name>/etc vi shadow You will see: root:<Encrypted Password>: Delete all characters of the encrypted password (The colons must remain) and save the file. Reboot and login as root, no password will be needed. Use command passwd to set root's password. Upvote 0 Downvote
Using Solaris Software Installation disk, run command boot cdrom -s. Once the boot process is complete, you will be in the directory /tmp/root Make directory: mkdir <pick a name> Mount root partition: mount /dev/dsk/<root partition> /tmp/root/<pick a name> vi doesn't work very well with the terminal. I always change my shell to csh and set a new terminal. csh setenv TERM vt220 cd /tmp/root/<pick a name>/etc vi shadow You will see: root:<Encrypted Password>: Delete all characters of the encrypted password (The colons must remain) and save the file. Reboot and login as root, no password will be needed. Use command passwd to set root's password.