Operating System - HP-UX
1837409 Members
3679 Online
110116 Solutions
New Discussion

Re: move atjobs to new server - servermigration to different platform

 
Gabriel Rauh
New Member

move atjobs to new server - servermigration to different platform

Is there a possibility to move atjobs to a new server with different platform Solaris->HP-UX?

Some testings happens wihout success also on same Platform. Only at -l displays the jobs. But cron does no execution.
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: move atjobs to new server - servermigration to different platform

Did you try restarting the cron daemon?


Pete

Pete
Ninad_1
Honored Contributor

Re: move atjobs to new server - servermigration to different platform

How did you migrate the at jobs ?
You can copy the files in /var/spool/cron/atjobs to new server with same permissions and ownership.
Once copied - stop and start the cron daemon.
cron stop
cron start

I think this should work.

Regards,
Ninad
Gabriel Rauh
New Member

Re: move atjobs to new server - servermigration to different platform

Thanks, it seems to works fine.
In my first tests, I restarted cron to late.
Gabriel Rauh
New Member

Re: move atjobs to new server - servermigration to different platform

-