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

which information superblock contains..?whre u can find the bootblock..?

3 Answers  


File system creation steps??

2 Answers  


What does fmthard do?

9 Answers   Accel,


What is the use of /etc/path-to-inst file?

5 Answers  


Someone pings a server from another location and gets a different result than if you ping the same server onsite. What is going on?

2 Answers  






When would you want to reconfigure the kernel and how would you do it?

1 Answers  


what is use of boot -a

3 Answers   TCS,


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

1 Answers  


please give detail procedure how do replace failed disk under control of SVM and VxVm

3 Answers   TCS,


how to add a run control script..?

1 Answers  


In solaris we have two directories for commands,what are they, Is there any difference between those.

3 Answers  


hi can u tell me how i can install sunsolais in my windows 7 OS? & WE CAN RUN SOLARIS & WINDOES7 IN SINGLE OS.? PLZ HELP

3 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)