Quick Tip: Linux File Management
Below are a few quick commands for managing file in Linux: Display a count of the number of files in a directory ls -f /dir1/subdir1/subdir2...
Server Manager Agent Not Connecting To SMC
After a Java update, the server manager agent may not connect to the SMC because of parameters in the java.security file. To resolve this, comment...
Find Windows Server Uptime Using Net Statistics Server
If you are an administrator on a Windows Server, one question that needs to be answered quite often is "How long has that server been...
Quick Tip: How To Delete Multiple SQLPKGs
Run the following command to delete all the SQLPKG's in the QRECOVERY library with a name beginning with "OW" DLTSQLPKG SQLPKG(QRECOVERY/OW*) Of course, this command...
Quick Tip: Hold All JDE Job Queues
The following SQL statement will put all JDE Job Queues on hold: UPDATE SY920.F986130 SET QCQUSTS='02' This statement is very helpful when dealing with a...