- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Importing "orphan" LUNs
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
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
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
тАО12-08-2006 03:26 AM
тАО12-08-2006 03:26 AM
Importing "orphan" LUNs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 03:32 AM
тАО12-08-2006 03:32 AM
Re: Importing "orphan" LUNs
You should be able to use vgimport on the lun.
I'd set up a volume group manually with mknod and all and then try a vgimport.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 04:40 AM
тАО12-08-2006 04:40 AM
Re: Importing "orphan" LUNs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 05:50 AM
тАО12-08-2006 05:50 AM
Re: Importing "orphan" LUNs
If so do make sure you mkdir/ mknod the volume group, then vgimport;
cd /dev
mkdir vg_lun1
mknod vg_lun1/group c 64 0xnn0000 (nn is the minor node number you had for the original server)
vgimport -p -v -s -m /tmp/vg_lun1.map vg_lun1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 06:32 AM
тАО12-08-2006 06:32 AM
Re: Importing "orphan" LUNs
Where would I find the map files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 06:44 AM
тАО12-08-2006 06:44 AM
Re: Importing "orphan" LUNs
# vgexport -p -v -s -m /tmp/vg_lun1.map vg_lun
You might check in the /etc/lvmconf (if you can get into the dead server at all).
If you use the -s option it will give you your VGID. With this you can bring back the volume group from the dead server.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-08-2006 06:54 AM
тАО12-08-2006 06:54 AM
Re: Importing "orphan" LUNs
You can use this DOCID if you don't have any mapfiles.
DOCID: 3100427608
This does assume that you know the Volume Group names and their respective minor node numbers.