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 |
without keyboard detection is booting process continue or not?
what is sticky bit,setuid setgid and setfacl used for
how to copy the disk image
Which cluster is better VCS or Sun cluster?
what r the port numbers for HTTP and DNS
Important daemons for zones
How do you boot from CD-ROM?
how to delete a zone?
how u will recover the disk group
how to see nfs server from the client and the share directories
what is the use RAID and which is the best(Solaris)
what is the disadvantage of 'tar' command?