- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM doesn't display an VG/LVOL info
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
10-26-2006 05:15 AM
10-26-2006 05:15 AM
SAM doesn't display an VG/LVOL info
I'm having an issue on my Development server (rp7420 hpux11.11) where SAM is not displaying any volume group or logical volume info. I can get the info I need via command line, but when I try to open either "logical volumes" or "volume groups" in SAM I get a message saying that there are currently no volume groups set up on the system (see attached). I've gone through the process of copying out the lvmtab and running a vgscan to recreate, but it still doesn't see any defined volume groups. Even after a full system reboot SAM doesn't see them.
Has anyone ever seen or heard of this before? Any suggestions on what else I may be able to try in my troubleshooting? Any feedback is much appreciated!
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 08:24 AM
10-26-2006 08:24 AM
Re: SAM doesn't display an VG/LVOL info
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 06:22 PM
10-26-2006 06:22 PM
Re: SAM doesn't display an VG/LVOL info
# samlog_viewer -tn >/tmp/samlog.txt
SAM uses a script called "vginfo" located in
/usr/sam/lbin. Run this script and see what it gets using
# /usr/sam/lbin/vginfo -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 07:00 PM
10-26-2006 07:00 PM
Re: SAM doesn't display an VG/LVOL info
#vgchange -a y
Are u using cluster on your server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 09:44 PM
10-26-2006 09:44 PM
Re: SAM doesn't display an VG/LVOL info
can you check your current and old lvmtab:
strings /etc/lvmtab
strings /etc/lvmtab.old ( or whatever you named it before the vgscan)
does it show the vg's ?
if not the system can not see the disks as well ? ioscan -fnC disk ...
does it show disks of the other VG's?
if not check SCSI/fiber connections..
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2006 06:40 AM
10-30-2006 06:40 AM
Re: SAM doesn't display an VG/LVOL info
To answer all the questions:
* /etc/lvmtab shows all the correct vg's and disks
* ioscan shows all disks
* vgdisplay/lvdisplay displays all the correct info
However, Sameer -- the "vginfo" command gives this error:
# /usr/sam/lbin/vginfo -v
vxvm:vxprint: ERROR: IPC failure: Configuration daemon is not accessible
vxvm:vxdisk: ERROR: Cannot get records from vxconfigd: Record not in disk group
Which is weird, because we're just using LVM...not VxVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2006 12:41 PM
10-31-2006 12:41 PM
Re: SAM doesn't display an VG/LVOL info
just displays the error related to vxvm and not the other VGs, then therein lies your problem (or rather SAM's problem).
The vginfo is a script that uses vgdisplay, pvdisplay and other lvm(7) commands to gather the required info.
What is the SAM patch level on your system? Is it the latest?
-Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2006 03:17 AM
11-01-2006 03:17 AM