Performing Post-processing Operations
This section describes how to execute the post-processing script on the standby server to install eSight and interconnect the active and standby eSight servers.
Procedure
- Use PuTTY to log in to the active eSight server as the root user.
- Run the following commands to start the post-processing script:
# cd /opt/install
# chmod u+x install_post.sh
# ./install_post.sh
The entire process takes about 10 minutes.
If information similar to the following is displayed, the post-processing script is successfully executed:
begin to install ha... enter force-installation mode... install ha successfully. build credit... build credit finish begin to rsync... rsync finish. begin to startup... HAMode double NodeName HostName HAVersion StartTime HAActive HAAllResOK HARunPhase ha1 Primaster V100R001C01 2018-03-01 16:44:01 active normal Actived ha2 Secmaster V100R001C01 2018-03-01 16:46:45 standby normal Deactived NodeName ResName ResStatus ResHAStatus ResType ha1 Database Active_normal Normal Active_standby ha1 NMSServer Normal Normal Single_active ha2 Database Standby_normal Normal Active_standby ha2 NMSServer Stopped Unknown Single_active
Table 2-11 Normal resource statusesResource Item
Description
Node
Normal ResStatus Value
Normal ResHAStatus Value
Database
Database resource status ID
the active server
Active_normal
Normal
the standby server
Standby_normal
Normal
NMSServer
eSight service resource status
the active server
Normal
Normal
the standby server
Stopped
Unknown or Normal
- After the eSight installation is complete, delete the installation package and temporary files from the server.
# rm -rf /opt/install