- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgcfgbackup error when extending a volumegroup
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-12-2005 12:28 AM
04-12-2005 12:28 AM
vgcfgbackup: IO error on Physical Volume device /dev/rdsk/c4t0d1: I/O error
If I then try to reduce the volumegroup there is no error and the /etc/lvmconf file is being updated as it should.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 12:38 AM
04-12-2005 12:38 AM
Re: vgcfgbackup error when extending a volumegroup
My guess would be that we can't read the part of the disk that contains the lvm headers.
To verify if this is a physical disk read problem, set up a window to do this:
dd if=/dev/rdsk/c4t0d1 of=/dev/null bs=64k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 12:44 AM
04-12-2005 12:44 AM
Re: vgcfgbackup error when extending a volumegroup
Does sit return OK??
Run a dd test on the disk.
if=/dev/rdsk/c4t0d1 of=/dev/null bs=1k
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 01:06 AM
04-12-2005 01:06 AM
SolutionYou might get that error if the VGRA of the disk is not properly initialized - maybe try first a pvcreate -f /dev/rdsk/c4t0d1 and if that doesn't work out, use a dd if=/dev/zero of=/dev/rdsk/c4t0d1 bs=1024k count=2m to completely wipe it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 01:15 AM
04-12-2005 01:15 AM
Re: vgcfgbackup error when extending a volumegroup
I have just tried to add new disk to the existing vg. If I try to do a vgcfgbackup command dirtekt on the commandline it works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2005 01:19 AM
04-13-2005 01:19 AM
Re: vgcfgbackup error when extending a volumegroup
Which version of HPUX are you running?
What LVM cumulative patch version is installed?
There are fixes for such a problem in the LVM cummulative patches in 10.20 and 11.00.
Any chance the VGRA is not where it should be/has been relocated on that disk?
Does the problem persist after a reboot? ie could there be a timestamp issue on the VG headers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 11:01 PM
04-14-2005 11:01 PM
Re: vgcfgbackup error when extending a volumegroup
We are running HPUX 11.23
As I see it with swlist command, we don't have any LVM patches applied.
We haven't tried to reboot yet. It's a production machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 01:25 AM
04-18-2005 01:25 AM
Re: vgcfgbackup error when extending a volumegroup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 01:29 AM
04-18-2005 01:29 AM
Re: vgcfgbackup error when extending a volumegroup
It means the I/O problem is not there now. But this also means that your media may not be reliable. Just avoiding using this for critical data as it might come back again any time.
Just a thought.
HTH,
Devender