Changes between Version 44 and Version 45 of SystemAdmin
- Timestamp:
- 07/09/12 09:16:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SystemAdmin
v44 v45 8 8 9 9 On the hospital side, the machines are created within the UHL server facility managed by IM&T. 10 We currently have four VMs, visible only from within the hospital environment. 11 12 Mail: System needs to be able to manage local and outgoing mail. 'smarthost' used for everything else: smtp.xuhl-tr.nhs.uk 13 14 ClamAV: Put the following in cron.weekly and chmod 755: 15 clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain 16 17 All UHL machines need to be able to access the internet for updates, etc. For this they need to be 'allowed by rule' through the BlueCoat firewall. This is arranged by UHL IM&T (Geoff Harrison) 10 We currently have eight VMs, visible only from within the hospital environment. 11 12 * Standard packages: mailutils build-essential clamav htop fail2ban logwatch nagios3 chkrootkit snort 13 14 * Mail setting 'Internet with smarthost': System needs to be able to manage local and outgoing mail. 'smarthost' used for everything else: smtp.xuhl-tr.nhs.uk 15 16 * ClamAV: Put the following in cron.weekly and chmod 755: 17 `clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain` 18 19 * All UHL machines need to be able to access the internet for updates, etc. For this they need to be 'allowed by rule' through the BlueCoat firewall. This is arranged by UHL IM&T (Geoff Harrison) 18 20 19 21 === briccs === … … 25 27 * Hardware : Virtual machine 26 28 * Software : Ubuntu 9.10 27 * Packages: sun-java6-bin sun-java6-jdk maven2 perl openssl apache2 php webmin.deb build-essential clamav29 * Packages: sun-java6-bin sun-java6-jdk maven2 perl openssl apache2 php webmin.deb 28 30 29 31 * Services … … 44 46 * Hardware : Virtual machine 45 47 * Software : Ubuntu 9.10 46 * Packages: phpmyadmin mysql perl openssl webmin.deb build-essential clamav48 * Packages: phpmyadmin mysql perl openssl webmin.deb 47 49 48 50 * Services … … 61 63 * Hardware : Virtual machine 62 64 * Software : Ubuntu 10.04 63 * Packages: phpmyadmin mysql perl openssl webmin.deb build-essential clamav65 * Packages: phpmyadmin mysql perl openssl webmin.deb 64 66 65 67 * Services … … 75 77 * Hardware : Virtual machine 76 78 * Software : Ubuntu 10.04 77 * Packages: phpmyadmin mysql perl openssl webmin.deb build-essential clamav79 * Packages: phpmyadmin mysql perl openssl webmin.deb 78 80 79 81 * Services … … 88 90 * Hardware : Virtual machine 89 91 * Software : Ubuntu 10.04 90 * Packages: phpmyadmin mysql perl openssl webmin.deb build-essential clamav92 * Packages: phpmyadmin mysql perl openssl webmin.deb 91 93 92 94 * Services … … 101 103 * Hardware : Virtual machine 102 104 * Software : Ubuntu 10.04 103 * Packages: phpmyadmin mysql perl openssl webmin.deb build-essential clamav105 * Packages: phpmyadmin mysql perl openssl webmin.deb 104 106 105 107 * Services … … 115 117 * Hardware : Virtual machine 116 118 * Software : Ubuntu 12.04 117 * Packages: build-essential clamav htop119 * Packages: 118 120 119 121 * Services … … 129 131 * Hardware : Virtual machine 130 132 * Software : Ubuntu 12.04 131 * Packages: build-essential clamav htop133 * Packages: 132 134 133 135 * Services … … 297 299 298 300 ClamAV: Put the following in cron.weekly and chmod 755: 299 clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain 301 `clamscan -ri --exclude-dir=^/sys\|^/proc\|^/dev / | mail -s "ClamAV Scan Results for `date +%D`" email@email.domain` 300 302 301 303 fail2ban 302 304 * Note: If installing on a CentOS machine, fail2ban is only available from the EPEL repo: rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm 305 303 306 logwatch 304 307