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 |
If a user logs in to UNIX, it displays the desktop and then immediately logs you back out, what could be wrong?
What is cachefs?
What is the Boot procedure in Solaris(Unix)
when new Luns are added to server ,how to brought them under veritas control?
How will u give a write permission to user inthe group when all other users in that group have only read permission.?
How to see the disk label and what information does that contains..?
what is difference between tar and cpio
In a two node cluster i have typed #hastart command in one node.The cluster is starting in second node also,what is going in background?
How to add a FS in zone?
How to configure llt and gab in VCS tell me step by step?
After installing kernal patch if system crashed,then how to recover?
difference b/w solais 8 and 9...?