Wednesday, April 13, 2011

Inventory script for installing a Rollup Pack

In the log file, the server with and without the rollup package are now separated into two separate lists (the hots are ordered alphabetically)


-----
12/01/2010
-----
If you're passing a Rollup Pack on a farm PS 4.0 (in our case), and want to know the progress of the installation of Rollup Pack on your farm.
Farm_RollupV1.wsf script allows you to list all member servers of a farm, and tells you if the rollup pack is installed or not on each server.
In the script you change the variable MyRollup line 70, to specify the Rollup Pack that you want to inventory.
Once the script is executed, a file named XenApp_NomDeVotreFerme-MyRollup.txt is created at the root of C: (you can change the name and location of lines 74 and 77).
List of servers with Rollup Pack installed (in the example the Rollup Pack 6 for PS 4.0)
If the Rollup Pack is not installed (in the example Rollup Pack 05 for a PS 4.0)

At the end of the file you have three totals:
  • Total servers with Rollup pack installed
  • Total servers without the Rollup Pack
  • Total farm member servers
Be kind to the code ;)

No comments:

Post a Comment