

Preparing for Oracle Database Enterprise Manager – automatic configuration
Posted by: Andrei in Database, ProgrammingI wrote a lot how to install loopback adapter, how to set the ip address (either manual or automatically), how to add an entry to hosts file (either manual or automatically). Now let’s add all together into a single script.
The script will do the following:
- call DevCon to install Microsoft Loopback Adapter (you need to download DevCon and save it in the same folder as the script)
- set the IP address and mask for the recently installed loopback adapter
- dinamically read from Windows folder the hosts file
- dinamically read the hostname
- add a new entry to the hosts file with the supplied IP address and hostname
- ping the hostname and check if the supplied IP address is responded
- MOST IMPORTANT: everything is dynamic and automatic. You don’t need to edit the script before each install. Just run it!
You can download this script here: Read the rest of this entry »
Tags: automatic, configuration, EM, enterprise manager, loopback adapter, oracle