DevTech101

DevTech101

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 httpd.x86_64
# Add ServerName ovn1.domain.com to httpd.conf
/etc/httpd/conf/httpd.conf
mkdir /install
unzip p16339448_41_Generic.zip
cd /install/OFM
tar xvf xsigo-xms-4.1.0_XFM_rhel5_i686.tar
# make sure java is installed and avalble
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
cd /install/OFM/xms_install
rpm -ivh xsigo-xms-4.1.0-1.noarch.rpm
service xms start
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
Check /opt/xsigo/xms/logs/catalina.out

# Set passwords
set system root-password

# Set admin password

# Set backup password
set system recovery-password

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
%d bloggers like this: