How Do I Change the Database Space of the eSight Server
Question
In the following scenarios, you can change the database space of the eSight server to resolve the problem:
- During eSight upgrade, a message is displayed, indicating that the database space of the eSight server is insufficient. As a result, the upgrade cannot be continued.
- When the environment health check tool is used to check the health status of the eSight server, a message is displayed, indicating that the database space of the eSight server is insufficient.
Answer
- Windows
- Log in to the server as the Administrator user.
- Choose Start > All Programs > eSight > eSight Console.
- In the eSight Console dialog box, choose Tools > Database Space Configuration Tool.
- In the dialog box that is displayed, expand the database or delete historical data from the database.
Only historical performance data and alarms can be deleted from the database.
- SUSE Linux
- Log in to the server as the ossuser user.
- Run the following command to start the database space configuration tool.
cd /opt/eSight/mttools/tools
./dbtool.sh
- In the dialog box that is displayed, expand the database or delete historical data from the database.
Only historical performance data and alarms can be deleted from the database.
- EulerOS and SUSE Linux
- Log in to the server as the ossuser user.
- Run the following command and configure the database space as prompted:
es_cli -cmd dbtool
The es_cli -cmd dbtool command can be used in eSight V300R010C00SPC500 and later versions.