bcsupport
3 years agoLevel 4
Missing nbstlutil
I tried to cancel a SLP job utilizing the Nnbstlutil, but the file size is showing 0. Is there a way to copy the utility from a media server to the master server?
Ok
- login to new appliance clish
- go to support -> maintenance and from CLI run elevate command
- copy the binaries to logs directory
cp /usr/openv/netbackup/bin/admincmd/nbstlutil /usr/openv/netbackup/logs/
cp /usr/openv/netbackup/bin/admincmd/bpimmedia /usr/openv/netbackup/logs/ - from clish go to support -> logs -> share open
- open a windows explorer and go to
\\appliance IP\logs\NBU\log\netbackup - copy the binaries to your PC. If you get access denied, you have to change the owner of the files to admin (at the log directory
chown admin /usr/openv/netbackup/logs/bpimmedia
chown admin /usr/openv/netbackup/logs/nbstlutil ) - close the share (share close )
- log in to the "failed" appliance clish
- go to manage -> software ->share open
- open a windows explorer and go to /inst/patch/incoming/
- copy the binaries to the appliance
- close the share (share close )
- go to support -> maintenance and form CLI run elevate command
- delete the corrupted files
rm /usr/openv/netbackup/bin/admincmd/nbstlutil
rm /usr/openv/netbackup/bin/admincmd/bpimmedia - copy the new files
mv /inst/patch/incoming/nbstlutil /usr/openv/netbackup/bin/admincmd/
mv /inst/patch/incoming/bpimmedia /usr/openv/netbackup/bin/admincmd/ - check the file permissions and owner and change them if needed
the properties must be
-r-xr-xr-x 1 root bin
if not change the owner
chown root:bin /usr/openv/netbackup/bin/admincmd/bpimmedia
chown root:bin /usr/openv/netbackup/bin/admincmd/nbstlutil
and permissions
chmod 555 /usr/openv/netbackup/bin/admincmd/bpimmedia
chmod 555 /usr/openv/netbackup/bin/admincmd/nbstlutil
Read it twice, understand it, double check it and test it
I have test the procedure, except the file replace as I have only working appliances.You can do it at your own risk. I'm NOT responsible for any problem you may cause