- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Missing LV and VG icons in SAM
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-17-2002 06:23 AM
05-17-2002 06:23 AM
Missing LV and VG icons in SAM
I probably made my mistake when I copied lvcreate over from one of our other boxes and setup my lv's. After changing the time zone, I rebooted the box, only to have it come up without my new vg active.
I can activate the vg and mount the lv's and they work fine, but that obviously a problem. In SAM the icons for Volume Groups and Logical Volumes under Disks and File Systems are now missing. They won't show in the pull down menu under List either.
I deleted the newer version of lvcreate that I put on the system and renamed the old verion back and rebooted, but I still get the same results. I'm wondering if anyone has any idea what happened and if there is a way to fix it.
We can operate with it the way it is, since it's a test box, but obviously everything is not right on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:26 AM
05-17-2002 06:26 AM
Re: Missing LV and VG icons in SAM
Suggest you apply the latest Supportplus patch bundle. The -D option to lvcreate was implemented by a patch a long time ago (> 18 months).
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:37 AM
05-17-2002 06:37 AM
Re: Missing LV and VG icons in SAM
That's why I didn't understand why it wouldn't let me use the -D option. The strange part is, after moving the files back to the way they were, it now shows -D as an option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:47 AM
05-17-2002 06:47 AM
Re: Missing LV and VG icons in SAM
I'm not sure why you copied the object for 'lvcreate' from another server. Perhaps you can describe why?
As for the volume group not activating at bootup, have a look at '/etc/lvmrc'. You can choose to activate all volume groups or you can customize the list. Set AUTO_VG_ACTIVATE=1 to activate all (the usual default for non MC/SG environments).
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:47 AM
05-17-2002 06:47 AM
Re: Missing LV and VG icons in SAM
The problem might be because of your file copy (lvcreate). The command versions and the patch release version may not match in all cases, if you just copy the files from one system to another. I would suggest you to install the latest patch bundles and then do a 'cleanup' to remove all old patches from the system. The GRE releases are not available now.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:50 AM
05-17-2002 06:50 AM
Re: Missing LV and VG icons in SAM
$Revision: 80.6 $ $Date: 97/04/28 18:00:45 $
$Revision: 82.26.1.9.1.111 $ MIRROR PRODUCT
PATCH_11_00: lvdisplay.o lvlnboot.o lvremove.o lvrmboot.o pvck.o pvchan
ge.o pvcreate.o pvdisplay.o pvmove.o pvremove.o sdstolvm.o vgchgid.o vgcfgbackup
.o vgcfgrestore.o vgchange.o vgcreate.o vgdisplay.o vgexport.o vgextend.o vgimpo
rt.o vgreduce.o vgremove.o vgscan.o lvchange_m.o lvcreate_m.o lvextend_m.o lvmer
ge_m.o lvmmain_m.o lvreduce_m.o lvsplit_m.o lvsync_m.o nomwcsyncd_m.o vgsync_m.o
hpux_rel_m.o 01/06/25
You also need to be aware of the fact that the 'lvcreate' binary is not only used for lvcreate. If you check its link count:-
-r-sr-xr-x 31 root sys 561152 Apr 24 20:07 lvcreate
it has 31 names and an inode search shows that it's also know as:-
/usr/sbin/lvchange
/usr/sbin/lvcreate
/usr/sbin/lvdisplay
/usr/sbin/lvextend
/usr/sbin/lvlnboot
/usr/sbin/lvreduce
/usr/sbin/lvremove
/usr/sbin/lvrmboot
/usr/sbin/pvchange
/usr/sbin/pvck
/usr/sbin/pvcreate
/usr/sbin/pvdisplay
/usr/sbin/pvmove
/usr/sbin/vgcfgbackup
/usr/sbin/vgcfgrestore
/usr/sbin/vgchange
/usr/sbin/vgcreate
/usr/sbin/vgdisplay
/usr/sbin/vgexport
/usr/sbin/vgextend
/usr/sbin/vgimport
/usr/sbin/vgreduce
/usr/sbin/vgremove
/usr/sbin/vgscan
/usr/sbin/lvmerge
/usr/sbin/lvsplit
/usr/sbin/lvsync
/usr/sbin/vgsync
/usr/sbin/nomwcsyncd
/usr/sbin/pvremove
/usr/sbin/vgchgid
So be very careful when you copy binaries from another system.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 07:57 AM
05-17-2002 07:57 AM
Re: Missing LV and VG icons in SAM
The AUTO_VG_ACTIVATE is set to 1.
Shiju: I am in the process of downloading the current patches. I'll let you know what happens when I get them on the system and do a cleanup.
John: This what I get when I did a what:
$Revision: 80.6 $ $Date: 97/04/28 18:00:45 $
$Revision: 82.26.1.9.1.61 $ MIRROR PRODUCT
PATCH_11_00: lvdisplay.o lvlnboot.o lvremove.o lvrmboot.o pvck.o pvchange.o pvcreate.o pvdisplay.o pvmove.o pvremove.o sdstolvm.o vgchgid.o vgcfgbackup.o vgcfgrestore.o vgchange.o vgcreate.o vgdisplay.o vgexport.o vgextend.o vgimport.o vgreduce.o vgremove.o vgscan.o lvchange_m.o lvcreate_m.o lvextend_m.o lvmerge_m.o lvmmain_m.o lvreduce_m.o lvsplit_m.o lvsync_m.o nomwcsyncd_m.o vgsync_m.o hpux_rel_m.o 00/01/19
It's a little different, so we'll see what the patches can do for me. I know copying binaries isn't a smart thing to do, but I guess I just proved that I'm not as smart as I think I am. :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 04:43 AM
05-21-2002 04:43 AM
Re: Missing LV and VG icons in SAM
My 'what' on lvcreate now matches John's, but my vg still isn't activated on boot and I still can't see Volume Groups or Logical Volumes in SAM (motif or text). I also noticed that when I look at Disk Devices in SAM, it shows all my disks but it says they are all unused, even the disk with vg00 which the system boots from.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2002 11:01 AM
05-30-2002 11:01 AM