- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- uvbackup &stdout query
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
01-23-2001 02:42 PM
01-23-2001 02:42 PM
After running uvbackup (Universe command) on our server (HP-UX 10.20) a stdout (called stdout) file was produced which filled up the root directory. The script for uvbackup hasn't been modified, and this is the first time this problem has occurred. If it was a scripting problem, surely this would have happened before now.
Does anyone know why this may have occurred? Is it a unix problem or universe?
The uvbackup command that is used is:
find $FINDVAR -print | uvbackup -f -v -b 8192 - > $DRIVE
Thanks for your help.
Regards,
Joanne
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2001 07:45 AM
01-24-2001 07:45 AM
Re: uvbackup &stdout query
I ran uvbackup and all the output went to the file specified after the ">". uvbackup displayed the summary information on standard error (stderr). This is on version UV9.5.17D.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2001 11:59 AM
01-24-2001 11:59 AM
Re: uvbackup &stdout query
Sorry, I should have mentioned that the stdout file seemed to contain data from towards the end of the backup. It is as if some condition was reached and then the output was redirected to this file. $DRIVE is directed to the tape.
Thanks for your input.
Joanne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2001 03:48 PM
01-24-2001 03:48 PM
SolutionThis implies when uvbackup gets to the end of a tape, it auto switches to the next device.
Seeing how you only had the one tape drive, it looks like a bug in uvbackup is closing it when it reached the end and defaulting to the disk for the rest.
I'd call Informix (aka Vmark)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2001 12:53 PM
01-28-2001 12:53 PM
Re: uvbackup &stdout query
I tend to agree with you concerning the tape. I'm yet to verify that an additional tape was required, but it seems the most logical reason at this stage.
Regards,
Joanne