You can write a pair of programs to override the default LoadLeveler DCE authentication method. To enable the programs, use the following keyword in your configuration file:
An example of a credentials object is a character string containing the DCE principle name and a password. program1 writes the following to standard output:
If program1 encounters errors, it writes error messages to standard error.
program2 receives the following as standard input:
program2 writes the following to standard output:
If program2 encounters errors, it writes error messages to standard error. The parent process, the LoadLeveler starter process, writes those messages to the starter log.
If you are using DCE on AIX 4.3, you need the proper DCE credentials for the existing authentication method in order to run a command or function that uses rshell (rsh). Otherwise, the rshell command may fail. You can use the lsauthent command to determine the authentication method. If lsauthent indicates that DCE authentication is in use, you must log in to DCE wth the dce_login command to obtain the proper credentials.
LoadLeveler commands that run rshell include llctl version and llctl start.
For examples of programs that enable DCE security credentials, see the /samples/lldce subdirectory in the release directory.