This section explains the procedure for configuring the Windows firewall.
Procedure
Configure the Windows firewall.
> netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(TCP)" dir=in protocol=tcp localport=162,3169,3170,3500-3502,8014,8015,14974-14989,23461 action=allow <RETURN> > netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(UDP)" dir=in protocol=udp localport=67,69,162,4011,4972,14974-14989 action=allow <RETURN>
Confirmation of Results
Confirm that the above settings are configured in the [Inbound Rules].
>netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(TCP)" <RETURN> >netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(UDP)" <RETURN>