Cisco Systems OL-11390-01 Network Router User Manual


 
11-16
User Guide for Device Fault Manager
OL-11390-01
Chapter 11 Administering DFM (Advanced)
System Administration
When you reregister the process, specify all options in the same command instance. If you enter the
pdcmd multiple times, only the last instance is used. Register the processes in the following order:
1. The DfmBroker process.
2. The DfmServer process.
3. Any processes that depend on DfmServer.
Use the following syntax to reregister the DFM processes. (Refer to Table 11-4 for information about
the options and arguments).
NMSROOT
/bin/pdcmd -r DfmBroker -e
path
-f
arguments
NMSROOT
/bin/pdcmd -r DfmServer -e
path
-d
depends
-f
arguments
NMSROOT
/bin/pdcmd -r
dependent_process
-d DfmServer
Note To view the default settings for a process, enter
NMSROOT/bin/pdreg -l process.
Note If you specify registration options using pdcmd, you must rerun your command whenever the daemon
manager restarts.
The ports and protocols used by CiscoWorks are listed in the Installation and Getting Started Guide for
LAN Management Solution 3.0.
Table 11-4 Options to pdcmd
Option Description and Arguments
-u process Unregister process. The processes are listed in Table 11-3 on page 11-13.
-r process Register process to CiscoWorks daemon manager and start process whenever
the dependent (parent) process starts (as described in the -d depends option).
The processes are listed in Table 11-3 on page 11-13.
-e path Process binary path. path should be:
DFM broker: NMSROOT/objects/smarts/bin/brstart
DFM server: NMSROOT/objects/smarts/bin/sm_server
-d depends Process dependency. For DfmServer, depends should be DfmBroker.