User`s guide
Installation Procedures Required by Cisco Routers
For UNIX Machines
Installation/Deinstallation
A-14
Enterprise Configuration Manager
User’s Guide
5. Find the inetd process ID and reinitialize the process.
a. Type the following command to get the inetd process ID:
ps -aux | grep inetd
b. Notice the process ID number—the first number in the line. Then
type:
kill -1 <process_ID>
The kill command with the -1 (minus one) option reinitializes the
process.
6. Now that your workstation is set up as a TFTP server, make sure that the
community string within the Cisco host configuration file (on the device
itself) is set to read/write. To do this, check the snmp server line in the
Cisco router host configuration file. It should say the following:
snmp-server community public RW
NOTE
If you specify an access list with the above configuration command
(snmp-server community public RW), you must include the IP
address of each workstation that will be running ECM as an entry in
that access list. For further information, refer to Cisco’s reference
manual, Router Products Configuration and Reference.