- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cant boot and missing chroot_lvmdisk
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
07-26-2004 01:11 PM
07-26-2004 01:11 PM
/root was full and the system was rebooted but would not come back up. We tried alt and pri which did not work. We tried booting from Sept 03 release media but chroot_lvmdisk was not there. We tried to mkfs -H 0/0/1/1.2... but that did not work either.
Our last option that I am aware of is to
1. pull the mirror out,
2. recover from iginte which is 30 days old,
3. figure a way to mount the mirror that has full root and free up space,
4. pull out the newly restored system disk,
5. boot from the just freed up old root disk.
Unless someone has a better suggestion.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 08:59 PM
07-26-2004 08:59 PM
Re: cant boot and missing chroot_lvmdisk
Maybe you could try reboot from HP-UX Core media like it is described in Ignite-UX Administration Guide (B2355-90834) in Chapter 11 System Recovery, section Expert recovery using the core media. There you can use shell commands to free /root partition.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2004 09:17 PM
07-26-2004 09:17 PM
Re: cant boot and missing chroot_lvmdisk
Did you tried to boot in maintenance level to fix the space problem.
bo pri
interact with ipl --> yes
hpux -lm
Regards,
Frederic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 03:39 AM
07-27-2004 03:39 AM
Re: cant boot and missing chroot_lvmdisk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 03:53 AM
07-27-2004 03:53 AM
Re: cant boot and missing chroot_lvmdisk
Try booting the system into single user mode.
Halt the system at boot process to enter PDC.
Main menu> bo pri
interact with ipl --> yes
ISL> hpux -is
See if that works and then try remmoving/trimming files.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 04:13 AM
07-27-2004 04:13 AM
Re: cant boot and missing chroot_lvmdisk
There is no chroot_lvmdisk in 11.11 boot CD.
Following this procedure to mount the root and stand
Exit to the recovery shell
# loadfile ioscan
# ioscan -fnkC disk
If the root and stand are LVM logical volumes then the device files for the logical volumes will be in the form of c0t1d0s2lvm and c0t1d0s1lvm.
Load fsck and mount the filesystem
# loadfile /sbin/fs/vxfs/fsck
# loadfile /sbin/fs/hfs/fsck
# loadfile /sbin/fs/vxfs/mount
# loadfile /sbin/fs/hfs/mount
# /sbin/fs/vxfs/fsck /dev/rdsk/c0t1d0s2lvm
# /sbin/fs/hfs/fsck /dev/rdsk/c0t1d0s1lvm
# /sbin/fs/vxfs/mount /dev/dsk/c0t1d0s2lvm /ROOT
# /sbin/fs/hfs/mount /dev/dsk/c0t1d0s1lvm /ROOT/stand
# chroot /ROOT /sbin/sh
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 05:51 AM
07-27-2004 05:51 AM
Re: cant boot and missing chroot_lvmdisk
When I use ll to see what is there, they both look like /stand.
I have repeated the process a couple times and am unsure what to make of this.
The only other thing of note was that s2lvm is hfs (I had to run hfs fsck).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 08:36 AM
07-27-2004 08:36 AM
SolutionAlternatively, you can mount root by using the following procedure
1) Run a recovery shell
2) Recover a unbootable system
3) make sure the correct bootable device is displayed
4) select the options to mount root
5) exit to the shell
6) loadfile chroot
7) chroot /ROOT /sbin/sh
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 09:59 AM
07-27-2004 09:59 AM
Re: cant boot and missing chroot_lvmdisk
I removed the garbage data and the rest of the disk looked fine but still cant boot from that disk. I get error "not executable".
Perhaps I need to mkboot or somthing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 10:14 AM
07-27-2004 10:14 AM
Re: cant boot and missing chroot_lvmdisk
mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c0t1d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 10:33 AM
07-27-2004 10:33 AM
Re: cant boot and missing chroot_lvmdisk
Start with mkboot and if that doesnt help then try booting from a old kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 03:03 AM
07-28-2004 03:03 AM
Re: cant boot and missing chroot_lvmdisk
I have reinstalled from ignite...a few weeks old.
I need to:
1. mount the old root mirror to get stuff onto the new boot disk.
2. get the external lvm disks mounted to the new boot disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 03:34 AM
07-28-2004 03:34 AM
Re: cant boot and missing chroot_lvmdisk
Importing the old root vg and extracting the files should not be difficult.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 04:22 AM
07-29-2004 04:22 AM