- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Powerpath and LVM - still 2 path's
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-27-2005 09:17 PM
06-27-2005 09:17 PM
Powerpath and LVM - still 2 path's
we had to update 3 hp server from pvlinks
to powerpath. We have installed all patches
and setup everything as described in the
emc manuals.
On 2 machine everything worked well.
On one machine the LVM shows an error message
root@electra:~>vgcfgbackup vg01
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 2 disks for "/dev/vg01"; /etc/lvmtab has 1 disks.
Cannot proceed with backup.
I can remove the second path (vgreduce), but
the message is still the same.
When /etc/lvmtab is recreated, the the second path will be added again.
In principle everything is running, but the system has a load of 1 (caused by the missing device).
Has anyone an idea how to fix it ?
We have already rebooted the machine a few times, exported the VG ...
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 01:04 AM
06-28-2005 01:04 AM
Re: Powerpath and LVM - still 2 path's
Move existing lvmtab file and recreate it with vgscan and then perform the backup
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 01:11 AM
06-28-2005 01:11 AM
Re: Powerpath and LVM - still 2 path's
(first get minor number for /dev/vg01/group)
vgchange -a n /dev/vg01
vgexport -s -v -m /tmp/vg01.map /dev/vg01
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x??0000
vgimport -s -v -m /tmp/vg01.map /dev/vg01
Note, this will bring in all paths. PowerPath and PV Links are not mutually exclusive. You can have both set up. If you do want to remove the alternate link however, you should now be able to simply do a vgreduce.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 01:18 AM
06-28-2005 01:18 AM
Re: Powerpath and LVM - still 2 path's
Just
insf -e -C disk
to add the device file.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 02:28 AM
06-28-2005 02:28 AM
Re: Powerpath and LVM - still 2 path's
Moving lvmtab to lvmtab.org and recreating same using
vgscan -av
shall recreate the /etc/lvmtab file & the error should go. If it still shows only one path then lvextend to the disk with new device file and it will be added to its alternate path.
HTH,
Devender