メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。
一部の文書番号が変更されている可能性があります。探しているものではない場合は、すべての文書を検索してみてください。文書の検索

NetWorker Processes and Ports

概要: This KB provides a general overview of NetWorker services and ports.

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


手順

NetWorker Services

​​NetWorker Server Processes
Process Function
nsrctld The top-level NetWorker Server process that monitors, stops, and starts all NetWorker Server processes.
nsrd
  • NetWorker save and recover daemon.
  • The main service that controls other services on the NetWorker server.
  • Monitors active save and recover sessions.
  • In response to a recover session, nsrd spawns an agent process ansrd
nsrjobd Monitors NetWorker activity during a backup or recovery operation.
nsrindexd Provides an indexing service to read, write, and remove client file index (CFI) entries.
The nsrd service starts on the nsrindexd process on the NetWorker server. The nsrindexd process spawns an additional helper nsrindexd process for each index session. NetWorker uses index sessions to read, write, or delete index entries. For example, when a user performs a file-level or browsable recover. When the read or write operation completes, the helper nsrindexd process closes.
nsrmmgd
  • Manages tape library operations.
  • Provides an RPC-based service that manages all jukebox operations on behalf of the nsrd service.
  • The nsrd service starts only one instance of nsrmmgd on the NetWorker server as needed.
nsrlogd Supports the NetWorker audit log service, which is configured to run on the NetWorker server by default.
nsrcpd
  • Starts automatically when a user accesses the Hosts tab in the NetWorker Management Console (NMC.
  • Allows users to distribute and upgrade NetWorker module software from a centralized software repository across a network.
nsrdispd Handles RPC-based calls for the nsrd process, from remote or third-party processes.
nsrdisp_nwbg Started by nsrdispd to handle NMC server requests for information from RAP and media databases on the NetWorker server.
nsrdisp_vproxy Started by nsrdispd to handle RPC-based calls between NetWorker server and vProxy appliance.
nsrdisp_dd Started by nsrdispd to handle RPC-based calls between NetWorker server and Data Domain (DD).
nsrlmc
  • Supports licensing requests.
  • For the traditional licensing model, nsrlmc requests a license from the lgtolmd process.
  • For the CLP/ELMS licensing model, nsrlmc requests capacity and update licenses from the ELMS server.
nsrvmwsd Provides a web service to manage VMware VM backups that are part of the NetWorker VMware protection feature.
Tomcat Tomcat web server instance for the NetWorker authentication (authc) service
nsrexecd
  • NetWorker client service.
  • Authenticates and processes the NetWorker server remote execution (nsrexec) requests and runs the save and savefs programs on the client.
 

NetWorker Storage Node

Process Function
nsrmmd
  • Provides device support, generates mount requests, multiplexes save set data during a multi-client backup, and demuliplex recover data. It writes data that is sent by save to storage media.
  • Forwards storage information to the nsrmmdbd process on the NetWorker server, which the NetWorker server adds to the media database.
nsrsnmd
  • Provides RPC-based service to manage all the device operations that the nsrmmd process handles on behalf of the nsrd process on the NetWorker server.
  • Ensures that the necessary device operations are performed when needed by nsrd.
  • Automatically run by nsrd as required.
  • Only one nsrsnmd runs on each storage node that has configured and enabled devices.
nsrlcpd
  • Provides a uniform library interface to the NetWorker media management daemon, nsrmmgd.
  • Manages the library subsystem media, slot, drive, and port resources providing control to move and access the resources within the library subsystems.
  • One nsrlcpd starts for each configured tape library.
nsrexecd Authenticates and processes the NetWorker Server remote execution (nsrexec) requests and runs the save and savefs programs on the client. 
NOTE: Every NetWorker server has an embedded NetWorker storage node, the above processes may be found running on the NetWorker server where applicable.
 
 

NetWorker Management Console (NMC) Server

Process Function
nsrexecd Authenticates and processes the NetWorker Server remote execution (nsrexec) requests and runs the save and savefs programs on the client. 
gstd Known as the Generic Services Toolkit (GST), controls other services that are provided by the NMC Server.
httpd Starts the NMC Console user interface on the client through a web browser.
postgres A database server that manages information pertaining to NMC Server
Management. For example, Console reports.
gstsnmptrapd
  • Monitors SNMP traps on a managed Data Domain system.
  • Provides the ability to report SNMP Trap events in the NMC Events task.
  • Started only when SNMP Trap monitoring is configured for the Data Domain system.
 

NetWorker Client:

  • nsrexecd - Authenticates with NetWorker server and manages requests from the NetWorker server to start the save and savefs processes to support backup requests.
NetWorker Web User Interface (NWUI) Server:
  • nwuictld - Interacts with nwui postgres processes and database.

 

Starting and Stopping Services:

NetWorker services can be managed from the command-line on both Linux and Windows systems. Microsoft Windows systems can also manage NetWorker services from the Services.msc console.

Linux:

systemctl [ start | stop | status | restart ] service
  • To stop all services (except NMC and NWUI):
    sudo nsr_shutdown
  • To start all services (except NMC and NWUI):
    sudo systemctl start networker
  • To stop or start NMC services:
     sudo systemctl [ stop | start ] gst
  • To stop or start NWUI services:
     sudo systemctl [ stop | start ] nwui 


Windows:

net [ start | stop ] service
  • To stop all services (except nwui):
    net stop nsrexecd /y
  • To start all server service:
    net start nsrd
  • To start the client service on a stand-alone client:
    net start nsrexecd
  • To stop or start the NMC service:
    net [ stop | start ] gstd
  • To stop or start the NWUI service:
    net [ stop | start ] nwui


More Resources 

NetWorker: How to Debug Backup Operations
NetWorker: Log Files and Locations
NetWorker: How to use nsr_render_log


Ports

NetWorker Service Ports:
  • 7937, 7938 - Fixed ports. Each NetWorker host uses these ports to start communication.
  • 7937 - 9936 - Variable ports. NetWorker dynamically opens ports. A NetWorker host can allocate any port that is defined in this port range at random. This is the default recommended range, but it can be narrowed or expanded.
NetWorker Connection Ports:

--> One Way
<--> Two Ways

  • 22 - Data Protection Appliance (DPA) / NetWorker VMware Protection (NVP) vProxy --> Data Domain TCP
  • 53 - ALL --> DNS
  • 80, 443 - storage node --> ATMOS server
  • 111 - storage node/ client/ NVP vProxy--> Data Domain TCP/UDP
  • 111 - NVP vProxy --> ESXi Servers
  • 131, 163 - NVP vProxy --> Data Domain
  • 161 - NW server --> Data Domain (SNMP query) TCP/UDP
  • 162 - NMC server <--> Data Domain (SNMP capture) TCP/UDP
  • 162 - Data Domain --> DPA (SNMP capture) TCP/UDP
  • 443 - NW server/ storage node/ NVP vProxy --> vCenter Server TCP
  • 443 - EMC Data Protection Restore Client interface --> NetWorker server TCP (vProxy FLR)
  • 902 - storage node/ NVP vProxy --> ESXi Servers TCP
  • 2049, 2052 - storage node/ client/ NVP vProxy --> Data Domain TCP
  • 3009 - NW server / NetWorker VMware Protection (NVP) vProxy --> Data Domain (DD Cloud Tier, Backup Capacity Reporting (BCR), REST API) TCP
  • 3741 - DPA --> NW server TCP
  • 3916, 4001 - NW server --> DPA TCP
  • 5432 - NMC Client --> NMC Server (Tabular Data Stream (TDS) for database queries) UDP
  • 5435 - NWUI Server --> NetWorker Server (Status updates and reporting)
  • 5555 - DPA --> Avamar Utility Node TCP
  • 5671 - NMC/NWUI Server --> NetWorker server (rabbitmq SSL port) TCP
  • 5672 - NMC/NWUI Server --> NetWorker server (rabbitmq non-SSL port) TCP
  • 6278 - NW server <--> NMM (Control Port) TCP
  • 6279 - NW server <--> NMM (Data Port) TCP
  • 7444 - NVP vProxy --> VMware SSO
  • 7937 - nsrexecd /nsrexec. TCP
  • 7938 - nsrexecd / port map. TCP
  • 8080 - VMware Backup Appliance (EBR/VBA) --> NW server TCP
  • 8543 - NW server --> VMware Backup Appliance (EBR/VBA) TCP
  • 9000 - NMC Client --> NMC Server (HTTP) TCP
  • 9001 - NMC Client --> NMC Server (RPC calls from Console Java client to Console server) TCP
  • 9090 - AuthC Authentication service port, (must be open between all NetWorker hosts) TCP
  • 9095 - NWUI Server <--> NetWorker server (NWUI server port)
  • 27000 - client --> Avamar (All Nodes) TCP
  • 27000 - NW server <--> EMC Licensing Server TCP
  • 29000 - client --> Avamar (All Nodes) (For SSL Only) TCP
  • 28001 - client --> Avamar Utility Node TCP
  • 28002 - Avamar Utility Node --> client TCP
  • 10000 - NW server --> NDMP Filer TCP
  • 10000 - NW server --> storage node (NDMP-DSA) TCP
  • 10000 - NW server --> NMM (Hyper-V FLR HTTP) TCP
  • 10024 - NW server --> NMM (Hyper-V FLR Persistence Service) TCP
  • 10099 - NW Server --> NMM (Hyper-V FLR Cache Service) TCP
  • 11000 - NW server --> NMM (Hyper-V FLR Secure HTTPS) TCP
  • 50000 - NMM client --> NMM Proxy Recovery Agent (Hyper-V FLR recoveries only) TCP
Ports and connections specific to NetWorker VMware Protection (NVP) are detailed in: NVP vProxy: Troubleshooting Network Connectivity For Backup and Restore Operations

その他の情報

For additional information see NetWorker Administration, Command, and Security Guides available through: NetWorker Support Information.

文書のプロパティ


影響を受ける製品

NetWorker

製品

NetWorker Family, NetWorker Series

最後に公開された日付

29 1月 2024

バージョン

11

文書の種類

How To