We have a 5.3 instance, is there a script that creates the dm_server_config object. I don't believe it is the headstart.ebs script, does anyone know which one ..
Thanks!
There are other scripts that are executed as part of the installation. What are you looking for or looking to do?
Just trying to understand the architecture and steps that the installer and configurator follow.
If you want to follow along with the way a system installs, go look at (or tail) the docbasename.ServerConfigurator.log file in $DM_HOME/install.
The dm_server_config is created during configuration around these parts:
The installer will create server.in file for repository docbase01.The installer will create webcache.ini file for the repository.The installer will validate database connection information in the server.ini file.The installer will check service entries for repository docbase01.The installer will create script to start repository docbase01.The installer will create script to stop repository docbase01.The installer will start component process for docbase01.
The server.ini file is the filesystem equivalent of the dm_server_config (with less attributes exposed).
-Scott