This post is more than 5 years old
2 Posts
0
1588
January 15th, 2014 10:00
creating an avtar.cmd file on a Mac Server
In /usr/local/avamar/var
We create a txt file called avtar.txt
We then edit the empty txt file and add the parm\flag (the parm\flag is two dashes followed by the filecachemax=1536)
--filecachemax=1536
Once this is done we rename the txt file to
- avtar.cmd
Next backup fails with
2014-01-15 11:25:28 avtar Error <0000>: Specified source path "./{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf400" does not exist; ignored (Log #1)
2014-01-15 11:25:28 avtar Error <0000>: Specified source path "./{\fonttbl\f0\fswiss\fcharset0 Helvetica;}" does not exist; ignored (Log #1)
2014-01-15 11:25:28 avtar Error <0000>: Specified source path "./{\colortbl;\red255\green255\blue255;}" does not exist; ignored (Log #1)
2014-01-15 11:25:28 avtar Error <0000>: Specified source path "./\margl1440\margr1440\vieww15200\viewh7860\viewkind0" does not exist; ignored (Log #1)
2014-01-15 11:25:28 avtar Error <0000>: Specified source path "./\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural" does not exist; ignored (Log #1)
2014-01-15 11:25:28 avtar Error <0000>: Specified source path "./\f0\fs128 \cf0 --filecachemax=1536}" does not exist; ignored (Log #1)
2014-01-15 11:25:28 avtar Error <8012>: Error in path list: All paths are invalid.. Correct path list before retrying. (Log #1)
2014-01-15 11:25:28 avtar Error <8939>: Errors occurred preparing for backup (exitcode=162). No backup will be created. (Log #1)
sct4
2 Posts
0
January 16th, 2014 05:00
Thanks for responding, it was the f_cache, I was having the server admin create the avtar.cmd file and however he was doing it was the cause of my problem. I created the file on my pc and had him copy the file to the MAC server and it worked like a charm.
pawankumawat
355 Posts
0
January 16th, 2014 05:00
Hello,
Do you want to change size of f_cache and p_cache ?
Regards,
Pawan
ionthegeek
2 Intern
•
2K Posts
0
January 16th, 2014 05:00
Based on the error messages, the avtar.cmd file was edited as a rich text file (RTF) instead of a plain ASCII text file. You can see the rich text format tags like the font table and colour table in the errors (they're enclosed in {}).