Outputs of the Commands Here are the command outputs :
mailvizag:~ # su - zimbra
zimbra@mailvizag:~> sh -x bin/zmmtactl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl postfix zmsaslauthdctl'
+ case "$1" in
+ STATUS=0
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/postfix status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmsaslauthdctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 0
zimbra@mailvizag:~> sh -x bin/zmmailboxctl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl tomcat mysql.server'
+ STATUS=0
+ case "$1" in
+ for i in '$SCRIPTS'
+ '[' zmmtaconfigctl = mysql.server ']'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ '[' tomcat = mysql.server ']'
+ /opt/zimbra/bin/tomcat status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ '[' mysql.server = mysql.server ']'
+ /opt/zimbra/bin/mysqladmin status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 0
Thanks for the fast reply, I am hoping to solve this issue tonight, have been trying to solve it for the past 3 days
Naz |