A Data Zone is comprised of a Networker Server (which contains a server node and a backup client), one or more storage nodes which can be on the Server node or separated. The storage node writes data to media nad reads from media during restore. The clients then generate backup data and tracking information regarding what data is located where.
Control Data is sent along with backup data. It is kept in the following locations:
- /nsr/index/CFI - client file index telling what data is in what save set
- /nsr/mm/Media Database - tracks volumes and save sets
- /nsr/res/ - resource files
- On Windows hosts these are located in <drive>:\Program Files\Legato\nsr
The Media Database lists all media available to the Networker server and clients, as well as info on all save sets.
The Client File Index is where clients send tracking info regarding which data is stored on which node and which save set.
The NMC, or Networker Management Console is a java application that can configure and manage multiple Networker Servers and Data Zones. It requires Networker 7.3 or newer.
Core Networker Daemons:
NW Client:
- nsrexecd listens for backup requests, authorizes and determines which RPC ports to use
- nsrfsra is the utility for browsing the client filesystem
- nsrsnmd - listens for RPC commands and spawns processes
- nsrmmd - PRIMARY PROCESS which receives data from teh client and writes to storage, also send tracking data to server. Can run multiple processes at one time for multiple backup jobs
- nsrlcpd - resources to control libraries
- nsrd - PRIMARY PROCESS, starts schedule, starts jobs, manages resource database
- nsrindexd - client talks to this process to write data
- nsrmmdbd - talks to the database
- nsrjobd - coordinates scheduled jobs, manages the resulting info
- nsrmmgd - handles library operations
- httpd - web server
- gstd - PRIMARY PROCESS, runs the GUI and talks to the server process
- dbsrv12 - manages the database and gathers data
- nsrd on the Networker server starts backup on the client
- nsrd->nsrjobd->nsrexecd->save
- save command on client figures out where to put data
- save->nsrjobd->nsrd
- Storage node is matched to a job and storage media is mounted
- nsrd->nsrmmd->nsrd
- Server tells the client where to send data
- nsrd->nsrjobd->nsrexecd->save
- Client sends data and tracking info simultaneously
- save->nsrindexd and save->nsrmmd
- Storage node sends tracking info the its media database
- nsrmmd->nsrmmdbd
No comments:
Post a Comment