Difference between revisions of "Check server compatibility"

From Kolmisoft Wiki
Jump to navigationJump to search
(Created page with 'If you want to check the server if it is OK to install MOR/M2 on it, please do this: yum install -y subversion svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/s…')
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If you want to check the server if it is OK to install MOR/M2 on it, please do this:
If you want to check the server if it is OK to install MOR/M4 on it, please do this:


  yum install -y subversion
  yum install -y subversion
  svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
  svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
  /usr/src/mor/x7/maintenance/server_check.sh
  /usr/src/mor/x7/maintenance/server_check.sh
If you see RED errors/warnings, please take note.
Example:
/usr/src/mor/x7/maintenance/server_check.sh
OK            DNS settings: /usr/bin/resolveip svn.kolmisoft.com
OK            Centos 6 present
'''FAILED        Server has 1873 MB of RAM. Consider adding more RAM for proper system functioning'''
OK            HDD DISK SPACE IN / dir OK
NOTICE        This host is running as: VMWARE virtual machine
NOTICE        VM detected, network full duplex test skipped
NOTICE        Checking network connectivity
OK            Network connectivity OK: ping -c 3  google.com
OK            Plesk not detected
OK            raid-check cron not present, good
OK            Hack check: /dev/saux not detected
OK            Hack check: /etc/ssh2 not detected
WARNING!      Asterisk is installed but is not running
NOTICE        MySQL is installed but is not running

Latest revision as of 09:47, 30 January 2023

If you want to check the server if it is OK to install MOR/M4 on it, please do this:

yum install -y subversion
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
/usr/src/mor/x7/maintenance/server_check.sh


If you see RED errors/warnings, please take note.

Example:

/usr/src/mor/x7/maintenance/server_check.sh
OK             DNS settings: /usr/bin/resolveip svn.kolmisoft.com
OK             Centos 6 present
FAILED         Server has 1873 MB of RAM. Consider adding more RAM for proper system functioning
OK             HDD DISK SPACE IN / dir OK
NOTICE         This host is running as: VMWARE virtual machine
NOTICE         VM detected, network full duplex test skipped
NOTICE         Checking network connectivity
OK             Network connectivity OK: ping -c 3  google.com
OK             Plesk not detected
OK             raid-check cron not present, good
OK             Hack check: /dev/saux not detected
OK             Hack check: /etc/ssh2 not detected
WARNING!       Asterisk is installed but is not running
NOTICE         MySQL is installed but is not running