Hi,
Is there a way to find total numbers of Hard disk attached or mounted on remote servers totaling around 200 Servers running CentOS Server and also the number of RAM Chips attached to the system. Any utility or some gui tool from client desktop ?
Regards
Kaushal
On 10/03/2011 07:55 PM, Kaushal Shriyan wrote:
Hi,
Is there a way to find total numbers of Hard disk attached or mounted on remote servers totaling around 200 Servers running CentOS Server and also the number of RAM Chips attached to the system. Any utility or some gui tool from client desktop ?
Regards
Kaushal
Calling 'dmidecode', 'lspci', 'hdparm' and 'smartctl' should get you on your way.
PS - Cross-posting is generally frowned upon as it splits up conversations. If you question is specific to CentOS or Fedora, post to that list only if you can.
On 10/03/11 4:55 PM, Kaushal Shriyan wrote:
Hi,
Is there a way to find total numbers of Hard disk attached or mounted on remote servers totaling around 200 Servers running CentOS Server and also the number of RAM Chips attached to the system. Any utility or some gui tool from client desktop ?
this opensource toolkit http://www.ocsinventory-ng.org/en/ will build a SQL database of all of that sort of information as well as applications (rpm's, etc) for every server you configure to run its lightweight little agent... it also handles windows, aix, solaris, and other OS's.
On Mon, Oct 3, 2011 at 7:57 PM, John R Pierce pierce@hogranch.com wrote:
On 10/03/11 4:55 PM, Kaushal Shriyan wrote:
Hi,
Is there a way to find total numbers of Hard disk attached or mounted on remote servers totaling around 200 Servers running CentOS Server and also the number of RAM Chips attached to the system. Any utility or some gui tool from client desktop ?
this opensource toolkit http://www.ocsinventory-ng.org/en/ will build a SQL database of all of that sort of information as well as applications (rpm's, etc) for every server you configure to run its lightweight little agent... it also handles windows, aix, solaris, and other OS's.
ocsinventory-ng is packaged in the EPEL repo, but it is a major rev behind upstream at this point. And the server isn't backwards compatible with the older agents.