copy from /etc/opasswd, /etc/oshadow file or by the utility pwconv
Latest Answer : if you have a backup you can restore the spicefic file. other my not have idea, if you know pls updae me ...
Newfs –N /dev/rdsk/c0t2d0s5 (or any other slice)Fsck –o b= /dev/rdsk/c0t2d0s5
Latest Answer : Well you can also just use the #FSCK -N /dev.dsk/c0t2d0s5 to get the back up block number and then using one of the numbers that display #FSCK -F ufs -o b=32 can be executed. ...
1.Tell me the files used in Custom Jump Start?2.What is the signal while killing process?3.How to install boot block in solaris?4.What is state database(SVM Solaris)?5.How you create state database?6.How to grow the file system(steps)?7.If root file system filled what you do?8.How you check the logs solaris?9.Raid 1 Mirroring(Explain Mirroring)?10.uptime,top output?11.How to check processor information?12.If password file get corrupted how you restore?
Latest Answer : ok boot cdrom - s#mount /dev/rdsk/c0t0d0s0 /a#cd /usr/platform/uname-m/lib/fs/ufs#installboot bootblk /a /dev/rdsk/c0t0d0d0#cd /#umount /a#init5 ...
How to recover if /etc directory deleted, there is no cdrom drive, no network boot or what happened if /etc directory deleted?
How to recover corrupted GRUB in Solaris 10 ?
How to recover a Super Block in Solaris 10 ?
Latest Answer : You can get the alternate super blocks by command,# newfs -N /dev/rdsk/c0t0d0s0Then, run with any of listed alternate blocks# fsck -o b=32 /dev/rdsk/c0t0d0s0 ...