Search Results

Search: Posts Made By: df08388
4,704
Posted By df08388
Hoping for a response on this.
Hoping for a response on this.
4,704
Posted By df08388
Thx, Don! Sorry, too busy today to get to...
Thx, Don!

Sorry, too busy today to get to this. I'll create the script tomorrow, run the DIFF command, and post it here.

I inherited this without a lot a documentation, and I've been learning...
4,704
Posted By df08388
Thanks for the explanation, Don. I changed...
Thanks for the explanation, Don.

I changed shell=/bin/bash in the script to

#!/bin/bash
HOME="/home/admin"
cd "$HOME"
[ -f .bash_profile ] && . .bash_profile
[ -f .bash_login ] && ....
4,704
Posted By df08388
Thanks, Jim! I created the script /usr/bin/env...
Thanks, Jim!
I created the script /usr/bin/env and ran it manually and in crontab.

The PATH variable in the manually-run output file is long. The PATH variable in the file run in crontab is short...
4,704
Posted By df08388
Thx again for the response. I don't know how to...
Thx again for the response. I don't know how to show the source code for the executable. How do I do that?

I do know that the job is NOT creating the output file anywhere.

"Your request is...
4,704
Posted By df08388
- Thx, Peasant, but I don't know what this means....
- Thx, Peasant, but I don't know what this means.
- RudiC, thanks for the response. There is no output that I can see.

- Don, thx for the response. I didn't think mgt-svr-bkup-$today was a...
4,704
Posted By df08388
/opt/CPsuite-R77/fw1/bin/upgrade_tools/upgrade_exp...
/opt/CPsuite-R77/fw1/bin/upgrade_tools/upgrade_export is the full path.
4,704
Posted By df08388
Job runs manually, doesn't work in crontab
I have a script (/home/admin/run_bkup.sh) that I can run manually to kick off an executable job. I want to run it in crontab, but it doesn't work.

Here's the script:

shell=/bin/bash...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 04:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy