Running the dsconfig utility
In order to run the dsconfig utility in the shell, some environment variables
must be set properly, as follows:
- STEPLIB
- If SYS1.SIEALNKE is not in LNKLST, a STEPLIB is required before running the
dsconfig utility.
Issue:
export STEPLIB=SYS1.SIEALNKE:$STEPLIB
- PATH
- Ensure that /usr/lpp/ldap/sbin is added to the PATH environment variable.
Issue:
export PATH=/usr/lpp/ldap/sbin:$PATH
- NLSPATH
- Ensure that /usr/lpp/ldap/lib/nls/msg/%L/%N is added to the NLSPATH
environment variable.
Issue:
export NLSPATH=/usr/lpp/ldap/lib/nls/msg/%L/%N:$NLSPATH
- LANG
- Ensure that the LANG environment variable is set properly.
Issue:
export LANG=En_US.IBM-1047