zmlat
6 months agoLevel 4
How can I reinstall just the java/jre packages for NB 8.3.0.2?
Hello,
While performing a mass removal of NB java and jre packages on Linux NB clients, they were inadvertently removed for a NB primary server. I'm wondering if there is a way to extract these from the install tar file, and just re-install the 2 packages on the primary server. I would have thought that only access to java gui would be affected, but it looks like the catalog backup is also failing.
Thanks
I'm not sure if this helps.
I can't see why your catalog backup is failing. I don't see any connection with Java, and the failed backups might just be a coincidence.- Navigate to the directory:
cd /usr/openv/netbackup/client/Linux/ - Change to the equivalent directory for your master client's operating system, and copy the missing binaries to a temp directory.
If the binaries are symbolic links, ensure you copy the actual files they point to. - Use the following command to install the binaries:
rpm -U <binary-file-name>
- Navigate to the directory: