What I do ...

Is since I know all my servers and have their Ips listed in my asset
management app db I just kicked off a CF execute

<cfsavecontent variable="result">
        <cfexecute
           name = "c:\windows\system32\sc.exe"  
           arguments = "\\#servers.computer_name# query"
           timeout = "15"
           >
        </cfexecute>
</cfsavecontent>

If you can span your subnets and I think snmp needs to be running, but
then dump this data into a db and query it for  "coldfusion"


Jeremy Keith
Network Administrator
Rand-Whitney Group LLC
One Agrand Street
Worcester, MA 01607
Office: (508) 890-7032


-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 09, 2007 3:18 PM
To: CF-Talk
Subject: Re: Finding ColdFusion servers

Dawson, Michael wrote:
> I'm sure there are other, better solutions, but this is all I can 
> think of on a Friday.
>
> M!ke
Thanks for your suggestion, unfortunately we are a mix of Unix and
Windows systems here.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293061
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to