在Centos 6 64bit 上安装 Hyperic HQ 5.8.2.1 中文版

 环境描述:

1
2
3
4
5
6
[test@tester ~]$ cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
 
[test@tester ~]$ uname -a
Linux tester 2.6.32-431.11.2.el6.x86_64 #1 SMP Tue Mar 25 19:59:55 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

用户名:test

口令: test

IP: 192.168.1.103

工作目录: /work

安装文件准备:

下载地址: http://www.innovatedigital.com/download/hyperic_index.asp

下载安装文件: hyperic-hq-installer-x86-64-linux-5.8.2.1.tar.gz  ,放在 /work/temp目录下

安装过程

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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[test@tester work]$ cd /work
[test@tester work]$ mkdir hq-zh
[test@tester work]$ cd temp
[test@tester temp]$ tar xzvf hyperic-hq-installer-x86-64-linux-5.8.2.1.tar.gz 
hyperic-hq-installer-5.8.2.1/installer/bin/hq-migration-5.8.2.1.zip
hyperic-hq-installer-5.8.2.1/installer/lib/
。。。。。。
此处略去N多行
。。。。。。
hyperic-hq-installer-5.8.2.1/COPYING.txt
hyperic-hq-installer-5.8.2.1/setup.sh
[test@tester temp]$ cd hyperic-hq-installer-5.8.2.1/
[test@tester hyperic-hq-installer-5.8.2.1]$ ./setup.sh
Unpacking JRE to temporary directory /tmp/jre
Please ignore references to missing tools.jar
Unable to locate tools.jar. Expected to find it in /tmp/lib/tools.jar
Loading taskdefs...
Taskdefs loaded
Initializing Hyperic HQ 5.8.2.1 Installation...
Choose which software to install:
1: Hyperic HQ Server
2: Hyperic HQ Agent
You may enter multiple choices, separated by commas.
1,2
HQ server installation path [default '/home/hyperic']:
/work/hq-zh
Enter the fully qualified domain name of the SMTP server that HQ will use to send email messages [default '192.168.1.103']:
 
Enter the email address that HQ will use as the sender for email messages [default 'hqadmin@168.1.103']:
 
Choices:
    1: Yes
    2: No
Would you like to use an auto generated encryption key to encrypt the database password? [default '1']:
 
What should the username be for the initial admin user? [default 'hqadmin']:
 
What should the password be for the initial admin user?: (输入初始口令 hqadmin)
(again): (再次输入初始口令 hqadmin)
What should the email address be for the initial admin user? [default 'hqadmin@168.1.103']:
 
HQ agent installation path [default '/work/hq-zh']:
 
Loading install configuration...
Install configuration loaded.
Preparing to install...
Validating agent install configuration...
Validating server install configuration...
Checking server webapp port...
Checking server secure webapp port...
Verifying admin user properties
Validating server DB configuration...
Installing the agent...
Looking for previous installation
Unpacking /work/temp/hyperic-hq-installer-5.8.2.1/hyperic-hq-agent-x86-64-linux-5.8.2.1.tar.gz to: /work/hq-zh/agent-5.8.2.1...
Setting permissions on /work/hq-zh/agent-5.8.2.1...
Setting permissions on /work/hq-zh/agent-5.8.2.1/conf/agent.properties...
Setting permissions on agent binaries...
Fixing line endings on text files...
--------------------------------------------------------------------------------
Installation Complete:
  Agent successfully installed to: /work/hq-zh
--------------------------------------------------------------------------------
You can now start your HQ agent by running this command:
 
       /work/hq-zh/agent-5.8.2.1/bin/hq-agent.sh start
Installing the server...
Unpacking server to: /work/hq-zh...
Creating server configuration files...
Using "small" installing profile...
Copying binaries and libraries to server installation...
Copying server configuration file...
Copying server db-upgrade files...
Copying server libs...
Setting up server database...
 
Now login to another terminal as root and execute this script:
 
    /work/temp/hyperic-hq-installer-5.8.2.1/installer/data/hqdb/tune-os.sh
 
This script sets up the proper shared memory settings to run the
built-in database.
 
Press Enter after you run the script to continue this installation.

打开另一终端窗口,进入到 root 用户

1
2
3
4
5
6
[test@tester ~]$ su
Password: 
[root@tester test]# /work/temp/hyperic-hq-installer-5.8.2.1/installer/data/hqdb/tune-os.sh
/etc/sysctl.conf defined an adequate kernel.shmmax, not changing anything
Tuning completed successfully!
[root@tester test]#

回到原窗口:

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
Setting up JDBC driver...
Copying database files...
Configuring database...
Loading taskdefs...
Taskdefs loaded
Starting repopulation of configuration table...
Waiting for built-in database to start (on port 9432)...
Starting built-in database...
Preparing database...
Loading taskdefs...
Taskdefs loaded
Loading taskdefs...
Taskdefs loaded
Loading taskdefs...
Taskdefs loaded
Waiting for server to stop...
Stopping built-in database...
Built-in database stopped.
Installing the server JRE ...
Unpacking JRE amd64-linux-1.7_51.tar.gz to: /work/hq-zh/server-5.8.2.1...
Setting permissions on /work/hq-zh/server-5.8.2.1...
Setting permissions on server binaries...
Fixing line endings on text files...
--------------------------------------------------------------------------------
Installation Complete:
  Server successfully installed to: /work/hq-zh/server-5.8.2.1
--------------------------------------------------------------------------------
 
 You can now start your HQ server by running this command:
 
  /work/hq-zh/server-5.8.2.1/bin/hq-server.sh start
 
 Note that the first time the HQ server starts up it may take several minutes
 to initialize.  Subsequent startups will be much faster.
 
 Once the HQ server reports that it has successfully started, you can log in
 to your HQ server at: 
 
  http://192.168.1.103:7080/
  username: hqadmin
 
 To change your password, log in to the HQ server, click the "Administration"
 link, choose "List Users"then click on the "hqadmin" user.
 
 
Setup completed.
A copy of the output shown above has been saved to:
  /work/temp/hyperic-hq-installer-5.8.2.1/installer/logs/hq-install.log
 
Deleting temporary JRE
[test@tester hyperic-hq-installer-5.8.2.1]$

运行

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
[test@tester hyperic-hq-installer-5.8.2.1]$ cd /work/hq-zh/server-5.8.2.1/bin
[test@tester bin]$ ./hq-server.sh start
Starting HQ Server...
[test@tester bin]$ cd /work/hq-zh/agent-5.8.2.1/bin
[test@tester bin]$ ./hq-agent.sh start
Starting HQ Agent...... running (20732).
[ Running agent setup ]
What is the HQ server IP address: 192.168.1.103
Should Agent communications to HQ always be secure [default=yes]: 
What is the HQ server SSL port [default=7443]: 
- Testing secure connection ... Success
What is your HQ login [default=hqadmin]: 
What is your HQ password: 
What IP should HQ use to contact the agent [default=192.168.1.103]: 
What port should HQ use to contact the agent [default=2144]: 
- Received temporary auth token from agent
- Registering agent with HQ
The server to agent communication channel is using a self-signed certificate and could not be verified
Are you sure you want to continue connecting? [default=no]: yes
- HQ gave us the following agent token
    1409038071406-733078726523143911-738338007125620383
- Informing agent of new HQ server
- Validating
- Successfully setup agent
[test@tester bin]$

使用

打开浏览器访问 http://192.168.1.103:7080/

输入用户名/口令: hqadmin/hqadmin

单击“增加到资源库”,将自动发现的资源管理起来。

600

单击“近期添加”的 tester 

http://hq.innovatedigital.com