- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vxdump backup to different tapes at same time
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-01-2003 09:51 AM
05-01-2003 09:51 AM
Need to get a vxdump backup of HPUX 11.00 - the various apps outside of vg00.
Per customer request they want a vxdump to 2 tapes at the same time. Each tape to contain the same info. (A simultaneous backup to multiple tapes and devices using vxdump)
Is this possible? I can get 2 tapes and 2 tapes drives but will vxdump be OK with the process?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 11:27 AM
05-01-2003 11:27 AM
Re: vxdump backup to different tapes at same time
Yes I am guilty too of the multiple posts - sorry bout that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 12:11 PM
05-01-2003 12:11 PM
Solution# cd /tmp
# vxdump -f fileA -f fileB /mydir
vxdump: Date of this level 0 dump: Thu May 1 13:07:38 2003
vxdump: Date of last level 0 dump: the epoch
vxdump: Dumping /dev/vg05/rlvol3 to fileB
vxdump: mapping (Pass I) [regular files]
vxdump: mapping (Pass II) [directories]
...
vxdump: Closing fileB
vxdump: vxdump is done
With multiple "-f" in the command line it only takes the last one (ie fileB). I would imagine the same applies for tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 12:11 PM
05-01-2003 12:11 PM
Re: vxdump backup to different tapes at same time
# cd /tmp
# vxdump -f fileA -f fileB /mydir
vxdump: Date of this level 0 dump: Thu May 1 13:07:38 2003
vxdump: Date of last level 0 dump: the epoch
vxdump: Dumping /dev/vg05/rlvol3 to fileB
vxdump: mapping (Pass I) [regular files]
vxdump: mapping (Pass II) [directories]
...
vxdump: Closing fileB
vxdump: vxdump is done
With multiple "-f" in the command line it only takes the last one (ie fileB). I would imagine the same applies for tape drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 12:12 PM
05-01-2003 12:12 PM
Re: vxdump backup to different tapes at same time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 12:17 PM
05-01-2003 12:17 PM
Re: vxdump backup to different tapes at same time
You might look at taking the stdout output from vxdump and running it through tee in order to split the stream and cross your fingers. Another technique might be to duplicate the tape and ideally, compare the two tapes when done.
You'll need a commercial-quality backup tool such as HiBack or OmniBack to handle multiple tape drives properly.
Bill Hassell, sysadmin