Installing the CTPView Server OS (CTPView Server CLI)
This topic describes how to install the latest CTPView server OS. The server OS can be installed using an RPM file downloaded from the Juniper Networks support site.
To install or upgrade CTPView server OS on RHEL 9.5 / Rocky Linux 9.5:
- Login with the user credentials that you created during RHEL9/Rocky Linux 9 VM creation process.
- Copy “tcsh-xxxxxxxx.rpm” to RHEL9/Rocky Linux server’s /tmp and then
execute the below commands:
cd /tmp sudo rpm -Uvh tcsh-xxxxxxxxxxxx.rpm sudo chsh -s /bin/tcsh <rhel9/rocky user> exit
- Download the latest CTPView Management System RPM file from the Juniper Networks support site.
- Transfer the RPM file to the server where you want to install CTPView.
- Log in to the server as a root user.
Run the command
rpm -Uvh <ctpview-rpm-filename>.rpmto install the RPM.- Follow the on-screen prompts to complete the installation process.
To install or upgrade CTPView server OS on CentOS 7:
- Download the latest CTPView Management System RPM file from the Juniper Networks support site.
- Transfer the RPM file to the server where you want to install CTPView.
- Log in to the server as a root user.
Run the command
rpm -ivh <ctpview-rpm-filename>.rpmto install the RPM.- Follow the on-screen prompts to complete the installation process.