If super block corrupted how to recover
Answers were Sorted based on User's Feedback
Answer / sbrahman75
# newfs –N /dev/rdsk/c0t0d0s6
Then run the fsck utility using alternative super block
# fsck –F ufs –o b=32 /dev/rdsk/c0t0d0s6
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / vamc
unmount the particular filesys and run below command
newfs -N <raw disk name>
| Is This Answer Correct ? | 1 Yes | 2 No |
if /etc/system file file got deleted how you will regenerate from ok prompt ? in solaris and if and /etc/inittab file got deleted how you will regenerate from ok prompt and if both files got deleted how you will regenerate from ok prompt
Security point of view,What's there in NIS+ than NIS?
Command to find the VCS status
In solaris while patching why should we break the mirroring?
Which file to be configuring the logs messages (like: /var/adm/message etc…)
How to find the demo?
How will you take ufsdump and ufsrestore in a sing command line?
What does pkgadd command do?
What is difference between g G while creating useradd?
How can you recover the backup of NIC card if it is corrupted?
How will you view the packages?
How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command