1.1.4.5 Example(s)
- Reload COBOL programs 
PGM1andPGM2in all Tuxedo ART for IMS application servers, input the following:imsadmin -l PGM1,PGM2. - When Oracle Tuxedo security is enabled, reload COBOL programs 
PGM1andPGM2in all Tuxedo ART for IMS application servers, inpt the following:imsadmin -p/home/app/imsprofile -l PGM1,PGM2. - If IMS configuration is modified and all configuration files are in 
/opt/ims_config, you can verify the new configuration files as follows:imsadmin -c -d /opt/ims_config. - If the new configuration files have passed verification and you
            want to load the new configuration, input the following:
            
imsadmin -u -d /opt/ims_config. - If you want to change all server debug trace levels to the highest level, input the following: 
imsadmin -x settracelevel 2. - If you want to close debug trace for a specific server (e.g., where the server id is 
3, and the group id is6), input the following:imsadmin -x settracelevel -1 -s 3 -g 6. - If you want to enable the performance trace of servers which
            included in the group that groupid is 
10, input the following:imsadmin -x enableperf -g 10. - If you want to disable the performance trace of servers on the
            machine where 
LMIDisSITE1, input the following:imsadmin -x disableperf -m SITE1. - If you want to check the performance trace before server shutdown, input the following: 
imsadmin -x flushperf. - If you want to clean all the history performance trace files,
            input the following: 
imsadmin -x cleanperf. 
Parent topic: imsadmin