- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server Not getting booted
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 11:32 PM
08-19-2004 11:32 PM
Server Not getting booted
I am having an Hp rx4640 server IA-64 not
getting booted
It stuck at
HP-UX>
please tell me what should I do..
I cannot afford to loose data.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2004 11:55 PM
08-19-2004 11:55 PM
Re: Server Not getting booted
What is this status
Is it that your console is stopped ? or
You are stopped at the time of boot ?
By any chance could you login or
could you get into the single user mode..
Are you able to get into the EFI prompt ?
Could yo select EFI shell at the
EFI Boot Manager ?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 04:51 AM
08-20-2004 04:51 AM
Re: Server Not getting booted
hpux
and hit return and it should boot from there.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 04:54 AM
08-20-2004 04:54 AM
Re: Server Not getting booted
Do you have autoboot set?
setboot -b on
Run setboot by itself to see the settings.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 05:01 AM
08-20-2004 05:01 AM
Re: Server Not getting booted
When the system boots the message appears
"No HPUX filesystem found"
I tried boot, hpux but nothing is working.
Actually Informix got stuck up and one of
the user gave reboot.
After that I am having this problem.
Please help me out I am able to go to EFI
shell and everything.
I cannot afford losing data on this server.
Worst Even if I have to reinstall the O.S.
How can I restore the VG01 which was on
2nd disk.
That is important to me.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 05:15 AM
08-20-2004 05:15 AM
Re: Server Not getting booted
I am not sure if there is an ignite-ux supported on IA-64 yet - do you have a recovery tape of any kind ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 05:27 AM
08-20-2004 05:27 AM
Re: Server Not getting booted
I have a recovery tape of same kind of
hardware but from different server.
I can use that tape but my concern is
the VG01.
And when I tried all the available
commands on HP-UX firmware
It still displays VMUNIX not found.
AutoBoot not working.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 05:38 AM
08-20-2004 05:38 AM
Re: Server Not getting booted
Try to list all the files in the boot filesystem
hpux ll
see if you have accidently removed vmunix or if you have any old kernels left behind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 05:38 AM
08-20-2004 05:38 AM
Re: Server Not getting booted
Try to list all the files in the boot filesystem
hpux ll
see if you have accidently removed vmunix or if you have any old kernels left.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 05:40 AM
08-20-2004 05:40 AM
Re: Server Not getting booted
But here is something that you might want to work on.
*****I have assigned points to 94 of 445 responses to my questions. ******
Show some courtesy to the people who are helping you ou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2004 09:53 PM
08-20-2004 09:53 PM
Re: Server Not getting booted
1. ISL>hpux -is
or
2.ISL>hpux /stand/vmunix.prev
If you can boot from either of above two( 1 or 2), I guess your system disk is ok.
You can also try to boot from OS CD and run 'run recovery shell'.
regards,
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2004 12:04 AM
08-21-2004 12:04 AM
Re: Server Not getting booted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2004 03:53 AM
08-21-2004 03:53 AM
Re: Server Not getting booted
1. HPUX> hpux ll /stand
What does that say.. does this list the files in stand directory. If so search for a backup or old kernel in that.
If you don't see any kernel here then
HPUX> hpux ll /stand/last_install
Here you see the old kernel. Note the name of the file, normally it is vmunix.
2. HPUX> boot /stand/vmunix
or in second case:
HPUX> boot /stand/last_install/vmunix
3. Once the server is booted up try to figure out the problem.
Hope that helps.
REgards,