All public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:30, 20 November 2023 Ebasso talk contribs created page IBM Sterling Connect:Direct : Start/Stop Script with SystemD Support (Created page with "= Start Script = Create this start script on <CD_HOMEDIR>/cdunix/ndm/bin/startcd.sh, with this content: #!/bin/bash CD_HOMEDIR=/home/cdadmin02 CD_NODENAME=CDNODE02 set +vx cd $CD_HOMEDIR/cdunix/ndm/bin/ && ./cdpmgr -i $CD_HOMEDIR/cdunix/ndm/cfg/$CD_NODENAME/initparm.cfg = Stop Script = Create this stop script on <CD_HOMEDIR>/cdunix/ndm/bin/stopcd.sh, with this content: #!/bin/bash CD_HOMEDIR=/home/cdadmin02 set +vx NDMAPICFG=$CD_HOMEDIR/cdunix/ndm/cfg...")