Add or remove Java components after installation
After the installation completes, you can add or remove Java components. On media servers, UNIX clients, and Linux clients, you can add or remove the NetBackup Java BAR GUI and the JRE after installation. With media servers, UNIX clients, and Linux clients, the recommendation is that you add or remove both the Java BAR GUI and the JRE together.
To add the packages, use one of the options shown:
(Media servers and clients) Create and run a VxUpdate policy (or ad hoc operation) and specify that the Java BAR GUI and JRE packages should be included.
On UNIX, access the installation media and run the commands shown:
Linux
rpm -U VRTSnbjre.rpm
rpm -U VRTSnbjava.rpm
AIX
installp - ad VRTSnbjre.image all
installp - ad VRTSnbjava.image all
Debian
Re-run the Debian install script and specify the correct value to add the Java BAR GUI and the JRE packages.
To remove the packages, use one of the options shown:
(Media servers and clients) Create and run a VxUpdate policy (or ad hoc operation) and specify that the Java BAR GUI and JRE packages should be excluded.
On UNIX, run the commands shown:
Linux
rpm -e VRTSnbjava
rpm -e VRTSnbjre
AIX
installp - u VRTSnbjre
installp - u VRTSnbjava
Debian
Re-run the Debian install script and specify the correct value to remove the Java BAR GUI and the JRE packages.