Starting the Servers

  1. Start the KDC server:

    /etc/init.d/krb5kdc start

  2. Start the Administration server:

    /etc/init.d/kadmind start

  3. Start the Password server:

    /etc/init.d/kpasswdd start

NOTE:  If you are not using the scripts to start the servers, you need to export the LD_LIBRARY_PATH as follows:

export LD_LIBRARY_PATH=/opt/novell/kerberos/lib:/opt/novell/lib:$LD_LIBRARY_PATH