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
03-01-2002 05:08 AM
03-01-2002 05:08 AM
last night although my cron job worked normally, my fbackup schedulled job didn't. The root e-mail don't show anything; the SAM log (/var/sam/log) don't have alter. Can I find in another file some informations?
I do it now (scheduling) and works fine.
Thanx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:13 AM
03-01-2002 05:13 AM
Re: fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:28 AM
03-01-2002 05:28 AM
Re: fbackup
Please list out your cron log so that we may double check the syntax.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:32 AM
03-01-2002 05:32 AM
Re: fbackup
Verify that your standard output is not redirected.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:38 AM
03-01-2002 05:38 AM
Re: fbackup
below is the problematic line
20 00 * * 2-6 /sbin/sam/lbin/br_backup DAT FULL Y /dev/rmt/3m /etc/sam/br/graphPCAa22593 root Y 1 N > /var/sam/S
AM_br_msgs 2>&1
below the new line I submited today
42 9 * * 5 /usr/sam/lbin/br_backup DLT FULL Y /dev/rmt/3m /etc/sam/br/graphZCAa28205 root Y 1 N > /var/sam/SAM_b
r_msgs 2>&1
I saw that the parameter before "FULL" is different. Both of them was criated via SAM. But the first line worked fine yesterday.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 05:53 AM
03-01-2002 05:53 AM
Re: fbackup
a hell changed the path...
Thanx so much