- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- logical volume not connected .
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
01-02-2006 02:24 AM
01-02-2006 02:24 AM
logical volume not connected .
So pl. i request you to guide me , how to short out this problem.
thanks and wish u happy new year to all of u .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:32 AM
01-02-2006 02:32 AM
Re: logical volume not connected .
Dear Shah,
How did you recover the other logical volumes ?
I hope you would have done #vgimport to get the lvols from the other disk.
Please activate the Volume Group by
#vgchange -a y
before accessing the lvols in it.
after this you can try #vgdisplay to check for the lvols status.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:37 AM
01-02-2006 02:37 AM
Re: logical volume not connected .
1. create the group file
mknod /dev/vgxx/group c 64 0xxx000000
2.Import the volume group /dev/vg01 that is located on physical disks /dev/dsk/c0t1d0 and /dev/dsk/c0t3d0:
vgimport -v /dev/vgxx /dev/dsk/c0t1d0 /dev/dsk/c0t3d0
3. Activate the volume group following a successful import:
vgchange -a y vgxx
4.. update the /etc/fstab
for more info go thr the documents..
tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 02:48 AM
01-02-2006 02:48 AM
Re: logical volume not connected .
You say that you sucessfully recovered the volume group but not the logical volumes.
When you did your 'vgimport' of the volume group, did you specify a 'mapfile'?
If not, then you will have logical volume names of the form 'lvolNN'. If this is the case, but this is not what you want, 'vgexport' the volume group again, and create a 'mapfile' that looks like:
# cat /tmp/vgNN.map
1 mylvolA
2 mylvolB
...
Then do, 'vgimport -m /tmp/vgNN.map ...' as before.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 07:43 AM
01-02-2006 07:43 AM
Re: logical volume not connected .
Do a strings /etc/lvmtab and find if it shows the name of the VG you imported. If yes then VG is sucessfully imported and you can do a vgchange -a y VGXX, then mount the lvols on the mount points, maybe b4 even mounting the lvols you would like to fsck the rlovls. If you are not aware of the lvols that came in the VG you imported go to /dev/VGxx and you would find the devcie files for the lvols.
hope this helps
Best Of Lucks
Ajit