- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.0, syslog error regarding lvm
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-15-2004 12:23 AM
12-15-2004 12:23 AM
HPUX 11.0, syslog error regarding lvm
vmunix: LVM: Path (device 0x1f5e8500) to PV 5 in VG 20 Failed!
Can I know how to get the PV 5 & VG 20 , how to identify these numbers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 12:44 AM
12-15-2004 12:44 AM
Re: HPUX 11.0, syslog error regarding lvm
to find vg 20 (hex 14)
ls -al /dev/vg*/group | grep 14
disk 0x1f5e8500 = c94t8d5
c=5e=94
t=8
d=5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 12:46 AM
12-15-2004 12:46 AM
Re: HPUX 11.0, syslog error regarding lvm
check this post,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=758977
# ll /de/dsk | grep 8500
would give you the correct disk.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 12:54 AM
12-15-2004 12:54 AM
Re: HPUX 11.0, syslog error regarding lvm
5e = Card instance number
8 = scsi id number
5 = Device LUN
00 =
/dev/dsk/c5t8d5
Based on this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=71828
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
12-15-2004 03:42 AM
12-15-2004 03:42 AM
Re: HPUX 11.0, syslog error regarding lvm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 03:45 AM
12-15-2004 03:45 AM
Re: HPUX 11.0, syslog error regarding lvm
Look at the previous responses to determine the exact PV it is talking about.
You could also do an:
# ls -l /dev/dsk | grep 5e85
and get the PV it is talking about.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 03:47 AM
12-15-2004 03:47 AM
Re: HPUX 11.0, syslog error regarding lvm
I assume the disk is listed at fifth position for this VG in /etc/lvmtabn. Do a "strings /etc/lvmtab" and for this vg, check the position of the disk. It should be the 5th disk for this vg.
Hope this helps.
Regds