Loop through ML servers with chkconfig
for i in 006 007 008 009 010 011 012 013 014 110 111 112 113 114 115 116 117 118 ; do ssh -q xstore$i "hostname; sudo chkconfig --list | grep -i marklogic" ; sleep 2 ; done