Gigabyte MH60-RE1 Manual - Page 10

Installing Gigabyte Server Management Linux

Page 10 highlights

1-5 Installing Gigabyte Server Management (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 GSM.war to /root/tomcat7/webapps mv GSM.war /root/tomcat7/webapps 4. Execute startup.sh cd /root/tomcat7/bin ./startup.sh 1-5-2 PostgreSQL Installation Procedure [Ubuntu] 1. Install default-jre apt-get install default-jre 2. Install PostgreSQL apt-get install postgresql postgresql-contrib 3. Open up postgresql.conf file in your favorite editor vi /etc/postgresql/9.3/main/postgresql.conf 4. Alter the listen_addresses as below: listen_addresses = '*' [Cent OS/RedHat] 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* Gigabyte Server Management - 10 -

  • 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
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60

Gigabyte Server Management
- 10 -
1-5
Installing Gigabyte Server Management (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 GSM.war to /root/tomcat7/webapps
mv GSM.war /root/tomcat7/webapps
4.
Execute startup.sh
cd /root/tomcat7/bin
./startup.sh
[Ubuntu]
1.
Install default-jre
apt-get install default-jre
2.
Install PostgreSQL
apt-get install postgresql postgresql-contrib
3.
Open up postgresql.conf file in your favorite editor
vi /etc/postgresql/9.3/main/postgresql.conf
4.
Alter the listen_addresses as below:
listen_addresses = '*'
[Cent OS/RedHat]
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*