|This procedure can be used for any system partition whose security values |match either system partition shown in the following example.
|splstdata -p
|You should receive output similar to the following:
|List System Partition Information | |System Partitions: |------------------------------------------------- |c186s |c186sp1 | |Syspar: c186s |------------------------------------------------- |syspar_name c186s |... |auth_install dce:k4 |auth_root_rcmd dce:k4 |ts_auth_methods dce:compat |auth_methods k5:k4 | |Syspar: c186sp1 |------------------------------------------------- |syspar_name c186sp1 |... |auth_install dce:k4 |auth_root_rcmd dce:k4 |ts_auth_methods dce:compat |auth_methods k5:k4
|You should perform the following steps. In this example, |k4 and compat are being removed from the c186sp1 |partition. |
|dce_login atest |Enter Password: |dsh -avG dateIf all of the nodes respond with the date, everything is defined |correctly.
If using: | Do this: |
---|---|
SMIT |
|
chauthpts | Issue the following command:
chauthpts -p c186sp1 dce |
|dsh -avG lsauthts
You should receive output similar to the following:
|c186n01,ppd.pok.ibm.com: DCE |...Issue:
|dsh -avG "lssrc -ls haem | grep secure"
You should receive output similar to the following:
|c186n01,ppd.pok.ibm.com: Daemon security: DCE |...If k4 was removed from all system partitions, |chauthpts will set the local SP Trusted Services setting on the |control workstation to include just DCE. To verify, issue:
|lsauthts
You should receive output similar to the following:
|DCE
If using: | Do this: |
---|---|
SMIT |
|
chauthpar | Issue the following command:
chauthpar -p c186sp1 k5 |
|dsh -avG lsauthent |c186n01.ppd.pok.ibm.com: Kerberos 5 |c186n02.ppd.pok.ibm.com: Kerberos 5 |...
|splstdata -p
|You should receive output similar to the following:
|List System Partition Information | |System Partitions: |------------------------------------------------- |c186s |c186sp1 | |Syspar: c186s |------------------------------------------------- |syspar_name c186s |... |auth_install dce:k4 |auth_root_rcmd dce:k4 |ts_auth_methods dce |auth_methods k5 | |Syspar: c186sp1 |------------------------------------------------- |syspar_name c186sp1 |... |auth_install dce |auth_root_rcmd dce |ts_auth_methods dce |auth_methods k5
|lsauthent
You should receive output similar to the following:
|Kerberos 5 |Kerberos 4Issue:
|chauthent -k5 |lsauthentYou should receive output similar to the following:
|Kerberos 5
|lssrc -a | grep k
You should receive output similar to the following:
|kerberos 15872 active |kadmind 11558 activeTo stop the daemons, issue:
|stopsrc -s Kerberos |stopsrc -s kadmindTo remove the daemons from inittab, issue:
|rmitab kerb |rmitab kadmindThe Kerberos configuration files must also be removed or |renamed. These files are: |
krb-srvtab
krb-srvtab.save
krb.realms |
|