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 |
how to see the processor information
How to check number of disks added to system
what is milestone and what is use of it in Solaris
how to install solaris and windows on a single harddisk ie dual booting
I am not login to server with telnet and ssh then what to do?
What is the use of ufsdump command in solaris
How can you unencapsulate a boot disk in VxVM?
how to know the creation time of users and creation time of zones in solaris
what is the command to replace a failed disk in vxvm with example?
How to repalce a failed disk?
Are kernel parameters tunable during runtime?
how to increase file system in root disk mirroring with out detach the mirror?