This section explains the procedure for configuring the Windows firewall.
Configure the Windows firewall.
> netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(TCP)" dir=in protocol=tcp localport=162,14974-14989,23461 action=allow > netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(UDP)" dir=in protocol=udp localport=67,69,162,4011,4972,14974-14989 action=allow |
When using the email notification function, perform the following settings.
> netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(SMTP)" dir=out protocol=tcp localport=25 action=allow |
Confirm that the above settings are configured in the [Inbound Rules].
>netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(TCP)" >netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(UDP)" |
When using the function for sending email notifications, the following will also be configured in the [Inbound Rules].
>netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(SMTP)" |