HP Data Protector Software Cell Manager Planning and Sizing

Table Of Contents
Cell Manager software topology
The Cell Manager is the key component of a Data Protector cell. It contains the Data Protector internal
database (IDB), and is responsible for the start of backup, restore, copy/consolidation, and media
management sessions.
Primary Data Protector processes
The Data Protector services (Windows) and daemons (UNIX) run on the Cell Manager.
Table 1: Data Protector Cell Manager services/daemons
Service Data Protector 6.0 Data Protector 6.1
crs
Cell Request Server
5 5
rds
Raima Database Server
5 5
mmd
Media Management Daemon
5 5
Uiproxy
Java GUI Server
5
Kms
Encryption Key Management Server
5
omnitrig
Triggers Data Protector scheduled backups.
(on UNIX platform only)
5 5
omniinet
Inter process communication
(on Win Platform only)
5 5
In a Windows environment, the media management daemon (MMD) runs as an application process,
(mmd.exe) rather than a service. The MMD is started by the CRS service.
Run the omnisv –status command to check whether services/daemons are running.
C:\Program Files\OmniBack\bin>omnisv -status
ProcName Status [PID]
===============================
rds : Active [2992]
crs : Active [2296]
mmd : Active [2504]
kms : Active [2728]
uiproxy : Active [2900]
omniinet: Active [2376]
Sending of traps disabled.
===============================
Status: All Data Protector relevant processes/services up and running.
4