Question:
How do I initialize the ConfigControl Appliance:
Answer:
This can only be done from the Appliances command line, and you MUST be logged on as the user configcontrol. If you try and initialize ConfigControl as "root" unexpected errors will occur.
You can use two different to initialize the appliance, the first is by typing all the switches/variables from the command line, the other is to create a file with the switches/variables pairs and then reading this file.
Doing it all from the command line:
configcontrol -initialize -dbType SQLServer -dbHost 10.22.71.25 -dbUser ConfigControlUser -dbPassword xyz123 -vcName TFentonVCA -vcHost 10.22.71.20 -vcUser administrator -vcPassword 123xyz
Doing it with a file:
Create a file called ConCon.cnf with the following:
dbtype=SQLServer
dbhost=10.22.71.25
dbport=1433
dbuser=ConfigControlUser
dbpassword=xyz123
vchost=10.22.71.20
vcuser=administrator
vcpassword=123xyz
b. Then run the following (capitalization matters)
configcontrol -initialize -configFile ConCon.cnf
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment