- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System doesn't boot
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
06-28-2005 06:37 PM
06-28-2005 06:37 PM
System doesn't boot
I have a D280 Class (HP-UX 11i), recentely the slot of the scsi Card became defected , so i change the location of the scsi card, after this modification, i change the primary path to the new address of the boot disk and i boot the system into maintenance mode, i remove the lvmtab file and execute the vgscan, the lvmtab point now to the new hardware address of the boot disk. but the system doesn't boot yet
but if a boot the system into maintanace mode i see the following error ( can't open /dev/vg00/lvol1) and i can activate the volume group vg00 and i can boot the system to level three by executing the command init 3.
so i can boot the system manually (maintenance mode --> activate vg00 manually, run init 3),but the system can't boot automatically.
What should i do next ??
Regards
Hassoun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 07:02 PM
06-28-2005 07:02 PM
Re: System doesn't boot
Could you post the output of
# lvlnboot -v
# setboot
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 07:08 PM
06-28-2005 07:08 PM
Re: System doesn't boot
Can you make sure that root,boot and swap are pointing to the new disk address?
lvlnboot -v vg00
Rgds
Shyjith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 07:30 PM
06-28-2005 07:30 PM
Re: System doesn't boot
________________________________
lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t5d0 (8/4.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t5d0
Root: lvol3 on: /dev/dsk/c0t5d0
Swap: lvol2 on: /dev/dsk/c0t5d0
Dump: lvol2 on: /dev/dsk/c0t5d0, 0
_________________________________
If not update it using:
lvlnboot -b /dev/vg00/lvol1
lvlnboot -s /dev/vg00/lvol2
lvlnboot -r /dev/vg00/lvol3
Hope this helps
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 12:45 AM
06-29-2005 12:45 AM
Re: System doesn't boot
please find below the outout of the commands
# setboot
Primary bootpath : 8/8.9.0
Alternate bootpath : 8/16/5.0.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c3t9d0 (8/8.9.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c3t9d0
Root: lvol3 on: /dev/dsk/c3t9d0
Swap: lvol2 on: /dev/dsk/c3t9d0
Dump: lvol2 on: /dev/dsk/c3t9d0, 0
and 8/8.9.0 is the new path
Regards
TS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 12:58 AM
06-29-2005 12:58 AM
Re: System doesn't boot
You can verify this by the following command:
lifcp /dev/rdsk/cXtXdX:AUTO -
substitute your disk for cXtXdX
If the address is in the AUTO file, you will need to change it. I would recommend not hard coding the disk address but use one of the following commands:
mkboot -a "hpux" /dev/rdsk/cXtXdX
or if the system is mirrored run the following command against both boot disks:
mkboot -a "hpux -lq" /dev/rdsk/cXtXdX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 01:54 AM
06-29-2005 01:54 AM
Re: System doesn't boot
boot in maintenance mode,mv /etc/lvmtab, do vgscan
lvlnboot -b /dev/vg00/lvol1
lvlnboot -s /dev/vg00/lvol2
lvlnboot -r /dev/vg00/lvol3
will make boot,root and swap point to the new disk.
hope this helps
regards,
ziad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 05:19 AM
06-30-2005 05:19 AM
Re: System doesn't boot
-greg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 06:34 AM
06-30-2005 06:34 AM
Re: System doesn't boot
What is the error you are getting when trying to boot ?
If you can boot in -lm, but not otherwise, then it could be a couple of things:
#1) your autoboot string does not point to the correct disk. This can be fixed with:
mkboot -a "hpux -lq" /dev/rdsk/c3t9d0
#2) Your lvlnboot info might be bad:
lvrmboot -a /dev/vg00
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
lvlnboot -r /dev/vg00/lvol3
lvlnboot -b /dev/vg00/lvol1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2005 11:00 PM
06-30-2005 11:00 PM
Re: System doesn't boot
the problem is fixed by re-executing lvlnboot commands
Regards
HS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 01:04 AM
07-05-2005 01:04 AM
Re: System doesn't boot
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
