- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error when booting server L2000
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
02-21-2005 12:59 PM
02-21-2005 12:59 PM
Error when booting server L2000
I need your help immediately.
When i boot the server, i have a problem.
My problem is :
Boot: disk(0/0/1/1.2.0.0.0.0.0;0) /stand/vmunix : can't open, or not executable.
ISL >
Thx all.
rgds,
Candra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 01:17 PM
02-21-2005 01:17 PM
Re: Error when booting server L2000
hpux -lm
This will boot to lvm maint mode. If you get there, do this...
vgchange -a y /dev/vg00
lvlnboot -R /dev/vg00
lvlnboot -v /dev/vg00
If you get that far, let us know what lvlnboot says.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 01:24 PM
02-21-2005 01:24 PM
Re: Error when booting server L2000
ISL> hpux ll
If there is vmunix or vmunix.prev file, you can boot to write this command. And then recover your system manually.
ISL> hpux -lm /stand/vmunix or
ISL> hpux -lm /stand/vmunix.prev
.
.
# chroot_lvmdisk
# cd /ROOT
# chroot /ROOT /sbin/sh
# vgchange -a y /dev/vg00
# mount -a
# cd /stand
# mk_kernel -o /stand/vmunix
# cd /
# shutdown -ry 0
If there is no vmunix file, reinstall the O/S or recover with your backup file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 02:00 PM
02-21-2005 02:00 PM
Re: Error when booting server L2000
I already do what Mr. Denver said.
but still not working, the machine restart and there is error alert level 3.
And from Mr Young, i try to do it but from command :
hpux ll
i have a same error message : /stand/vmunix can't open or not executable
thx
rgds,
candra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 02:44 PM
02-21-2005 02:44 PM
Re: Error when booting server L2000
interupt the boot process. it will stop at
main menu > sea ipl
--> note down what are the devices it list.
check the primary boot path is listed in the above output..
or may be lif area might be corrupted on your primary boot disk. boot from alternate disk if u have one.
Regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 03:47 PM
02-21-2005 03:47 PM
Re: Error when booting server L2000
I already interrupt and use command :
> sea ipl
and show only one :
P0 0/0/1/1.2 ............... IPL
and P0 is a primary boot.
What can i do next to repair that error ?
And fault alert in machine is on (RED).
thx.
rgds,
Candra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 03:55 PM
02-21-2005 03:55 PM
Re: Error when booting server L2000
let me know the following??
#Model
check for the GSP logs.
from console press ctrl+B
GSP> SL
and post the output here.
Regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 06:38 PM
02-21-2005 06:38 PM
Re: Error when booting server L2000
You need to boot from "support" or "install" medium into recovery shell. To do it, you should interrupt installation process at the beginning pressing a key at appropriate prompt and choose "Run a Recovery Shell" menu. In recovery shell's main menu select "r. Recover an unbootable HP-UX system". You'll get into "HP-UX CORE RECOVERY MENU". In there select "a. Rebuild the bootlif (ISL, HPUX, and the AUTO file) and install all files required to boot and recover HP-UX on the root filesystem".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2005 10:06 PM
02-21-2005 10:06 PM
Re: Error when booting server L2000
-denver