Enable UIM/P Mock Mode for Testing
UIM/P Mock Mode allows use of the tool to practice various configuration settings and provisioning without affecting the production environment. This is very useful for training or when you would like to try a new config. Here's how to set it up:
- SSH into your UIM/P
- Login as root
- Enter this command: vi /opt/ionix-uim/slm/.bash_profile
- Find the CATALINA_OPTS section in the file
- Find the -Dprovisioning.live=true attribute in the file
- Hit Insert to enable vi editing mode
- Change value from true to false
- Save your changes: ESC :wq!
- Confirm the changes took effect: cat /opt/ionix-uim/slm/.bash_profile
- Restart UIM/P services: service uim-service-wrapper restart
- You can now create Service Offerings and provision new services without affecting production, or just create a UIM/P lab.
- Another option is to deploy a separate instance of UIM/P in the lab, discover the Vblock and then switch it to the mock mode.
- All done. Enjoy!
For more information about UIM/P see the following resources
If you need help deploying UIM/P in your environment or in the lab, checkout a post by my friend Jonathan Stewart at www.virtuallyanadmin.com
If you're looking for more info regarding UIM/P, please checkout Mark Strong blog at www.vstrong.info. He has some awesome writeups on the subject.
Comments
Post a Comment