Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My Random Thoughts edited this page Jul 6, 2017 · 4 revisions

c-com-04-netbackup-agent-installed (Enabled)

Check NetBackup agent is installed and that the correct port is open to the management server. Only applies to physical servers, or virtual servers with a list of known software installed.


Input Values

  • ProductName - Full name of the product to look for
  • RequiredServerRoles - List of known software to check if installed

Example

ProductName = 'Symantec NetBackup'
RequiredServerRoles = ('Exchange', 'SQL')

Input Descriptions

  • None

Result And Messages

  • PASS
    {product} found, Port 1556 open to {server}

  • WARNING

  • FAIL
    {product} not found Port 1556 not open to {server} Backup agent software not found, but this server has {role} installed which requires it Backup agent software not found, but this server is a domain controller which requires it

  • MANUAL
    Is this server backed up via VADP.? Manually check vCenter annotations, and look for "NetBackup.VADP: 1"

  • NA


Applies To

  • All Servers

Required Functions

  • Check-DomainController, Check-VMware, Check-HyperV, Check-Port, Check-Software
Clone this wiki locally