On Linux I use
cat filename | ssh dradmqa1@10.196.33.12 "crontab -" ..
to replace a remote crontab. If I execute this on AIX I get : crontab: 0481-071 Cannot access the file I can execute
ssh dradmqa1@10.196.33.12 "crontab -l"
and receive correct output, but replacing the crontab is not working. Is there a special option/setting to be done for AIX?