- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM Configuration on an EVA LUN
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
10-03-2005 01:38 PM
10-03-2005 01:38 PM
Thank you.
Celeste
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 01:59 PM
10-03-2005 01:59 PM
Re: LVM Configuration on an EVA LUN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 02:03 PM
10-03-2005 02:03 PM
Re: LVM Configuration on an EVA LUN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 02:52 PM
10-03-2005 02:52 PM
Solution# ioscan -fnC disk
to make sure the /dev/dsk and /dev/rdsk device files were recreated.
# mkdir /dev/vg??
# mknod /dev/vg??/group c 64 0x0?0000
# vgimport -v /dev/vg?? /dev/dsk/c?t?d?
Just use the appropriate VG name, group device minor number and /dev/dsk/ device file where appropriate.
It should work.
If there was more than one LV in the VG they will be imported as LVOL1, LVOL2, etc. since you do not have a map file.
After this you can mount the LV as you normally would.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 03:15 PM
10-03-2005 03:15 PM
Re: LVM Configuration on an EVA LUN
vgcreate for the volume group
lvcreate for the logical volumes
newfs for the file systems
mkdir file systems
mount file systems
fsadm for large files
I was on track with the mkdir and mknod, but could have saved myself a lot of steps with the vgimport. I will definately keep this in mind for the next time!!!
Thanks a bunch!
Celeste
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2005 03:38 PM
10-03-2005 03:38 PM
Re: LVM Configuration on an EVA LUN
Alongwith this also put a valid entry if you want the file systems to be auto-mounted while system boots up.
Another point is that you could import this disk even if it was part of a VG having more than one disk. But you could recover only those LVOLs whose PEs were fully allocated onto this disk.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 09:51 AM
10-04-2005 09:51 AM