Uploading Software Packages
Before installing eSight, you need to download software packages, and upload the software packages and digital signature files to the server.
Procedure
- Log in to the active eSight server as the root user.
If you use the remote SSH tool to log in to the server, the connection may be interrupted, causing operation exceptions. You are advised to log in to a physical machine using the management port (for details, see the server guide). You are advised to log in to a VM using VNC (the VNC tool needs to be prepared by the user).
- Run the following command to create the temporary directory "/opt/install":
# mkdir -p /opt/install
- Use FileZilla to copy the eSight_V300R010C00SPC600_OMMHA_SUSE_x86_64.zip file to the "/opt/install" directory on the active eSight server.
Port 22 is the default port for transfer through SFTP.
- Log in to the active eSight server as the root user and run the following commands to decompress the installation package:
If you use the remote SSH tool to log in to the server, the connection may be interrupted, causing operation exceptions. You are advised to log in to a physical machine using the management port (for details, see the server guide). You are advised to log in to a VM using VNC (the VNC tool needs to be prepared by the user).
# cd /opt/install
# unzip eSight_V300R010C00SPC600_OMMHA_SUSE_x86_64.zip
After the installation package is decompressed, the install_pre.sh, install.sh, and install_post.sh files are generated in the current directory.