- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What happens when vgimport attempts to import phys...
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
03-14-2002 02:03 PM
03-14-2002 02:03 PM
jack...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:31 PM
03-14-2002 02:31 PM
Re: What happens when vgimport attempts to import physical volume in wrong order?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 02:43 PM
03-14-2002 02:43 PM
Re: What happens when vgimport attempts to import physical volume in wrong order?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 02:17 AM
03-15-2002 02:17 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
Hi,
It works just fine. The only hitch (if it is considered one) is that the load balancing across pv paths may not be the way you desire it be.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 03:50 AM
03-15-2002 03:50 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
When you want to make sure the PVs are in a particular order because of load balancing just specify them in the vgimport command:
vgimport vgname PV1 PV2 PV3 PV4 ...
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 04:03 AM
03-15-2002 04:03 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
It works correctly, i have checked it now.
But, how the other guys say, the balancing may be not the correct way, moreover if the volume group is used in a cluster with cluster lock, in syslog file you can read "unable to find cluster lock".
In this case you must restore the correct order.
p.s. vgimport -s means sherable and not scan (from man page)
hi to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:32 AM
03-15-2002 07:32 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
I was interested if there were any issues of corrupting the volume group which leads me to two more questions.
What happens if:
1- One of the physical volumes is missed in the vgimport? For example, my volume group has 4 physical volumes and I miss one of the physical volumes on the vgimport. Asuume there are no alternate paths for this dicussion.
2- A physical volume that belongs to another volume group is incorrectly included in the vgimport? It's possible to 'fat-finger' a device name.
Jack...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 07:52 AM
03-15-2002 07:52 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
2) It'll fail, vgimport behaves like vgcreate, meaning it'll scan the PVs for VG information and it it finds a PV that belong to another VG it'll tell you it cannot proceed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:04 AM
03-15-2002 08:04 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
1) The vgimport command will work. However you will have trouble activating the VG. In case of a mirror/disk, you can activate the VG without quorum check (-q). See man pages of vgchange.
2) In this case, the vgimport will give you error. When executing vgimport command, the system will check the VG reserved area of all disks for volume group information; and if not matched, then it will fail.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 09:44 AM
03-15-2002 09:44 AM
Re: What happens when vgimport attempts to import physical volume in wrong order?
do you want to crash your server?
1) if you not include a disk, you lose the data on it but vgimport end correctly, LVM tell you only the number of disk used and the number of disk included
2) if you include a wrong disk used in another vg LVM respond:"The Physical Volumes specified on the command line do not belong to the same Volume Group"
bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 01:01 PM
03-15-2002 01:01 PM
Re: What happens when vgimport attempts to import physical volume in wrong order?
:)
Thanks for the feedback...