- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mounting filesystems in recovery mode
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
11-12-2001 10:07 AM
11-12-2001 10:07 AM
Mounting filesystems in recovery mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 10:10 AM
11-12-2001 10:10 AM
Re: Mounting filesystems in recovery mode
or hpux -is
You'll have to vgchange -a y vg00
(on the cd shell, look at your boot disk device files - they'll all have an s0 s1... device file.. try to mount that)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 06:53 AM
11-15-2001 06:53 AM
Re: Mounting filesystems in recovery mode
Befor mounting file systems and changing vg you have to import command files from CD (use one of tools from recovery menu).
Later,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 07:30 AM
11-15-2001 07:30 AM
Re: Mounting filesystems in recovery mode
If you are talking about mounting filesystem using your recovery CD, take a look at the thread below,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=73217e931bab0d89ee/screen=ckiDisplayDocument?docId=200000047869323
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 09:38 AM
11-15-2001 09:38 AM
Re: Mounting filesystems in recovery mode
# chroot_lvmdisk (this is a script)
# cd ROOT; chroot /ROOT /sbin/sh
# vgchange -a y /dev/vg00
# swapon /dev/vg00/lvol2 (this is default check with lvlnboot -v)
# fsck /dev/vg00/rlvol6 (if this is /usr)
# mount /dev/vg00/lvol6 /usr
and do this (fsck, mount) for all the FS you want to (/var, /tmp, ...).
When everything is done don??t shutdown, use:
# umount -a
# vgchange -a n /dev/vg00
exit and reboot from the recovery shell main menu
This is all for 11.00, in 10.20 I think the script is not chroot_lvmdisk.