- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Open lvol
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-10-2004 07:23 AM
06-10-2004 07:23 AM
Open lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:26 AM
06-10-2004 07:26 AM
Re: Open lvol
Assuming the vg is active (if not do a 'vgchange -a y vg??') just do:
# mount /dev/vg??/lvol? /mnt1
# mount /dev/vg??/lvol?+1 /mnt2
etc.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:47 AM
06-10-2004 07:47 AM
Re: Open lvol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:51 AM
06-10-2004 07:51 AM
Re: Open lvol
Do a vgexport:
# vgexport -v -m /tmp/vg00.map vg00
copy vg00.map to new system
move disk into the new system
make sure ioscan sees it
run command
insf -H
then do a vgimport:
# vgimport -v -m /tmp/vg00.map vgXX /dev/dsk/
if you are trying to boot your c3600 from an old b2600 boot disk, then you need to boot the machine to lvm maintenance mode
interrupt autoboot in 10 sec.s wait time
say yes to interact with ipl question
at ISL> prompt
hpux -lm
when the system comes up
do a vgexport of vg00
do a vgimport of vg00
reboot and let it come up as it normally should. Provided the h/w architectures are not too far off, you may succeed.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 08:07 AM
06-10-2004 08:07 AM
Re: Open lvol
If everything found okay, then create mount points (mkdir /dir) and then mount it with mount command. If you want to make it permanent, add the mount points in /etc/fstab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 08:09 AM
06-10-2004 08:09 AM
Re: Open lvol
Once the vg is activated the lvs are active. Until that time the lvs are not accessible. If you want to use this disk and the lvs on it, do a vgscan or do a vgimport. Do man vgscan / vgimport for more help.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 08:24 AM
06-10-2004 08:24 AM
Re: Open lvol
to the test and reply with the results.
Regards