Difference between revisions of "Check server compatibility"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 7: | Line 7: | ||
If you see RED errors/warnings, please take note. | 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 |
Revision as of 09:12, 9 September 2015
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/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