how to recover boot-block, if it it corrupted. and what
happens to the os if it gets corruted.
Answers were Sorted based on User's Feedback
Answer / rahmad
boot cdrom -s
EDITOR=vi
export EDITOR
TERM=vt100
export TERM
mount /dev/rdsk/c0t0d0s0 /a
cd /a
cd /usr/platform/uname-i/lib/fs/ufs
installboot bootblk /dev/rdsk/c0t0d0s0
umount /a
init 6
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / vijay
boot cdrom -s
mount /dev/rdsk/c0t0d0s0 /a
cd /a
cd /usr/platform/uname-u/lib/fs/ufs
installboot bootblk /a /dev/rdsk/c0t0d0s0
umount /a
init 5
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / chandu
boot cdrom -s
mount /dev/dsk/c0t0d0s0 /a
cd /a
cd /usr/platform/'uname -m'/lib/fs/ufs
installboot bootblk /dev/rdsk/c0t0sd0s0
umount /a
init 6
| Is This Answer Correct ? | 1 Yes | 0 No |
which hardware u using present
How will u give a write permission to user inthe group when all other users in that group have only read permission.?
what is the command to replace a failed disk in vxvm with example?
how to create nis master,slave,client
how to change nic card from half duplex to full duplex?
If root file system 100% full what you have to do?
What is the difference between initialization & encapsulation in VXVM?
how u can perform security to users?
what is use of boot -a
How many secondary groups allows to add..?
what is the disadvantage of 'tar' command?
What happened if vxconfigd is disabled?