- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar behaves different when used with CRON and AT
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
02-10-2003 12:49 PM
02-10-2003 12:49 PM
tar behaves different when used with CRON and AT
Is this normal? Has anyone encountered this odd behaviour? What could be the reason?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 12:59 PM
02-10-2003 12:59 PM
Re: tar behaves different when used with CRON and AT
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 01:04 PM
02-10-2003 01:04 PM
Re: tar behaves different when used with CRON and AT
That's interesting.....
NEITHER cron nor at should be able to create a tar volume greater than 2Gb. That's a limitation of tar itself.
How *much* larger than 2Gb does cron get the tar volume?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 01:34 PM
02-10-2003 01:34 PM
Re: tar behaves different when used with CRON and AT
If you look at the man pages for proto(4) it is noted that 'at' jobs use the current file limit ('ulimit') as derived from the parent environment.
Since 'cron' has been initiated by root, its job's environment is different.
As for the standard HP-UX 'tar' the man pages note "...tar does not support the archival of files larger than 2GB". With 11.11, PHCO_26423 enables archival of files up to 8GB.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 09:54 AM
02-11-2003 09:54 AM
Re: tar behaves different when used with CRON and AT
hope this helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 10:26 AM
02-11-2003 10:26 AM
Re: tar behaves different when used with CRON and AT
PHCO_26423 on 11.11
My guess is your cron job isn't using the full path of tar or the two methods use different versions of tar.
PHCO_24633 is probably the 11.00 patch. If course I haven't tested tars bigger than 2G, but I learned about that patch on these forums.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2003 11:11 AM
02-11-2003 11:11 AM