fail to boot HPUX


 
Thread Tools Search this Thread
Operating Systems HP-UX fail to boot HPUX
# 8  
Old 11-01-2011
Since we do not know your configuration it will be difficult to say more...
As I said remove the faulty disk to avoid confusion - or if you think ( possible ) that it is still good but not bootable, remove the sane and try...
This is a task any HP-UX admin has done a few times in his life, especially with HP-UX 10.20 and 11.00 for it is the only way to change the size of the 3 contiguous logical volumes ( /, /stand, lvol2(swap)). It was also a way to clone boxes...
If this can recomfort you:
Code:
raz01:/home/vbe $ uname -a;model;uptime
HP-UX raz01 B.11.00 U 9000/800 503746527 unlimited-user license
9000/800/L1000-36
 10:57am  up 432 days, 15:55,  3 users,  load average: 0.03, 0.03, 0.03

# 9  
Old 11-03-2011
after I manage to boot up from recovery tape, can I just run the recover -f /dev/rmt/0m -rv (to perform full restoration to the box) rather than Install fresh HPUX OS. As I don't think I can't find the patch. Is this right approach ?
# 10  
Old 11-03-2011
No!
Either you let the tape manage on its own (which means it will do a minimum installation (there is all the boot things to do...) then a minimum of OS is needed to continue...) in which case you boot on the tape and do nothing else till it has finished or you interact in order to customize the settings (e.g. the LVM layout). If you were happy with the settings at the time the tape was made, then let the tape do his job...
What patch were you looking for?
# 11  
Old 11-03-2011
vbe, thanks for prompt reply.
Can I say that after I manage to boot up from tape recovery following is my tasks to perform :
1. install hpux (rather than choose recover shell) question is will it intelligent enuf
2. perform LVM layout (can restore from tape into /etc/lvmtab and /etc/mnttab )
:: in this step I will perform lvmlnboot -v to verify, if error will use the lvreduce to break mirror.
3. Reboot the server to ensure the system able to boot from Unmirror Disk.
4. recover –f /dev/rmt/0m –rv
5. mount -a

Thanks
# 12  
Old 11-03-2011
The tape has an option: -i if used when generating the tape... If it were not the case the tape process as you have seen can be interrupted to go in interactive mode, but this is of no use unless you want to interact with the system to modify e.g LVM layout.
If you boot from the tape and dont interfere, it will go in batch mode and every thing for you... It will take him about 3-4 hours...

That said
Your task will be after to restore every thing after using your backup software because your system (vg00 that is ) will be at the state the ignite tape was produced...
Files that may have changed are /etc/passwd ( and new accounts...), was the machine patched since? Have you created new FS since etc..

Good luck
Before If you can, try to read the /var/opt/syslog/syslog.log or OLDsyslog.log to see if it did complain about bad disk.. if not you may have had a corruption where a disk was not bootable...
This User Gave Thanks to vbe For This Post:
# 13  
Old 11-14-2011
Thanks vbe, after boot up using the recovery tape, I choose "Install HP Unix" and select basic installation (don't go for Advance option). Once Submit, the restoration begin and it take about 2 hours to complete. Actually I previously confuse with the "Install HP-UX" which I thought it will install the HP-UX original OS, but it fact, the recovery tape will install and recovery to the state as at the time to perform tape recovery. Thanks again.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Serious problem to fail boot up

My current OS using the solaris 9 and find the reboot , it returns the message even i restore , and boot -s Hardware watchdog enabled Configuring ATM interfaces: NOTICE: VxVM not started configuring IPv4 interfaces: bge0 bge3 ce0 ce3. Hostname: devuardms01 mount: mount-point /usr does... (10 Replies)
Discussion started by: linux_user
10 Replies

2. Red Hat

System fail to boot

Hi im using centos 6.4 starting yesterday i have a strange issue that im unable to resolve. the system is booting to GRUB menu and the os is not starting. i tried to run a repair install and the message attached is what i get, what can cause this? thanks, (1 Reply)
Discussion started by: guy3145
1 Replies

3. HP-UX

HPUX Boot failure.

When I login to the live console of my server and go to the console, I am getting the below message Processor is booting from the first available device. To discontinue, press any key within 10 seconds. 10 seconds expired. Proceeding... Trying Primary Boot Path... (11 Replies)
Discussion started by: chacko193
11 Replies

4. Red Hat

RHEL6 Diskless Remote boot fail

Hi guys, I've been trying to set up a server for disk-less booting of remote machines on a network. The server host OS is RHEL6 and I have configured dhcp, tftp and nfs services which are proven to be working since I am able to install RHEL6 through pxe boot. Now I want it to serve for disk-less... (0 Replies)
Discussion started by: aninmuk
0 Replies

5. HP-UX

HPUX 11.31 vgextend fail

Hi, when i try to add new disk, it's an XP disk from SAN (lun) to the volume group, it fails because "TOO MANY LINKS" :/etc/cmcluster/icastst$ vgextend /dev/vgicastst /dev/disk/disk684 Current path "/dev/dsk/c51t8d3" is an alternate link, skip. Current path "/dev/dsk/c51t8d4" is an... (2 Replies)
Discussion started by: lamoul
2 Replies

6. HP-UX

hpux 11.31 vgimport fail

i'm trying to vgimport the map file from vgexport -p -v -s -m to fail over node (adoptive node in service guard). root@noe04:/etc/cmcluster/icasprd$ vgimport -s -m gicasprd.110810.map /dev/vgicasprd vgimport: Volume group "/dev/vgicasprd" already exists in the "/etc/lvmtab" file. the... (2 Replies)
Discussion started by: lamoul
2 Replies

7. BSD

kernel fail to boot after recompile it

Salamo Alikom after recompilation my kernel does not boot and display msg said : enter full path to bash : /bin/sh i try fsck -r ,fsck -y but the problem is steel . my make.conf : PERL_VER=5.8.8 OVERRIDE_LINUX_BASE_PORT=f8 PERL_VERSION=5.8.8 MODULES_OVERRIDE = linux acpi accf_http pccard msdosfs... (1 Reply)
Discussion started by: SIFE
1 Replies

8. Solaris

Fail to up network interface after system boot

Hi! I have Sun SPARC Enterprise T5140 with Solaris 10 and it unable to up network interface after boot, but after issuing ifconfig interface begins to work... svcs -xv says that service svc:/network/physical:default is failed to start and service log stores something like "service method... (5 Replies)
Discussion started by: Sapfeer
5 Replies

9. Solaris

Solaris 10 x86 1/06 CD1 boot fail

Hello all. I download last version from sun.com, unzip iso's and burn their to cd's. When i try to load (on different machines) from first cd i receive this errors: /kernel/fs/specfs: undefined symbol '' /kernel/fs/specfs: undefined symbol '' ... several screens same message ....... (1 Reply)
Discussion started by: mozheyko_d
1 Replies

10. Solaris

Solaris 9 install cd boot fail

Hi I hv try to install Solaris 9 on a SPARC machine. The machine now is with Solaris 10 OS. I try to load a Solaris 9 installation cd in and use "boot cdrom" on ok promt, but it give me "no boot device found" when it boot up. and when i use fsck, the system show me an error with the... (2 Replies)
Discussion started by: niuniu
2 Replies
Login or Register to Ask a Question