CMDB for z/OSNetSpy Network PerformanceNetMaster Network AutomationSOLVENetMaster Network Management for SNANetMaster Network Management for TCP/IPNetMaster File Transfer Management
2. Lots of APPC errors because userids aren't defined. Let us remove APPC checking from the product by doing this:
In your SXCTL member you will probably see the following statement:
SYSCHECK NO
Insert the following statement:
APPCCHECK NO
3. You have a massive amount of socket trace messages which are not necessary. Perhaps some past problem needed this--but it needs to be removed now. Somewhere during INIT somebody added the following line:
+tcpip modify trace=summary
N3AT01 TCPIP MODIFY COMMAND PROCESSED
Look within your $NMPARMS or NMINIT or NMREADY member and find that command. Delete that command as it is not necessary. After NM has been restarted all of these messages should now cease:
N3B101 IP TRACE: RECEIVE SOCKET=000835 RC=0 F
4. Someone added the following line for diagnostics--that is not required either. Delete this line from within $NMPARMS or NMINIT or NMREADY:
##at etc. (the complete diagnostics command was omitted)