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



how to recover boot-block, if it it corrupted. and what happens to the os if it gets corruted...

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

how to recover boot-block, if it it corrupted. and what happens to the os if it gets corruted...

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

how to recover boot-block, if it it corrupted. and what happens to the os if it gets corruted...

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

Post New Answer

More Solaris AllOther Interview Questions

what is sc prompt in solaris? how can we get that sc prompt?

2 Answers  


how to know the creation time of users and creation time of zones in solaris

1 Answers  


If you try to send an e-mail to someone and the following message appear "Message Undeliverable", what could be wrong?

3 Answers   Wipro,


what is behavior of system if /var is 100% full.what you'll do to overcome it?

1 Answers   Thomson Reuters,


What is a layered volume? how to create it using vxmake?

1 Answers  






what is daemon? NFS & NIs – Daemons?

4 Answers   IBM,


what is a milestone and, how can we change the default milestone?

2 Answers   nvidia,


how to uninstall bundle of patches?

1 Answers   Wipro,


purpose of lost+found..?

2 Answers   UHG,


how to add patched to the kernel

3 Answers   IBM,


If you can ping a server, but can't telnet or ssh to it, what could be the problem?

7 Answers  


If a users is logged in to your system, and now you want to restrict that user what will you do?

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)