You could always just call a script from cron – that’s what I decided to do for our cyclesave.
My cron statment just calls: /hci/scripts/cyclemsgs > /tmp/cyclemsg.log 2>&1
Then my cyclemsgs script sets the root and inititates the cycle of all desired sites. If you try this route, just make sure permissions on the script are correct.
{cyclemsgs:}
#!/usr/bin/ksh
setroot /hci/qdx5.3/integrator
setsite prodmck
hcicyclesavemsgs -d -o 14
setsite prodsms
hcicyclesavemsgs -d -o 14
setsite prodepr
hcicyclesavemsgs -d -o 14
setsite prodtrans
hcicyclesavemsgs -d -o 14