Hi, Not to argue about the licensing... We could use the tools MS offer like WMIC, Windows Management Instrumentation Command-line to script CPU count.
wmic /node:"%1" cpu Etc.. wmic /node:"%1" qfe where hotfixid='KB913648' wmic /node:"%1" service where (caption like 'tsm%%') list brief wmic /node:"%1" service where (caption like 'tsm%') call stopservice //Henrik -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Rupp Sent: den 26 juni 2007 11:26 To: [email protected] Subject: AW: [ADSM-L] Lost in TSM licensing OK, it's not beautiful but I would do the following: M$ offers a tool named MSINFO32 that returns a lot of information about a server. You can gather information from a remote server - provided you have enough rights on the remote machine. I got the following - localized - information from one of our Wintel boxes: Systeminformationsbericht erstellt am: 06/26/07 11:17:17 Systemname: PC5008 [Systemübersicht] Element Wert Betriebssystemname Microsoft(R) Windows(R) Server 2003, Enterprise Edition Version 5.2.3790 Service Pack 1 Build 3790 Betriebssystemhersteller Microsoft Corporation Systemname xxxxxxxx Systemhersteller HP Systemmodell ProLiant DL380 G4 Systemtyp X86-based PC Prozessor x86 Family 15 Model 4 Stepping 1 GenuineIntel ~3400 Mhz Prozessor x86 Family 15 Model 4 Stepping 1 GenuineIntel ~3400 Mhz Prozessor x86 Family 15 Model 4 Stepping 1 GenuineIntel ~3400 Mhz Prozessor x86 Family 15 Model 4 Stepping 1 GenuineIntel ~3400 Mhz BIOS-Version/-Datum HP P51, 16.08.2005 ... If this processor information is enough to generate the numbers you need for TSM licensing then it shouldn't be too hard to create a script that does the scanning of your servers. Thomas Rupp ------------------------------------------------------------------- The information contained in this message may be CONFIDENTIAL and is intended for the addressee only. Any unauthorised use, dissemination of the information or copying of this message is prohibited. If you are not the addressee, please notify the sender immediately by return e-mail and delete this message. Thank you.
