- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PV has been returned to vg
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-2003 07:13 AM
06-27-2003 07:13 AM
vmunix: LVM: PV 5 has been returned to vg[17].
how can i identify which VG is talking about?, i just have 12 vg in the system. What means the 17?
i don??t have any other message related with this problem.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:16 AM
06-27-2003 07:16 AM
Re: PV has been returned to vg
I think that you should look for a vg whose group file would have minor 0x110000 (17 in hexa).
This only means that your PV couldn't be reached during a short period of time, but now reponds again correctly. Perhaps you had a brief heavy io transfer.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:16 AM
06-27-2003 07:16 AM
Re: PV has been returned to vg
there should be also output from the dmesg, stating some other problem with disks.
Is there any such message?
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:19 AM
06-27-2003 07:19 AM
Re: PV has been returned to vg
# mknod /dev/vgYY/group c 64 0xXX0000
In your case, XX=11 (11 in hex = 17 decimal)
Check your /dev/vgYY directories to see which group node matches 0x110000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:21 AM
06-27-2003 07:21 AM
Re: PV has been returned to vg
See Technical Knowledge Base document #RCLVMKBRC00000110.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:21 AM
06-27-2003 07:21 AM
Re: PV has been returned to vg
I think the default is 60 seconds and the max is 180.
If it doesn't happen often, don't worry about it.
If it is accompanied by an lbolt in the dmesg output, replace the disk.
lbolts should not be ignored.
Timeouts can be ignored, and you can increase the timeout on disks that are especially busy.
If you have lbolts this can be caused by bad disk, bad cables, a bad drive cage, or a scsi card that is flakey or not terminated properly.
Check all that stuff and let us know if you see anything.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:25 AM
06-27-2003 07:25 AM
Re: PV has been returned to vg
# pvchange -t time_out_value /dev/dsk/device_file
I would check the syslog continously and then take proper actions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:29 AM
06-27-2003 07:29 AM
Re: PV has been returned to vg
and how can i identify de PV 5 vgdisplay? /etc/lvmconf/vgXX.conf?
where.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:31 AM
06-27-2003 07:31 AM
Re: PV has been returned to vg
The document I cited (RCLVMKBRC00000110) describes how to identify both the VG and the PV in question.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:31 AM
06-27-2003 07:31 AM
Re: PV has been returned to vg
probably your messagge is accompanied by a similar:
vmunix: LVM: Recovered Path (device 0x1f0c1400) to PV 0 in VG 1
ll /dev/dsk | grep 0c1400 (last six digit)
for pick out the disk' s special file.
pvchange for modify timeout
Enrico.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:44 AM
06-27-2003 07:44 AM
Re: PV has been returned to vg
To find PV, check vgdisplay ???v /dev/vg02 and list all PVs, then:
echo 201c?D | adb /dev/dsk/cxtydz (repeat this for all PVs)
You will get an output like this ??? ???201C: 1???. The one that returns the correct number on the right column is the PV.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 07:47 AM
06-27-2003 07:47 AM
Re: PV has been returned to vg
# vgdisplay -v /dev/vgXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 02:27 PM
12-09-2003 02:27 PM
Re: PV has been returned to vg
I could not found the document accroding to the ID(#RCLVMKBRC00000110 or RCLVMKBRC00000110) you provided. How and where can I get it?
Regards
Scott