This page (revision-3) was last changed on 23-Apr-2022 17:06 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 23-Apr-2022 17:06 6 KB Harry Metske to previous
2 23-Apr-2022 17:05 3 KB Harry Metske to previous | to last
1 23-Apr-2022 17:05 3 KB Harry Metske to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 17 changed one line
* ''grant all privileges on HQ.* to hyperic;''
* ''grant select,insert,update,delete on HQ.* to hyperic;''
At line 19 added 3 lines
! Create install dirs
* ''mkdir /home/hyperic/server''
* ''mkdir /home/hyperic/agent''
At line 32 changed one line
/home/hyperic/server
At line 41 changed 2 lines
HQ agent installation path [default '/home/hyperic']:
HQ agent installation path [default '/home/hyperic/server']:
/home/hyperic/agent
At line 57 changed one line
Unpacking agent to: /home/hyperic/agent-4.1.0...
Unpacking agent to: /home/hyperic/agent/agent-4.1.0...
At line 62 changed one line
Agent successfully installed to: /home/hyperic/agent-4.1.0
Agent successfully installed to: /home/hyperic/agent/agent-4.1.0
At line 67 changed one line
/home/hyperic/agent-4.1.0/bin/hq-agent.sh start
/home/hyperic/agent/agent-4.1.0/bin/hq-agent.sh start
At line 70 changed one line
Unpacking server to: /home/hyperic/server-4.1.0...
Unpacking server to: /home/hyperic/server/server-4.1.0...
At line 78 removed 2 lines
Setting permissions on server binaries...
Fixing line endings on text files...
At line 81 changed 2 lines
Installation Complete:
Server successfully installed to: /home/hyperic/server-4.1.0
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /home/hyperic/hyperic-hq-installer/installer-4.1.0/data/setup.xml:401: : The following error occurred while executing this line:
/home/hyperic/hyperic-hq-installer/installer-4.1.0/data/setup.xml:407: The following error occurred while executing this line:
/home/hyperic/hyperic-hq-installer/installer-4.1.0/data/setup.xml:531: The following error occurred while executing this line:
/home/hyperic/hyperic-hq-installer/installer-4.1.0/data/setup-db-MySQL.xml:16: The following error occurred while executing this line:
/home/hyperic/hyperic-hq-installer/installer-4.1.0/data/setup-db-hibernate.xml:193: Errors while performing <hbm2ddl>
At line 84 removed 23 lines
You can now start your HQ server by running this command:
/home/hyperic/server-4.1.0/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://10.0.0.162:7080/
username: hqadmin
password: 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:
/home/hyperic/hyperic-hq-installer/installer-4.1.0/./hq-install.log
At line 108 removed 54 lines
! Start Server
{{{
hyperic@bismarck:~$ /home/hyperic/server-4.1.0/bin/hq-server.sh start
Starting HQ server...
Initializing HQ server configuration...
Checking jboss jndi port...
Checking jboss mbean port...
Booting the HQ server (Using JAVA_OPTS=-XX:MaxPermSize=192m -Xmx512m -Xms512m)...
HQ server booted.
Login to HQ at: http://127.0.0.1:7080/
}}}
! Start the Agent
{{{
hyperic@bismarck:~$ /home/hyperic/agent-4.1.0/bin/hq-agent.sh start
Starting HQ Agent...
- Unable to load agent token file. Generating a new one ... Done
[ Running agent setup ]
What is the HQ server IP address: localhost
Should Agent communications to HQ always be secure [default=no]:
What is the HQ server port [default=7080]:
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... HQ is still starting (retrying in 10 seconds)
- Testing insecure connection ... Success
What is your HQ login [default=hqadmin]:
What is your HQ password:
What IP should HQ use to contact the agent [default=127.0.1.1]:
What port should HQ use to contact the agent [default=2144]:
- Received temporary auth token from agent
- Registering agent with HQ
- HQ gave us the following agent token
1236710106359-3618004679508053416-6929921970170511320
- Informing agent of new HQ server
- Validating
- Successfully setup agent
}}}