From OpenDCIM Wiki
Revision as of 09:22, 19 February 2015 by Scott (Talk | contribs) (Created page with "Please refer to the Advanced Installation page for complete documentation, this is just an addon for Ubuntu Server These are the basic packages you need to run OpenDCIM o...")
Please refer to the Advanced Installation page for complete documentation, this is just an addon for Ubuntu Server
These are the basic packages you need to run OpenDCIM on Ubuntu server 14.04.1 LTS
sudo apt-get install apache2 php5-mysql mysql-server apache2-utils snmp graphviz
If you plan to query your switches with snmp you need to download the snmp MIBS that in Ubuntu are in a different package:
sudo apt-get install snmp-mibs-downloader sudo download-mibs sudo sed -i 's/^mibs/#mibs/g' /etc/snmp/snmp.conf