- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LVM error 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
05-03-2010 01:20 AM
05-03-2010 01:20 AM
LVM error messages
I am getting following messages in syslog.log,,,,can anyone please explain meaning of below messages????
May 3 09:00:30 abcd vmunix: LVM: Performed a switch for Lun ID = 0 (pv = 0x0000000048248000), from raw device 0x1f0a1400 (with priority: 0, and current fla
gs: 0x0) to raw device 0x1f0c1400 (with priority: 1, and current flags: 0x0).
May 3 09:00:30 abcd vmunix: LVM: VG 64 0x010000: Flushing the deferred attach list.
May 3 09:00:30 abcd LVM[4753]: vgreduce vgabcd /dev/dsk/c10t1d4 /dev/dsk/c12t1d4
May 3 09:00:31 abcd LVM[4753]: Volume Group configuration for /dev/vgabcd has been saved in /etc/lvmconf/vgabcd.conf
Thanks in advance for your help and support...
Best Regards,
LN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 01:40 AM
05-03-2010 01:40 AM
Re: LVM error messages
It seems your alternate link is getting disconecting and thus updating /etc/lvmconf/vgabcd.conf.
Is this message coming continously ?
have you seen alternate link through vgdisplay..
If you provide the output.. that can give clear picture.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 01:40 AM
05-03-2010 01:40 AM
Re: LVM error messages
if you have alternate link in the VG-s,
and the primary will fail ...., them the alternate link will used.
check the availability of all components disk/HBA ....
ioscan -fn |grep NO_HW
grep EMS /var/adm/syslog/syslog.log
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 04:03 AM
05-03-2010 04:03 AM
Re: LVM error messages
Somebody was modifying your LVM configuration.
.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 04:58 AM
05-03-2010 04:58 AM
Re: LVM error messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2010 11:27 AM
05-03-2010 11:27 AM
Re: LVM error messages
0x1f0a1400 is /dev/dsk/c10t1d4
0x1f0c1400 is /dev/dsk/c12t1d4
When you vgreduce disk in the future you should be vgreducing the alternate paths first and then vgreduce the primary path. You can do it in the same command or two different commands.
vgreduce vgabcd /dev/dsk/c12t1d4 /dev/dsk/c10t1d4
or
vgreduce vgabcd /dev/dsk/c12t1d4 (alt)
vgreduce vgabcd /dev/dsk/c10t1d4 (pri)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2010 11:17 PM
05-05-2010 11:17 PM
Re: LVM error messages
Kindly assign point if you have recieved your solution.. :) ....
Else people just waiting time in giving solutions.