- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- why vgchange error?
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-17-2002 03:21 AM
10-17-2002 03:21 AM
trying to start a software package, I get the error message:
vgchange: Couldn't activate volume group "vgseismo_03":
I/O error while reading the VGDA.
What happened? How to resolve this problem???
At the moment, the software package can't be started on any server.
We're running two K460 servers, HP-UX 11.00, MC/SG A.11.14. Disks are mirrored (MirrorDisk/UX B.11.00).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:27 AM
10-17-2002 03:27 AM
Re: why vgchange error?
Why are you starting the package, did you stop it gracefully or did you have a system crash?
What is the exact vgchange command you are attempting to execute? If it's from the startup script, I'd advise you contact your software people.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:36 AM
10-17-2002 03:36 AM
Re: why vgchange error?
Can you manually activate the vg ?
Are disk in a external array?
Regards,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 03:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 04:16 AM
10-17-2002 04:16 AM
Re: why vgchange error?
If that works fine you may hit one of the problems reported as JAGad43153 and JAGad55510. Both are fixed with PHKL_24646 and later (latest is PHKL_27178).
So long...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2002 04:17 AM
10-17-2002 04:17 AM
Re: why vgchange error?
Also check your syslog.log file for any hard disk problems.
#ioscan -fnC disk
# diskinfo /dev/rdsk/cxtydz
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 01:29 AM
10-18-2002 01:29 AM
Re: why vgchange error?
This is for your information.
Harry:
"vgdisplay -v vgseismo_03" did nothing return because the volume group could not be activated (see above).
I did stop the package gracefully.
The command was: vgchange -a e vgseismo_03
Jerome:
1st question: No. 2nd: Yes.
Ken:
Thanks.
Dietmar:
Thanks for the patch hints. I, already, had installed PHKL_27178.
TG:
dmesg did no give hints. syslog indeed has several entries like "LVM: vg[5]: pvnum=8 (dev_t=0x1c062000) is POWERFAILED". Sometimes the specified disk come back, sometimes the server uses more and more resources until the server hangs. Then I have to TOC the server. After that all the hardware works fine, for several days, until, again, similar "POWERFAILED" messages are listed in syslog, and the server, again, has to be rebooted. The HW group of HP will work on that, but, maybe, you have some worthful hints on these strange HW failures?
'ioscan' all the time reports all HW in claimed status. 'diskinfo' also reports normal information on powerfailed disks (after the reboot).
----
At the moment, all works fine. The solution was to recover the VGDA using 'vgcfgrestore'. But, I still don't know what destroyed the VGDA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2002 02:05 AM
10-18-2002 02:05 AM
Re: why vgchange error?
it is your c6t2d0 disk which is creating problems.
If you notice scsi reset messages in the syslog,
When you tell it comes back,
usually there is a scsi hung,followed by a scsi reset.
check the scsi cables and the scsi termination.
If the error is followed by a message about pv returned to vg, then usually be to a low timeout value on the disk driver. By default, this timeout is 30 seconds.
change it by using pvchange.
Also check your I/O on the specific disk.
use sar -d to check it.
Also this might be due to a hard disk going bad.
Thanks