- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- to move data of vol. log. raw that this in stripig
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-31-2001 02:28 AM
10-31-2001 02:28 AM
to move data of vol. log. raw that this in stripig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 02:55 AM
10-31-2001 02:55 AM
Re: to move data of vol. log. raw that this in stripig
A way to move your data from a disk to an other is to use dd :
- Create a new lv on the target disk
- copy the lvol to the new one : dd if=/dev/vgxx/rlvolxx of=/dev/vgxx/rlvolyy bs=1024 (where lvolxx is the lv you want to move and lvolyy is the target one)
- Delete the old and rename the new one.
Hope it will help you.
Regards,
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 04:21 AM
10-31-2001 04:21 AM
Re: to move data of vol. log. raw that this in stripig
The SAFEST way is for you to backup your entire VG. delete the VG. Recreate it with the disks you want. restore your data.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 05:27 AM
10-31-2001 05:27 AM
Re: to move data of vol. log. raw that this in stripig
If you want to go in the "dd" route , make
sure the disk is not being written to at that
time.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2001 06:32 AM
10-31-2001 06:32 AM
Re: to move data of vol. log. raw that this in stripig
Guess you have to use dd to copy the data from the old volume to the new volume.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=2ea660fc04100d128e/screen=ckiDisplayDocument?docId=200000056857478
Here is a thread on dd
http://us-support.external.hp.com/cki/bin/doc.pl/sid=4dcb7cec13d590f55a/screen=ckiDisplayDocument?docId=200000048117875
Hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2001 11:42 PM
11-01-2001 11:42 PM
Re: to move data of vol. log. raw that this in stripig
There is no risk to use dd, indeed before removing the lv source, you can test the new one.
Fr??d??ric