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

How to use disk quotas in solaris (command mode) ? what is the procedure for checking disk space of the particular user in command mode?

7 Answers   Samsung,


vxdisk -o alldgs list o/p shows some disk groups in braces… What does that signify?

3 Answers  


How to create a gateway?

4 Answers   CTS,


what is State database replica?

1 Answers   IBM,


What is the difference between initialization & encapsulation in VXVM?

7 Answers   HCL, HSBC,






what is daemon? NFS & NIs – Daemons?

4 Answers   IBM,


How many secondary groups allows to add..?

5 Answers  


how can u give space garentee for volume in netapp storage

0 Answers  


what is the use RAID and which is the best(Solaris)

4 Answers   IBM,


What is the Boot procedure in Solaris(Unix)

3 Answers   IBM,


what r the phases in fsck?

3 Answers   Accenture, Cognizant, HCL,


For maintenance purpose the system will be down and up as per weekly or monthly in production mode ,what are the needed points to mind ,what are that?

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