- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Proble with volume group
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
04-04-2001 11:37 AM
04-04-2001 11:37 AM
Proble with volume group
I have a following problem:
Volume group "/dev/vgdesadb" has been successfully extended.
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates
5 disks for "/dev/vgdesadb"; /etc/lvmtab has 4 disks.
Cannot proceed with backup.
How can i resolve this problem ?
Also I have a problem with the server, with this messagge:
Apr 4 15:54:09 s2500d cmcld: Service cmlvmd terminated. Unable to get exit stat
us (No such file or directory)
Apr 4 15:54:09 s2500d cmcld: Halting s2500d to preserve data integrity
Apr 4 15:54:09 s2500d cmcld: Reason: LVM daemon failed
Anybody know , what happend ?
thanks
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 12:00 PM
04-04-2001 12:00 PM
Re: Proble with volume group
The Kernel somehow still thinks you have one more disk in the group than you really have.
Here are 2 steps you can try:
1) mv /etc/lvmtab to /etc/lvmtab.old and then vgscan -v
or
2) vgreduce -f /dev/vg...
That will take the unnecessary information out
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 12:13 PM
04-04-2001 12:13 PM
Re: Proble with volume group
but i have a same problem:
Logical volume "/dev/vgdesadb/lvora817" has been successfully extended.
vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates
5 disks for "/dev/vgdesadb"; /etc/lvmtab has 4 disks.
Cannot proceed with backup.
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 12:47 PM
04-04-2001 12:47 PM
Re: Proble with volume group
To be more precise do as follows:
1. unmount all file systems in the logical volumes of the volume group to be exported.
2. vgchange -a n VG_name
3. vgexport VG_name
4. mkdir /dev/VG_name
5. mknod /dev/VG_name/group c 64 0x0N0000
where N is properly selected (may be the same as in exported volume group
6. vgimport VG_name /dev/dsk/c#t#d# /dev/dsk/.....
If you use different than default names for logical volumes, must use the so called map file doing export and then import. See man pages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 09:20 AM
04-05-2001 09:20 AM
Re: Proble with volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 05:42 AM
04-10-2001 05:42 AM
Re: Proble with volume group
I can probe with your recomendation but I have the same problem.
Any more ideas about resolve this ?
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 07:31 AM
04-10-2001 07:31 AM
Re: Proble with volume group
Do you have a logical volume with any extents on a non-existant or faulty disk. Try a vgdisplay -v to see if you have any errors or if you have a lvol with stale partitions if so you need to lvreduce these lvols before running the vgreduce -f command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2001 07:46 AM
04-10-2001 07:46 AM
Re: Proble with volume group
mv /etc/lvmtab /etc/lvmtab.old
vgscan -v (to recreate /etc/lvmtab)
Now it shouldn't give any more errors.
check with "vgdisplay -v" if there is any problem.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 01:07 PM
04-11-2001 01:07 PM
Re: Proble with volume group
I dont know if you've resolved this yet, but here is my take on it.
These guys are right about the lvmtab, vgscan answer, but in order for this to work, I think you have to deactivate the VG first.
vgchange -a n /dev/vgwhatever
mv /etc/lvmtab /etc/lvmtab.something
vgscan -p -v
check this output to ensure that the
correct number of PV's are in that volume
group. If so:
vgscan -v
vgchange -a y /dev/vgwhatever
Let us know the outcome.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2002 05:54 PM
07-22-2002 05:54 PM