There are 2 possible ways to enable debugs an OpenVMS client:
1)
- $ edit OMNI$ROOT:omnirc.
OB2DBG=1-99 Debugs.txt
And restart services:
-
-
2)
-
- Change INET startup script with:
$ edit OMNI$ROOT:[BIN]OMNI$STARTUP_INET.COM
- Change the folloiwng Line:
$ INET="$OMNI$ROOT:[BIN]INET.EXE"
To:
$ INET="$OMNI$ROOT:[BIN]INET.EXE -debug 1-99 Debugs.txt"
Start DP services
-