To display the trace settings for a server instance, use the following command:
f server,display,trace
Example 1: The following command will display trace settings for the bbo5acr server:
f bbo5acr,display,trace
Here is a sample display:
F BBO5ACR,DISPLAY,TRACE BBOO0224I TRACE INFORMATION FOR SERVER BBO5SR4/BBOASR4A/STC00047 BBOO0197I LOCATION = SYSPRINT BUFFER BBOO0197I AGGREGATE TRACE LEVEL = 1 BBOO0197I EXCEPTION TRACING = RAS(0), Common Utilities(1), COMM(3), ORB(4), OTS(6), Shasta(7), OS/390 Wrappers(9), Daemon(A), Security(E), Externalization(F), JRAS(J), J2EE(L) BBOO0197I BASIC TRACING = BBOO0197I DETAILED TRACING = BBOO0197I TRACE SPECIFIC = NONE SPECIFIED BBOO0197I TRACE EXCLUDE SPECIFIC = NONE SPECIFIED BBOO0225I TRACE INFORMATION FOR SERVER BBO5SR4/BBOASR4A/STC00047 COMPLETE BBOO0188I END OF OUTPUT FOR COMMAND DISPLAY,TRACE
To display the Java trace string settings for a server, use the following command:
f server,display,trace,java
Example 2: The following command will display Java trace settings for the bbo5acr server:
f bbo5acr,display,trace,java
Here is a sample display:
F BBO5ACR,DISPLAY,TRACE,JAVA BBOO0196I TRACE INFORMATION FOR SERVER BBO5SR4/BBOASR4A BBOJ0050I CTL(STC00047):*=all=disabled BBOO0188I END OF OUTPUT FOR COMMAND DISPLAY,TRACE,JAVA
To display the Java trace information for all servants, one at a time.
f server,display,trace,java.srs
Example 3: The following command will display Java trace settings for the bbo5acr server:
f bbo5acr,display,trace,java,srs
Here is a sample display:
F BBO5ACR,DISPLAY,TRACE,JAVA,SRS BBOO0196I TRACE INFORMATION FOR SERVER BBO5SR4/BBOASR4A BBOJ0050I SR(STC00048):*=all=disabled BBOO0188I END OF OUTPUT FOR COMMAND DISPLAY,TRACE,JAVA,SRS
To display the Java trace information for the controller and all servants, one at a time.
f server,display,trace,java.all
Example 4: The following command will display Java trace settings for the controller and all servants:
f bbo5acr,display,trace,java,all
Here is a sample display:
F BBO5ACR,DISPLAY,TRACE,JAVA,ALL BBOO0196I TRACE INFORMATION FOR SERVER BBO5SR4/BBOASR4A BBOJ0050I CTL(STC00047):*=all=disabled BBOJ0050I SR(STC00048):*=all=disabled BBOO0188I END OF OUTPUT FOR COMMAND DISPLAY,TRACE,JAVA,ALL