- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 10.20: Moving Logical Volumes
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-20-2002 12:00 PM
05-20-2002 12:00 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:04 PM
05-20-2002 12:04 PM
SolutionThis command would move /dev/vg00/lvol7, my /usr, from the /dev/dsk/c1t2d0 to /dev/dsk/c1t1d0:
# pvmove -n /dev/vg00/lvol7 /dev/dsk/c1t2d0 /dev/dsk/c1t1d0
Yes you can do this while the machine is up in run-level 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:07 PM
05-20-2002 12:07 PM
Re: HPUX 10.20: Moving Logical Volumes
a) Disk stripping is used on the LV.
b) vg00 is in shared mode (eg: MC/Service Guard setup)
The command would be ..
# pvmove -n /dev/vg00/lvolX /dev/dsk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:07 PM
05-20-2002 12:07 PM
Re: HPUX 10.20: Moving Logical Volumes
As Patrick has suggested, you should be able to use the pvmove command to move the lv from some other disk to the primary root disk provided you have enough disk space over there. You can do this at run level 3.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:10 PM
05-20-2002 12:10 PM
Re: HPUX 10.20: Moving Logical Volumes
As Patrick suggested, you can use 'pvmove' command for doing this task. Before that I would check if free space available on the destination disk:
# pvdisplay -v pv_name
Normally, while recovering with the ignite tape, the LVs will be created on the same order and location if the hardware didn't changed.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2002 12:19 PM
05-20-2002 12:19 PM
Re: HPUX 10.20: Moving Logical Volumes
Yes you can move it in runlevel 3 , use pvmove command like
pvmove -n /dev/vg00/lvol*
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 01:20 PM
05-21-2002 01:20 PM
Re: HPUX 10.20: Moving Logical Volumes
You can definitely issue the pvmove command as suggested on the run level 3.
Just check for the free PE on the destination disk before moving the lv.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 03:22 AM
05-24-2002 03:22 AM
Re: HPUX 10.20: Moving Logical Volumes
Moving logical volumes from onde disk to the other can be achieved using the pvmove command...basically this is related to performance issue...the syntax of the command is as follows ...
pvmove -n
for eg:
pvmove -n /dev/vgxx/lvox /dev/dsk/cxtxdx /dev/dsk/cytydy..
but HP doesnt recommend it...
Regards
Neol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 03:22 AM
05-24-2002 03:22 AM
Re: HPUX 10.20: Moving Logical Volumes
Moving logical volumes from onde disk to the other can be achieved using the pvmove command...basically this is related to performance issue...the syntax of the command is as follows ...
pvmove -n
for eg:
pvmove -n /dev/vgxx/lvox /dev/dsk/cxtxdx /dev/dsk/cytydy..
but HP doesnt recommend it...
Regards
Noel