Master/media :
../netbackup/bin/admincmd/bptestbpcd -host -verbose
This will attempt to connect in the same way that a backup will.
Client Server :
../netbackup/bin/bpclntcmd -pn
This will attempt to connect to the master server from the client and get a response.
netstat -a | grep bpcd
on the client, it shows if the process is listening
If not Add
bpcd stream tcp nowait root /usr/openv/netbackup/bin/bpcd bpcd to your inetd.conf
Then run the “inetconv” command to convert inetd.conf entries into smf service manifests and import them into smf repository.
Run “inetadm” or “svcs –a” to see the new services.