Computer RelatedAre you going to build your own computer, or want advice on laptops, notebooks, monitors, processors, motherboard, software, computer games, etc. Discuss all things computer, or seek help from our resident geeks!
Welcome to ScoobyNet.com!
Welcome to the ScoobyNet.com Subaru forum.
You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, so please join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
If I have 100 servers I need to check free disk space on what is the quickest/easiest way?
Scripting (which i'm no good at) or is there software that will do it? Just thought of 'tree size' but can it take a list of names and add them and display the results?
Thanks for the replies. The script will be an issue as I can't go running a script I got off the net on the network or they will have my balls on a plate and the scripter in the team is on 2 weeks leave or I could have got him to do a script or check that one.
HHxx yes but don't have access to it any more and probably all changed, was a script outputting to an excel sheet years ago. We are a projects team now, the BAU stuff got handed over to near shoring in NI 2 years ago and so we aren't in the loop with BAU stuff any more. We've got insight so will go and have a look at that but didn't think I could put a list into that and would still be a manual check of one server at a time?
By Insight Manager I mean the centralised collector. Think it is called Systems Insight Manager now. It's where the traps are sent to from HP boxes, normally.
If you can't just run scripts nilly willy. How about using the examples on the msdn site for WMI using vbscripts? Feel safer using scripts from MS? (Maybe..)
Or if you know the public snmp string, interrogate the server's OID's?
Build a nice select statement to get the data form your monitoring server's db?
Sorry, I'm reeling off my thought process Hopefully something helps you find a solution