- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM entry in messages
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
12-12-2001 04:49 AM
12-12-2001 04:49 AM
LVM entry in messages
Is it normal to have this entry in your messages log:
LVM: PV 0 has been returned to vg[8].
LVM: PV 0 has been returned to vg[8].
LVM: PV 0 has been returned to vg[6].
LVM: PV 0 has been returned to vg[1].
There are 10 vg# on the system, they all appear in the log.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 04:59 AM
12-12-2001 04:59 AM
Re: LVM entry in messages
http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0xe6eec6af36b7d5118ff10090279cd0f9,00.html
Did you experience a powerfailure?
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 04:59 AM
12-12-2001 04:59 AM
Re: LVM entry in messages
Does this make sense ? Are there other LVM messages in syslog.log that confirm this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 05:10 AM
12-12-2001 05:10 AM
Re: LVM entry in messages
but I am sitting here watching the log grow and we are not getting any fluxuation in power.
The responce center has informed me that I need a firm ware upgrade. Could this really help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 05:16 AM
12-12-2001 05:16 AM
Re: LVM entry in messages
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 05:21 AM
12-12-2001 05:21 AM
Re: LVM entry in messages
It is indeed possible that this is *not* due to any fluctuation in power but rather very high disk I/O. That is, an I/O has not completed in the TIMEOUT period currently used for the disk.
You can increase the TIMEOUT to see if this is the problem without impacting performance:
# pvchange -t 180 /dev/dsk/cXtYdZ
You can find the current timeout value by doing a 'pvdisplay' for the disk in question. Look for the IO Timeout value.
The device name in the message you describe points to the affected disk. The two
digits immediately after 0x are the hexadecimal equivalent of the decimal
major number for the device (the driver's number). The next three digits are the the hardware path.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 05:39 AM
12-12-2001 05:39 AM
Re: LVM entry in messages
Yes, it is "normal" , in the sense that your LV's are being switched over to the alternate PV links. I have many such messages on few of my systems. As long as there are no "lbolt" errors (which implies problems with accessing the disk), it is ok.
The reason it is happening is because there is a timeout value for each disk (default 30 sec?) and if the system cannot access it by that time, it switches on to the alternate link as defined in your VG configuration.
(VGdisplay -v will show the primary and alternate paths). That's when this messages are recorded on the syslog file. Again, when the primary link seems accessible, it will switch over back to it.
To stop this switching, it is preferable to increase the timeout value to 180 seconds.
But, pls note this should be done for diskmodels where you are getting this messages.
For instance, i have timeout of 180 set for EMC disks and XP 256. (not for internal disks and couple of other vendor disks we have on the site).
pvchange -t 180 /dev/dsk/xxx
is the command.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 05:44 AM
12-12-2001 05:44 AM
Re: LVM entry in messages
This is not a normal message. It looks like there might be a disk problem with the first disk in your 8th VG. do a vgdisplay -v for that VG and replace the disk if you can. This could be a timeout probelm with the disk too.
Take a look at these threads for more info,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6850ce3b15e1caf07c/screen=ckiDisplayDocument?docId=200000048469426
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=6850ce3b15e1caf07c/screen=ckiDisplayDocument?docId=200000024602982
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 06:33 AM
12-12-2001 06:33 AM
Re: LVM entry in messages
Good call on that.
I have looked at the set_fixed -l and found a number of Items that the system claims are down. But I can see that they are up and running. How do I use set fix to return the status to an 'UP' status?
set_fixed -n ??
Could the system be reading these status and calling out erroneuos errors?