Hi All!
Just to update. The script does not work unmodified on Red Hat.
If you are having problems you'll have to change all short form constructs e.g.
Code:
su - $ZIM_STOP
su - $ZIM_START
su - $ZIM_STATUS
su - $ZIM_STAT_START
su - $ZIM_STAT_STOP
to the full command e.g.
Code:
su - zimbra -c zmcontrol shutdown
su - zimbra -c zmcontrol start
Sorry for this, I will fine a better solution.
p.s. Please post your experience with the script i.e. Distro / Works "out of the box" or Not
- Ubuntu 6.06.1 LTS / Works out of the box
- Red Hat Enterprise 5 / Does Not
Cheers