サーバーの始動
Windows オペレーティング・システム
インストール処理中に、サーバー IBM® Verify Gateway for LDAP 用の Windows サービスが作成されます。 Windowsの「サービス 」ツールを使用して、サーバーを起動および停止することができます。
Linux オペレーティング・システム
systemctl コマンドを使用して、サーバーを IBM Verify Gateway for LDAP 起動します。
- サーバーを有効にします。
systemctl enable ibm_ldapauth_proxy.service Created symlink /etc/systemd/system/multi-user.target.wants/ibm_ldapauth_proxy.service/ usr/lib/systemd/system/ibm_ldapauth_proxy.service. - サーバーを始動します。
systemctl start ibm_ldapauth_proxy.service - コマンド systemctl を使用して、サーバーが正常に起動したか確認してください。
サーバーが正しく設定されていれば、次のような応答が返されます。systemctl status ibm_ldapauth_proxy.service
サーバーの設定に誤りがあった場合、次のような応答が返されることがあります。● ibm_ldapauth_proxy.service - IBM Verify Gateway for LDAP Loaded: loaded (/usr/lib/systemd/system/ibm_ldapauth_proxy.service; enabled; preset: disabled) Active: active (running) since Tue 2025-06-03 09:36:14 PDT; 1min 43s ago Main PID: 1160 (ldapauth-proxy) Tasks: 7 (limit: 48523) Memory: 15.1M CPU: 35ms CGroup: /system.slice/ibm_ldapauth_proxy.service └─1160 /opt/ibm/ldapauth_proxy/ldapauth-proxy Jun 03 09:36:14 host-rhel9 systemd[1]: Started IBM Verify Gateway for LDAP.× ibm_ldapauth_proxy.service - IBM Verify Gateway for LDAP Loaded: loaded (/usr/lib/systemd/system/ibm_ldapauth_proxy.service; enabled; preset: disabled) Active: failed (Result: exit-code) since Mon 2025-03-31 13:29:09 PDT; 33s ago Duration: 20ms Process: 3355 ExecStart=/opt/ibm/ldapauth_proxy/ldapauth-proxy (code=exited, status=1/FAILURE) Main PID: 3355 (code=exited, status=1/FAILURE) CPU: 21ms Mar 31 13:29:09 host-rhel9 systemd[1]: Started IBM Verify Gateway for LDAP. Mar 31 13:29:09 host-rhel9 ibm_ldapauth_proxy[3355]: Unable to decode ofuscated secret in ibm-auth-api:obf> Mar 31 13:29:09 host-rhel9 ldapauth-proxy[3355]: 2025/03/31 13:29:09 Unable to setup Unable to decode ofus> Mar 31 13:29:09 host-rhel9 systemd[1]: ibm_ldapauth_proxy.service: Main process exited, code=exited, statu> Mar 31 13:29:09 host-rhel9 systemd[1]: ibm_ldapauth_proxy.service: Failed with result 'exit-code'.