Disabling xinetd Service

This section describes the procedure to disable the xinetd service.

Run the following procedure for each and every server in the topology:
  1. Log in as admusr on the server:
    login: admusr
    Password: <current admin user password>
    
  2. Run the following commands to disable the xinetd service for all run levels and to stop the xinetd, if its currently running:
    $ sudo yum erase tftp-server
    $ sudo /sbin/service xinetd stop
    

    Note:

    This step might fail if the xinetd service is already disabled or stopped.