- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VXRESTORE to /dev/null ??
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
07-27-2002 03:54 AM
07-27-2002 03:54 AM
VXRESTORE to /dev/null ??
Does anyone know of a way to push all restored data from a vxrestore session to /dev/null ?? Or alternatively, create a directory whose contents will be automatically sent to /dev/null ??
Basically, I am trying to see if I can read a vxdump volume without restoring anything back to disk.
Any / All help is greatly appreciated.
TIA,
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2002 09:02 AM
08-13-2002 09:02 AM
Re: VXRESTORE to /dev/null ??
man vxrestore
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 01:33 AM
08-14-2002 01:33 AM
Re: VXRESTORE to /dev/null ??
Thanks for your reply, but the -t switch only reads the table of contents and doesn't (unfortunately) verirfy the integrity of the dump volume.
The only way I can think of verifying the volume is to actually perform a restore, but I do not have the available disk space to write the files back to disk - hence the requirement to dump to a "/dev/null" equivalent.
(Thanks anyway !!)
Regs,
Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 02:18 AM
08-14-2002 02:18 AM
Re: VXRESTORE to /dev/null ??
This might work:-
Use the -r switch in a dir that is big enought to hold the largest file and pipe the output to a logfile.
At the same time run a small rm script to look for files with at least r-------- and remove them.
so running both at the same tine you will get a log of each recovered file and as soon as it is fully there the rm script will pick it up and zap it.
Lateral thinking !!! - It might work.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2002 02:36 AM
08-14-2002 02:36 AM
Re: VXRESTORE to /dev/null ??
What a cunning little idea !!!!
I'll give it a try, then "I'LL BE BACK !!"
(Thanks),
Paul.