Contents
How to install Oracle Fabric Manager
First install OEL 6.x
For Solaris 11 OVN client installation click here
Disable FireWall
1 2 |
chkconfig iptables off chkconfig ip6tables off |
PostgreSQL is needed for performance reporter.
1 2 3 4 5 |
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
1 2 3 4 5 |
yum install httpd.x86_64 # Add ServerName ovn1.domain.com to httpd.conf /etc/httpd/conf/httpd.conf |
Prepare for Fabric Manager install
1 2 3 4 |
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
1 2 3 |
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
1 2 3 |
cd /install/OFM/xms_install rpm -ivh xsigo-xms-4.1.0-1.noarch.rpm service xms start |
Install Performance Manager
1 2 3 4 5 6 |
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
1 |
Check /opt/xsigo/xms/logs/catalina.out |
Xsigo director help
1 2 3 4 5 6 7 |
# 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
Leave a Reply