Contents
How to install Oracle Fabric Manager
First install OEL 6.x
For Solaris 11 OVN client installation click here
Disable FireWall
chkconfig iptables off chkconfig ip6tables off
PostgreSQL is needed for performance reporter.
yum install compat-libtermcap.x86_64 rpm -i postgres-9.1.2-1.x86_64.openscg.rpm # To configure & start PostgreSQL for the first time /etc/init.d/postgres-9.1-openscg start (leave all default, set password)
Install apache
yum install httpd.x86_64 # Add ServerName ovn1.domain.com to httpd.conf /etc/httpd/conf/httpd.conf
Prepare for Fabric Manager install
mkdir /install unzip p16339448_41_Generic.zip cd /install/OFM tar xvf xsigo-xms-4.1.0_XFM_rhel5_i686.tar
make sre java is installed and available
mkdir /install/JRE # http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-javase6-419409.html Download the jre bin (for x64) and install
Install fabric manager
cd /install/OFM/xms_install rpm -ivh xsigo-xms-4.1.0-1.noarch.rpm service xms start
Install Performance Manager
unzip -qq p16339972_11_Generic.zip cd PERF_MGR tar xf xsigo-xms-perfmgr-1.1.0_PM.tar cd /install/PERF_MGR/xms_perfmgr_install rpm -ivh xsigo-xms-perfmgr-1.1.0_PM-1.noarch.rpm https://ovn1.domain.com:8443/xms/jsf/xsigo/serverSummary.jsf
Xsigo logs location
Check /opt/xsigo/xms/logs/catalina.out
Xsigo director help
# Set passwords set system root-password # Set admin password # Set backup password set system recovery-password
You might also like
Installing Oracle OVN(xsigo) Linux driver
Installing Oracle OVN(xsigo) solaris driver