Did you configure WinRM on both the Orion server and the host running NetBackup?
CONFIGURING WINDOWS REMOTE MANAGEMENT (WINRM)
- If not already done so, install PowerShell 2.0 and WinRM on the SAM and target servers. Powershell 2.0 can be found here: http://support.microsoft.com/kb/968930.
- On the SAM server, open a command prompt as an Administrator. To do this, perform the following step:
- Go to the Start menu and right-click the cmd.exe and then select Run as Administrator.
- Enter the following in the command prompt:
winrm quickconfig
winrm set winrm/config/client @{TrustedHosts="*"} - On the target server, open a command prompt as an Administrator and enter the following:
winrm quickconfig
winrm set winrm/config/client @{TrustedHosts="IP_ADDRESS"} where IP address is the IP address of your SAM server.
Also, did you specify the parameters properly in the Job Status PowerShell component?
Arguments:
All PowerShell scripts use the same argument structure:
path_to_bpdbjobs_command,master_server
where
path_to_bpdbjobs_command– Full path tobpdbjobsutiity;
master_server– The name of master server which we want to monitor.
Example:
C:\Program Files\Veritas\NetBackup\bin\admincmd\bpdbjobs.exe,lab-netbackup7