how to recover the boot block in soalris 9,i am able to get
CDE desktop login.
Answers were Sorted based on User's Feedback
Answer / srinivas
bootblock location is /usr/platform/`uname -m`/lib/fs/ufs
bring the system in singleusermode
go to /usr/platform/`uname -m`/lib/fs/ufs location
then exute command is installboot bootblk /dev/rdsk/c#t#d#s0
then boot block is loaded to bootable disk.
| Is This Answer Correct ? | 17 Yes | 0 No |
bring the system in singleusermode
go to /usr/platform/`uname -m`/lib/fs/ufs location
then exute command is installboot bootblk /dev/rdsk/c#t#d#s0
then boot block is loaded to bootable disk.
This one is correct but small change /dev/rdsk/c#t#d#s2
We need to install the bootblk in to second slice(S2).
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / munna
bring server into single user mode..........and execute
#installboot /usr/platform/'uname -i'/lib/fs/ufs/bootblk /dev/rdsk/c#t#d#s2
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / prasad
first we need to know the boot block loacation
i.e /usr/platform/'uname -m'/lib/fs/ufs is the location for
bootblock.
then go to single user mode using #init 0
then u need to run the command ok> installboot bootblk
c#t#d#s0. so the bootblock is located at bootable disk.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / juganveer khosa
boot server in single user mode ,
type newfs -N to see the starting address for alternate
bootblock locations then use
fsck -o bs=alternate location (mostly 32) /dev/rdsk/c#t#d#s#
| Is This Answer Correct ? | 0 Yes | 14 No |
How can a user boot in solaris as root if the password is non functional?
how would we know a file system exists on a slice when it is unmounted from its mount point. please anyone help me out.
difference between ps -ef and prstat
How can the output be redirected to some other action process in place showing it in the screen?
What are the ways in which replication agreements between directory structures be arranged?
How to use disk quotas in solaris (command mode) ? what is the procedure for how to allocate particular space to particular user
how to check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed ndd -get /dev/hme0 link-mode
How many types of file system?
How to check version VXVM? Pkginfo –l | grep VRTS
Performace degradations in NFSv4 when upgraded from NFSv3? problems with NFS v4?
how can we know the creation time of user.
What is top cmd?