John_Snodgrass
10 years agoLevel 4
/usr/openv/netbackup/db/client/xxxx/host_info
I need to change the MAX_JOBS_THIS_CLIENT in the host_info for a NDMP NetApp server. Since there is no properties that you can access or set from the GUI that would create the directory structure and host_info file. Can I just do it manually from the OS level, and will it be used? I.E.
mkdir /usr/openv/netbackup/db/client/xxxx
touch host_info
vi host_info add the line MAX_JOBS_THIS_CLIENT 8 save the file.
If this won't work, which is my gut feeling, is there any other way to do this? I could set the MAX_JOBS higher for the entire master, but I really don't want to do that either as it could cause a bunch of issues on the rest of the clients.
- Why not use bpclient command? Or Host Properties > Master > Client Attributes > Add/select client ?