- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxdump vs dd
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-01-2003 06:20 AM
10-01-2003 06:20 AM
Going to be transferring large amounts of data from 1 array to another array.
Question - which is the better command to use, dd or vxdump? What are the differences?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 06:31 AM
10-01-2003 06:31 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 06:34 AM
10-01-2003 06:34 AM
Re: vxdump vs dd
The obvious questions:
First, this is a VxVM file system, right?
Second, you are planning on dumping to an intermediate tape and then using vxrestore, right?
Given that this is exactly what vxdump/vxrestore was created for, I would lean toward using them. No idea on the relative speed of each approach, however. It might be interesting to do some comparisons.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 06:51 AM
10-01-2003 06:51 AM
Re: vxdump vs dd
vxdump 0f - /srcfs|(cd /tgtfs;vxrestore rf -)
If array is on a remote server (set authentication for root, ie. SSH, remsh or rsh ... you know this):
On source server do,
vxdump 0f - /srcfs | rsh tgtserver "(cd /tgtfs;vxrestore rf -)
rsh can be substituted with ssh,remsh...etc.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 07:21 AM
10-01-2003 07:21 AM
Re: vxdump vs dd
Why would you urge vxdump usage over dd?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 07:30 AM
10-01-2003 07:30 AM
Re: vxdump vs dd
vxdump/vxrestore is the safest IMHO if transferring/migrating data accross filesystems as it takes care of links (bad or good), permissions and ownerships... cpio I will use at directory level copies although latest versions of VxFS (3.4) already supports dumping directories instead of whole filesystems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2003 07:34 AM
10-01-2003 07:34 AM