- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: resls /vg only shows vg00 in Serviceguard envi...
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
11-26-2009 01:29 AM
11-26-2009 01:29 AM
I have a HP-UX 11iv3 March 2009 with Enterprise OE. There are a few VGs created from SAN storage disks in the SG cluster. Latest EMS and HA Monitor are installed. But resls or emscli only shows vg00.
[root@vmhost ./root]# resls /vg
There is one resource configured below /vg:
Resource Class
/vg/vg00
What is missing to prevent resls showing VGs in cluster?
Your help is highly appreciated.
Lorne
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2009 05:01 AM
11-26-2009 05:01 AM
Re: resls /vg only shows vg00 in Serviceguard environment
Does the following show other VG names?
# strings /etc/lvmtab | grep dev | grep -v sk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2009 01:01 PM
11-27-2009 01:01 PM
Re: resls /vg only shows vg00 in Serviceguard environment
Lorne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 01:20 AM
11-30-2009 01:20 AM
Re: resls /vg only shows vg00 in Serviceguard environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2009 07:12 AM
11-30-2009 07:12 AM
SolutionBy a very quick browse through EMS & HA Monitor documentation, it seemed to me that "resls /vg" is for *LVM* volume groups only.
If vg00 uses LVM and all the other volume groups are created with VxVM, that might explain it.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2009 02:11 PM
12-01-2009 02:11 PM
Re: resls /vg only shows vg00 in Serviceguard environment
I checked that the VGs are created with "vgcreate -V 2.0 ...", so the LVM info is not found in /etc/lvmtab but in /etc/lvmtab_p.
Does it mean EMS HA Monitor not working with version 2.0 volume group?
thanks,
Lorne