Page 1 of 1
CLI command to upgrade ms and msfe?
Posted: 19 Oct 2009, 16:26
by MACscr
I have many servers running ms and msfe. Is there a list of cli commands i can use to upgrade them verus having to do it through whm? Would really help me automate the process.
Posted: 28 Oct 2009, 16:38
by Sarah
Upgrading MailScanner can be done with these commands:
wget
http://www.configserver.com/free/msinstall.tar.gz
tar -xzf msinstall.tar.gz
cd msinstall/
sh install.sh
Upgrading MSFE can be done with the sequence of commands here:
http://www.configserver.com/cp/msfeinstaller.html
Obviously, you should test the process before trying to automate it.
Regards,
Sarah
Posted: 30 Oct 2009, 08:06
by MACscr
So you still show in the directions that i need to go within each server to do the Submit Changes part. I am trying to avoid that as well. I need something that can be done completely from cli.
Posted: 02 Jan 2010, 21:03
by MACscr
Sarah or Chirpy, i would really like a response to my last question. Thanks!
Posted: 07 Jan 2010, 10:35
by chirpy
You have to either click to upgrade via the UI on each server or upgrade from the root shell as Sarah has mentioned.
Posted: 13 Feb 2010, 16:41
by MACscr
chirpy wrote:You have to either click to upgrade via the UI on each server or upgrade from the root shell as Sarah has mentioned.
And as mentioned above, those instructions show that you have to go into the gui and click on "Submit Changes".
Which completely defeats the purpose of the cli commands and takes away the ability to automate the upgrades.
Posted: 25 Feb 2010, 16:13
by Sarah
You should only need to go into the WHM interface and click Change the first time you install the MailScanner Front-End.
Regards,
Sarah