This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

communication port used by NetVault

I need to know the communication port used by NetVault

  • Netvault uses port 20031 - 20106
    NDMP -10000

    The Network Manager is configured to use port 20031 to open TCP and UDP sockets on a client. If this port is being used by another application, the NetVault Backup Service fails immediately after startup. When this occurs, you must change the default port for Network Manager.
    To change the default port for Network Manager
    1
    Navigate to the <NetVault Backup home>\config directory, and open the file nvnmgr.cfg in a text editor.
    2
    Add the following lines to this file:
    [network]
    UdpPort=<port number>
    TcpPort=<port number>
    Set the same port number for both the TCP and UDP sockets. Ensure that the port is not in use by any other application. In a firewall-protected environment, ensure that the port is open and specified in the firewall settings for the client. For more information, see Configuring firewall settings.
    3
    Restart the NetVault Backup Service to apply the new settings.
    4
    Repeat steps 1–3 on the NetVault Backup Server and all clients.


    The firewall settings enable communication with NetVault Backup Clients that are located outside the firewall. These settings provide the TCP/IP port specifications, which are used to establish data transfer channels, message channels, and broadcast channels through the firewall.
    To configure firewall settings for a client
    1
    In the Navigation pane, click Change Settings.
    2
    To configure the default settings for NetVault Backup Server, click Server Settings.
    3
    To configure the default settings for a NetVault Backup Client, click Client Settings. In the clients table, select the applicable client, and click Next.
    4
    Under System and Security, click Firewall.
    5
    In the Firewall dialog box, configure the required settings. For more information about these settings, see Firewall settings.
    When creating firewall rules on the server and client machines, make sure that you open the configured ports. For more information, see Firewall rules.
    6
    Click Apply to apply the new settings and close the dialog box.
  • Port Protocol Usage Comments
    80 TCP HTTP Listen port for incoming Web
    Service connections.
    135 TCP RPC port used during the client push
    installation process.
    3306 TCP Port used to make a TCP/IP
    connection to the MySQL Server.
    Configured on the NetVault Backup
    Client on which the Plug-in for
    MySQL is installed.
    The default port number is 3306. If a
    non-default port is configured for
    client connections on the MySQL
    Server, verify that the same port is
    configured on the NetVault Backup
    Client.
    To run multiple instances of MySQL
    on the same machine, a different port
    is configured for each instance.
    5432 TCP Listener port for PostgreSQL
    Database.
    Configured on the NetVault Backup
    Client on which the Plug-in for
    PostgreSQL is installed.
    The default port number is 5432. If
    the PostgreSQL Database is
    configured to listen on a non-default
    port, verify that the same port is
    configured on the NetVault Backup
    Client.
    8443 TCP HTTPS Listen port for incoming Web
    Service connections.
    10000 TCP Port for sending NDMP messages
    (NDMP control channels).
    Configured on the NetVault Backup
    Server on which the Plug-in for
    NDMP is installed.
    The default port number is 10000.