Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Controlling LWRESD with ASTI

&pagelevel(3)&pagelevel

Enable trace function with trace level 98

/SEND-ORDER LWRESD,DATA='-d 98',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)

Disable trace function

/SEND-ORDER LWRESD,DATA='-d 0',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)

Output LWRESD cache to the dump file

/SEND-ORDER LWRESD,DATA='-D all',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)

Define the name of the dump file

/SEND-ORDER LWRESD,DATA='-o <file-name>',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)

Empty LWRESD cache

/SEND-ORDER LWRESD,DATA='-F',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)

Read in new configuration file (LWRESD cache is emptied implicitly)

/SEND-ORDER LWRESD,DATA='-a',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)

Switch over SYSLOG file

/SEND-ORDER LWRESD,DATA='-L',WAIT-FOR-RESULT=*YES(TIME-LIMIT=15)