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 |
How to Switch service group between nodes
what is the diff between ufslog and vxfslog?
Is it possible to create swap in new harddisk without format
How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command
How to configure the virtual ip address
I want to know how to Sechudle job using at and crontab so please give the explain with example please do the needful Regards Visva
What is a heart-beat?
How to review all zones in solaris10?
As a user how he can change is passwd with root privilege.
How to Create a snapshot mirror
My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?
What are the daemons in NIS server?