Again and again we have problems with software running on citrix servers because they don't have the same configuration. Perhaps an ODBC-DNS configuration is wrong or some rights are missing.

Is there a tool to compare that the configrations of our citrix servers are the same?

Tanks in advance

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Commercial software like Opsware (now owned by HP, with a longer name) can do this. Not only will it compare configs, it will push the configs to be the same.

link|improve this answer
feedback

I haven't found a commercial tool yet.

If your willing to exercise your scripting skills then a combination of pstools from Sysinternals and Windows reg command line executable in a batch file is where I would start.

Another alternative to explore is monitoring software that allows you to create custom agents. We have configured Nagios to monitor a Windows server environment by deploying custom agents that are essentially windows batch files returning a result to the Nagios monitoring server when called. There might be commercial software that has a lower learning curve you could use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.