- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup problems
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-12-2002 11:12 AM
01-12-2002 11:12 AM
backup is ran by cron, I can see it asking for the tape in the log.
# crontab -l
37 12 * * 5 (cd /var/adm/fbackupfiles;
./backup.script > backup.log.Fri 2>&1)
# more backup.script
fbackup -0uvf /dev/rmt/0m -g graphs/graph.full -I indexes/index.full.`date`
# tail /var/adm/fbackupfiles/backup.log.Fri
fbackup(3003): normal EOT
fbackup(3310): enter '^[yY]' when volume 2 is ready on /dev/rmt/0m,
or '^[nN]' to discontinue:
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2002 12:55 PM
01-12-2002 12:55 PM
SolutionAlso you send all output (stdout and stderr)to the logfile.
Think you have to start the job with a consolewindow where it can display messages and request keybord input.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2002 01:03 PM
01-12-2002 01:03 PM
Re: backup problems
'fbackup' has a feature called the 'chgvol' script. It's optional, and you have to set things up yourself. Attached is a document from the Technical Knowledge Base (#KBRC00001392) which describes the procedure for SAM-based backups. It should be easy to adopt for your needs.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 05:06 AM
01-13-2002 05:06 AM
Re: backup problems
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0fdcd211e18ad5118ff10090279cd0f9,00.html
James I cannot open the attached file as this would be handy to know, the normal site search wont find the doc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2002 05:25 AM
01-13-2002 05:25 AM