- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mounting lvm disk that was from another system...
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
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
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
тАО10-18-2000 12:38 PM
тАО10-18-2000 12:38 PM
That drive is now the SECOND drive of another system with its own volume group "vg00".
Is there a way to mount the second drive under a different volume group, (i.e., vgtmp)?
I was thinking that I should create the /dev/vgtmp/group and files first then vgimport?
I wanted to get everyone's ideas or to see if anyone had to do this before. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2000 05:25 PM
тАО10-18-2000 05:25 PM
SolutionYou should be able to vgimport the drive, keep in mind that vgimport should complain because not all the disks are there. When you go to activate the temp vol group you'll have to activate it with no quorum, if you get that far. Once it activates mount the filesystems. I'm assuming that since it was mirrored you should be able to get to the data if the data was there.
# mkdir /dev/vgtmp
# mknod /dev/vgtmp/group c 64 0x0?0000
# vgimport /dev/vgtmp /dev/dsk/c?t?d?
# vgchange -a y -q n /dev/vgtmp
Hope this helps, let us know how it goes
-Denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2000 09:15 AM
тАО10-19-2000 09:15 AM
Re: mounting lvm disk that was from another system and NOT exported...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2000 09:26 AM
тАО10-19-2000 09:26 AM
Re: mounting lvm disk that was from another system and NOT exported...
This isn't in any way connected to your other post about not being able to boot after a kernel rebuild is it?
How did you relocate it from vg00 on the one server to vg00 on the other?
Was it mirrored at all?
What exactly are you trying to achieve? There are probably easier ways of going about it!
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-19-2000 01:48 PM
тАО10-19-2000 01:48 PM
Re: mounting lvm disk that was from another system and NOT exported...
I did this two weeks ago.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2000 03:59 PM
тАО10-20-2000 03:59 PM
Re: mounting lvm disk that was from another system and NOT exported...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-20-2000 04:08 PM
тАО10-20-2000 04:08 PM
Re: mounting lvm disk that was from another system and NOT exported...
This 2nd drive is from a system that is nolonger around and a user wants to retrieve some files that might possibly be there.