DevTech101

DevTech101

Month: November 2014

Xsigo(OVN) Management How To Install / Configure

chkconfig iptables off chkconfig  ip6tables off service iptable off # this and postgres is needed for performance reporter. yum install compat-libtermcap.x86_64 rpm -i postgres-9.1.2-1.x86_64.openscg.rpm /etc/init.d/postgres-9.1-openscg start (leave all default, set password) /opt/postgres/9.1/bin/psql -U postgres -W CREATE USER xms WITH PASSWORD 'password'; CREATE DATABASE xmspm; GRANT ALL PRIVILEGES ON DATABASE xmspm to xms; \q yum install …

Xsigo(OVN) Management How To Install / Configure Read More »