Article TECH147712
Created: 12 May 2011 | Updated: 12 May 2011 | 2 comments
This issue has been solved. See solution.
Hello.
I found a little mismatch in arcticle: http://www.symantec.com/docs/TECH14771.
In SETUP part:
4. Copy the installation files using the following commands: cp movearchives.sh /etc/cron.daily/ cp movearchive.cfg /etc/cron.daily/ 5. Execute the following commands: dos2unix /etc/cron.daily/movearchives.sh chmod +x /etc/cron.daily/movearchives.sh dos2unix /etc/symantec/ses/movearchive.cfg
First we copy movearchive.cfg to /etc/cron.daily, but then execute command to dos2unix in /etc/symantec/ses/movearchive.cfg.
What is a correct way?
Thank you
Discussion Filed Under:
Comments 2 Comments • Jump to latest comment
In the article there is a mistake.
File movearchive.cfg must be in folder /etc/symantec/ses.
Please, correct the description of article.
Right location shoult be /etc/symantec/ses/movearchive.cfg.
You have to cpy the .cfg file to this location.
cp movearchive.cfg /etc/symantec/ses/
I had a look at the script and it expects the configuration file to be in this loaction.
Would you like to reply?
Login or Register to post your comment.