Wednesday, October 01, 2014

Track the Changes through Admin Console


In Production , some times we need  to track all admin console level changes for Audit and debug the changes.

This can be done with below step of changes

How to do it...
Carry out the following steps to protect the configuration changes:
1. Access the Administration Console with your web browser at http://prod01.domain.local:7001/console.
2. Click on the Preferences link.
3. Enable the following checkboxes:
Show Advanced Sections
Warn If User Holds Lock
Warn User Before Taking Lock
4. Click on the Save button.
5. Open the WLST Script Recording tab.
6. Enable the following checkboxes:
Append to File
Automatic Recording
7. Click on the Save button.
8. Obtain the configuration lock by clicking on Lock & Edit.
9. Click the PROD_DOMAIN link on the Domain Structure on the left.
10. Choose Change Log and Audit in the Configuration Audit Type drop-down menu.
11. Enable the Configuration Archive Enabled checkbox.
12. Set the number of back files in the Archive Configuration Count text field. Type 250
      as the value. The default value is 50.
13. Click on the Save button.
14. Activate the changes by clicking on the Activate Changes button.
15. You will have to restart the Administration Server for the changes to take effect.

Thanks
Babu