Sponsored Content
Full Discussion: Solaris recovery
Operating Systems Solaris Solaris recovery Post 302368170 by sbk1972 on Wednesday 4th of November 2009 08:55:16 AM
Old 11-04-2009
Hold on, this looks more like a problem with the disk, as /tmp isnt mounting. Yes patch level may be low, but that isnt the problem. These sort of errors are effects of an underlying error. So, libraries cant be read, /tmp cant be mounted due to errors elsewhere. How come you rebooted the server ? where you installing a patch ?

Firslty, I would bring the server down and do a:-

Code:
ok> probe-scsi-all

probe-scsi-all.

Can you see all your disks ? If you can, work out what your boot disk is via devalias, or boot-device settings.

Then do a boot the system in to minx root using a solaris DVD.

Code:
ok> boot cdrom -s

Then, once in single user mode, mount the original root disk (assuming its sd0:a)

Code:
# mount /dev/rdsk/c0t0d0s0 /mnt

Then go take a look at the disk and see whats up. If its iffy, then boot off the mirror, if you've got one.

SBK

Last edited by sbk1972; 11-04-2009 at 10:04 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Recovery on solaris 2.6

I backed up savesets of my mailserver which is an nsr client to my nsr server, another remote system. I use solstice backup 5.5.1 and a 4.4 mm tape drive. My mailserver developed some problems a while ago and i had to reformat and reinstall the O/S and mailserver software. Now i want to recover... (6 Replies)
Discussion started by: lealyz
6 Replies

2. Shell Programming and Scripting

make recovery tape for solaris

Hello All I am need of amke recover tape for solaris.Could anybody tell me how do i create a make recovery tape for solaris.I am on sun-solaris 2.8 regards Hrishy (2 Replies)
Discussion started by: xiamin
2 Replies

3. Solaris

Sun Solaris Disaster Recovery Plan ...

Hi all, I'm new in this domain, and on this operating system, but in my job, i have to find a way to make a disaster recovery plan for our server (sun solaris) which has the oracle database. I don't have any standby servers to be used for data replication, i only want to use CD's to put on... (4 Replies)
Discussion started by: sam212
4 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 password recovery plz HELP!!!!!

Hello board, I'm new to Solaris Linux world, trying to learn on my onw, as I notice the windows is a big fraud.... OK let me get to my issue: I have a SOlaris 8 X86 that I don;t have a password and even the screen is disabled(assuming for the security reasons) I just see a... (8 Replies)
Discussion started by: nexOne
8 Replies

5. Solaris

Solaris 8 using Flash Archive for Disaster Recovery

Hello everyone I am Kevin and new to this forum. I have encounter an issue I can't seem to resolve. I am currently using Solaris 8 02/04 on Sun V240 servers. I know how to create a flar image of the server and restore it using NFS (network server) or Local Tape (tape drive). What I need to do... (2 Replies)
Discussion started by: Kevin1166
2 Replies

6. AIX

AIX DR Recovery

I will be going for a DR test next month and have few concerns regarding restoring user vg's System which will be restored is on P750 (AIX 6.1) and the DR hdwr is P570. I do have bootable mksysb of the system and also have savevg (with no data) using "savevg -r -f " for the user volume... (5 Replies)
Discussion started by: mk8570
5 Replies

7. Red Hat

ldap recovery

Is there a way to recover the ldap server if it crashes (4 Replies)
Discussion started by: nalcomis
4 Replies

8. UNIX for Advanced & Expert Users

File recovery

Hi, Please let me know the way to recover the files deleted from home directory by 'rm*' command . Thanks in advance. (10 Replies)
Discussion started by: ravigupta2u
10 Replies

9. Solaris

Solaris 11 recovery

Hi, I need to recover the Solaris 11 OS, and it backup via Netbackup 7.6 file level backup only. Does anyone know what are steps to recover it? Thanks. :confused::confused::confused: (3 Replies)
Discussion started by: freshmeat
3 Replies
installgrub(1M) 														   installgrub(1M)

NAME
installgrub - install GRUB in a disk partition or a floppy SYNOPSIS
/sbin/installgrub [-fm] stage1 stage2 raw-device The installgrub command is an -only program. GRUB stands for GRand Unified Bootloader. installgrub installs GRUB stage 1 and stage 2 files on the boot area of a disk partition. If you specify the -m option, installgrub installs the stage 1 file on the master boot sector of the disk. The installgrub command accepts the following options: -f Suppresses interaction when overwriting the master boot sector. -m Installs GRUB stage1 on the master boot sector interactively. The installgrub command accepts the following operands: stage1 The name of the GRUB stage 1 file. stage2 The name of the GRUB stage 2 file. raw-device The name of the device onto which GRUB code is to be installed. It must be a character device that is readable and writable. For disk devices, specify the slice where the GRUB menu file is located. (For Solaris it is the root slice.) For a floppy disk, it is /dev/rdiskette. Example 1: Installing GRUB on a Hard Disk Slice The following command installs GRUB on a system where the root slice is c0d0s0: example# /sbin/installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0d0s0 Example 2: Installing GRUB on a Floppy The following command installs GRUB on a formatted floppy: example# mount -F pcfs /dev/diskette /mnt # mkdir -p /mnt/boot/grub # cp /boot/grub/* /mnt/boot/grub # umount /mnt # cd /boot/grub # /sbin/installgrub stage1 stage2 /dev/rdiskette /boot/grub Directory where GRUB files reside. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ boot(1M), fdisk(1M), fmthard(1M), kernel(1M), attributes(5) Installing GRUB on the master boot sector (-m option) overrides any boot manager currently installed on the machine. The system will always boot the GRUB in the Solaris partition regardless of which fdisk partition is active. 24 May 2005 installgrub(1M)
All times are GMT -4. The time now is 01:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy