![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Root Recover Issues | calamine | UNIX for Dummies Questions & Answers | 1 | 02-10-2008 07:12 AM |
| How to set new Root Passwd | gini | SUN Solaris | 2 | 12-05-2006 12:33 PM |
| Need to change root passwd | mayewil | UNIX for Dummies Questions & Answers | 4 | 10-27-2006 03:03 PM |
| Recover root password | nitinkgoud | SUN Solaris | 1 | 07-18-2006 02:01 PM |
| Preventing passwd root? | scottsl | UNIX for Advanced & Expert Users | 4 | 01-06-2006 08:32 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Recover root passwd
Any body pls let me know the procedure to recover ROOT password in Sun Netra 20 Server..I forgot the password.
|
| Forum Sponsor | ||
|
|
|
||||
|
Quote:
|
|
|||
|
you can't recover a forgotten password, if you cannot logon you have to bring system down to the ok prompt(using stop-a) or if you are still logged on, init 0
then ok boot cdrom -s once system comes up, run format command to list your disks 0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> /pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w21000004cfb3801b,0 1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> /pci@8,600000/SUNW,qlc@4/fp@0,0/ssd@w21000004cfb3f8f1,0 ctrl+d mount /dev/dsk/c0t1d0s0 /mnt vi /mnt/etc/shadow root:qR8FoxgqZibJg:13428:7:84:::: ### example remove everything between the 1st and 2nd ':' like so root::13428:7:84:::: umount /mnt sync;sync;sync; reboot |