Gigabyte MB10-DS5 Manual - Page 13

Installing Gigabyte Server Management Console Linux

Page 13 highlights

1-5 Installing Gigabyte Server Management Console (Linux) 1-5-1 Tomcat Installation Procedure 1. Unzip apache-tomcat-7.0.47.tar.gz tar -zxvf apache-tomcat-7.0.47.tar.gz 2. Move apache-tomcat-7.0.47 to /root/tomcat7 mv apache-tomcat-7.0.47 /root/tomcat7 3. Move zeus.war to /root/tomcat7/webapps mv zeus.war /root/tomcat7/webapps 4. Execute startup.sh cd /root/tomcat7/bin ./startup.sh 1-5-2 PostgreSQL Installation Procedure 1. Remove the old PostgreSQL package. yum remove postgresql* 2. Locate and edit your distributions .repo file, located: [CentOS] vi /etc/yum.repos.d/CentOS-Base.repo ([base] and [updates] sections) [Red Hat] vi /etc/yum/pluginconf.d/rhnplugin.conf ([main] section) 3. To the section(s) identified above, you need to append a line: exclude=postgresql* 4. Download PGDG RPM file [CentOS] curl -O http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm [Red Hat] curl -O http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm 5. Install PGDG RPM file [CentOS] rpm -ivh pgdg-centos93-9.3-1.noarch.rpm [Red Hat] rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm - 13 - Gigabyte Server Management Console

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38

- 13 -
Gigabyte Server Management Console
1-5
Installing Gigabyte Server Management Console (Linux)
1-5-1
Tomcat Installation Procedure
1-5-2
PostgreSQL Installation Procedure
1. Unzip apache-tomcat-7.0.47.tar.gz
tar -zxvf apache-tomcat-7.0.47.tar.gz
2.
Move apache-tomcat-7.0.47 to /root/tomcat7
mv apache-tomcat-7.0.47 /root/tomcat7
3.
Move zeus.war to /root/tomcat7/webapps
mv zeus.war /root/tomcat7/webapps
4.
Execute startup.sh
cd /root/tomcat7/bin
./startup.sh
1.
Remove the old PostgreSQL package.
yum remove postgresql*
2.
Locate and edit your distributions .repo file, located:
[CentOS] vi /etc/yum.repos.d/CentOS-Base.repo ([base] and [updates] sections)
[Red Hat] vi /etc/yum/pluginconf.d/rhnplugin.conf ([main] section)
3.
To the section(s) identified above, you need to append a line:
exclude=postgresql*
4.
Download PGDG RPM file
[CentOS] curl -O
[Red Hat] curl -O
5.
Install PGDG RPM file
[CentOS] rpm -ivh pgdg-centos93-9.3-1.noarch.rpm
[Red Hat] rpm -ivh pgdg-redhat93-9.3-1.noarch.rpm