My Solaris 2.6 server went down with a white screen and wont come back up.
As far as I know there was not any files near 100%. NOw to get this server back up
I need to get my 2.6 Solaris CD and do the following?
[tt]
boot cdrom -s
Do file system checks and (hopefully) automatically fix my filesystem using:
#fsck /dev/rdsk/c0t.........
If all filesystems are okay then do the following on each file(/var, /usr, root etc..)?
Also I do have a copy of prior filesystem space (df -k).
#newfs /dev/rdsk/c0t3d0s0
#fsck /dev/rdsk/c0t3d0s0
#mount /dev/dsk/c0t3d0s0 /a
#cd /a
#ufsrestore rvf /dev/rmt/0
#rm restoresymtable
#cd /
#umount /a
#fsck /dev/rdsk/c0t3d0s0
install bootblk for root
reboot[tt]
Is there any format of the hardrive or checking to see if the hardrive is okay??
Please advise if I am doing all this okay because it has been some time since I have done this.
Thanks
As far as I know there was not any files near 100%. NOw to get this server back up
I need to get my 2.6 Solaris CD and do the following?
[tt]
boot cdrom -s
Do file system checks and (hopefully) automatically fix my filesystem using:
#fsck /dev/rdsk/c0t.........
If all filesystems are okay then do the following on each file(/var, /usr, root etc..)?
Also I do have a copy of prior filesystem space (df -k).
#newfs /dev/rdsk/c0t3d0s0
#fsck /dev/rdsk/c0t3d0s0
#mount /dev/dsk/c0t3d0s0 /a
#cd /a
#ufsrestore rvf /dev/rmt/0
#rm restoresymtable
#cd /
#umount /a
#fsck /dev/rdsk/c0t3d0s0
install bootblk for root
reboot[tt]
Is there any format of the hardrive or checking to see if the hardrive is okay??
Please advise if I am doing all this okay because it has been some time since I have done this.
Thanks