- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup problem on 10.20
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
11-06-2003 04:19 AM
11-06-2003 04:19 AM
Backup problem on 10.20
What happens is that a dump of the actual backup is written to file within our /home/fbackupfiles inconsistently
When this happens our /home volume is at 100% utilization due to the volume only being 63MB's. Usually the /home is around 12% utilization.
Not sure why this file gets created and any thoughts to why?
Thought I would add a line to the cron to delete this but would like to figure out why it happens here and there?
Thank you
15 1 * * /usr/bin/nice /home/fbackupfiles/fullback >> /home/fbackupfiles/log/m
onday_backup&
15 1 * * 2 /usr/bin/nice /home/fbackupfiles/fullback >> /home/fbackupfiles/log/t
uesday_backup&
15 1 * * 3 /usr/bin/nice /home/fbackupfiles/fullback >> /home/fbackupfiles/log/w
ednesday_backup&
15 1 * * 4 /usr/bin/nice /home/fbackupfiles/fullback >> /home/fbackupfiles/log/t
hursday_backup&
15 1 * * 5 /usr/bin/nice /home/fbackupfiles/fullback >> /home/fbackupfiles/log/f
riday_backup&
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 05:03 AM
11-06-2003 05:03 AM
Re: Backup problem on 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 05:05 AM
11-06-2003 05:05 AM
Re: Backup problem on 10.20
2) What type of backup are you doing? (tar, cpio, fbackup etc).
3) Check the file type and content of dump file with 'file' or 'strings' command.
4) Redirect the log files to another file system which has enough space available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 05:08 AM
11-06-2003 05:08 AM
Re: Backup problem on 10.20
on the monday backup line, there's no weekday field for the cron. it just says
15 1 * * /usr....
This might cause problems.
Probably just a typo in your message though.
-Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 06:05 AM
11-06-2003 06:05 AM
Re: Backup problem on 10.20
a common probel is a typo
om intead of 0m (Oh M instrad of Zero M)
Check out your backup script for device name.
Using om (OH m) will push the backup to a file instrad of the device 0m (Zero m).
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 06:07 AM
11-06-2003 06:07 AM
Re: Backup problem on 10.20
Hi
a common problem is a typo
om instead of 0m (Oh M instead of Zero M)
Check out your backup script for device name.
Using om (OH m) will push the backup to a file instead of the device 0m (Zero m).
HTH
Paula