Dell Server Temperature Template Problem
Moderators: Developers, Moderators
Dell Server Temperature Template Problem
Hi guys..
I encounter a problem..
I tried to download the dell server temperature template from Cacti Forum...
And import the template to my Cacti Server.
But I still not able to monitor the server temperature from Cacti Server...
anyone can advice? Besides import the template, I need to add on any configuration in the server or not?
Thanks.
I encounter a problem..
I tried to download the dell server temperature template from Cacti Forum...
And import the template to my Cacti Server.
But I still not able to monitor the server temperature from Cacti Server...
anyone can advice? Besides import the template, I need to add on any configuration in the server or not?
Thanks.
Re: Dell Server Temperature Template Problem
Hello,
You need the OMSA package on your Dell Server for have acces to the Dell MIB
Have you install OMSA on the dell you want to monitor ?
You need the OMSA package on your Dell Server for have acces to the Dell MIB
Have you install OMSA on the dell you want to monitor ?
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Re: Dell Server Temperature Template Problem
You mean OMSA package install under Windows or Linux OS?tosage wrote:Hello,
You need the OMSA package on your Dell Server for have acces to the Dell MIB
Have you install OMSA on the dell you want to monitor ?
Please advice.
Re: Dell Server Temperature Template Problem
Hello,
Under the Cacti Server so your Linuxmachine
The procedure to install under on Ubuntu Server : http://linux.dell.com/repo/community/deb/latest/
You have the same for Red Hat
Under the Cacti Server so your Linuxmachine
The procedure to install under on Ubuntu Server : http://linux.dell.com/repo/community/deb/latest/
You have the same for Red Hat
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Re: Dell Server Temperature Template Problem
Hi tosage...tosage wrote:Hello,
Under the Cacti Server so your Linuxmachine
The procedure to install under on Ubuntu Server : http://linux.dell.com/repo/community/deb/latest/
You have the same for Red Hat
You mean the procedure for Ubuntu Server same with Red Hat/CentOS?
Because I am using CentOS...
May I know how about the windows server? I need to install any plugin also?
Please advice. Thanks
Re: Dell Server Temperature Template Problem
I'm trying to install below packages in CentOS,
wget -q -O - http://linux.dell.com/repo/hardware/lat ... tstrap.cgi | bash
But seem like the temperature and CPU usage still not working in Cacti...yum install srvadmin-all
Re: Dell Server Temperature Template Problem
All daemon are running ? Have you started a sudo /etc/init.d/dataeng start with any fail ?
Have you in your snmpd.conf the information for smuxpeer as is explain in the Dell Web page ?
And look at the /var/log/messages if you have message of problem to take smuxpeer message
If all of this things are OK, normally you can do this on your Cacti Server :
sudo snmpwalk -v 2c -c public 127.0.0.1
and
sudo snmpwalk -v 2c -c public 10.10.10.1 .1.3.6.1.4.1.674.10892.1
Have you in your snmpd.conf the information for smuxpeer as is explain in the Dell Web page ?
Code: Select all
# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
smuxpeer .1.3.6.1.4.1.674.10892.1
If all of this things are OK, normally you can do this on your Cacti Server :
sudo snmpwalk -v 2c -c public 127.0.0.1
and
sudo snmpwalk -v 2c -c public 10.10.10.1 .1.3.6.1.4.1.674.10892.1
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Re: Dell Server Temperature Template Problem
tosage wrote:All daemon are running ? Have you started a sudo /etc/init.d/dataeng start with any fail ?
Have you in your snmpd.conf the information for smuxpeer as is explain in the Dell Web page ?
And look at the /var/log/messages if you have message of problem to take smuxpeer messageCode: Select all
# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX smuxpeer .1.3.6.1.4.1.674.10892.1
If all of this things are OK, normally you can do this on your Cacti Server :
sudo snmpwalk -v 2c -c public 127.0.0.1
and
sudo snmpwalk -v 2c -c public 10.10.10.1 .1.3.6.1.4.1.674.10892.1
Hi, is working now after your guidelines..
But, I'm facing the temperature templates graph error.. only the fan speed able to view,
do you mind to share with me your templates?
And one more question,
If I want Cacti to monitor Windows Server Temperature, Fan Speed...
Any guidelines I can follow?
Very appreciate that your help.
Re: Dell Server Temperature Template Problem
I put my dell poweredge template from a Cacti 0.8.7e.
You have graph template, two data query and the two xml script !
Modify the hash to your Cacti version if it's necessary
Good Luck !
You have graph template, two data query and the two xml script !
Modify the hash to your Cacti version if it's necessary
Good Luck !
- Attachments
-
- cacti_dell_temperature_voltage_template.zip
- (15.23 KiB) Downloaded 171 times
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Re: Dell Server Temperature Template Problem
Thanks a lot.tosage wrote:I put my dell poweredge template from a Cacti 0.8.7e.
You have graph template, two data query and the two xml script !
Modify the hash to your Cacti version if it's necessary
Good Luck !
Do you have any idea about the Monitor Windows Server Temperature, Fan Speed from Cacti?
I'm done for Linux, but Windows Server still cannot... Hope you can give some advice.
Re: Dell Server Temperature Template Problem
You need to install OMSA (OpenManage Server Administrator) under your Windows Server.
On http://support.dell.com you can download the latest or the version full compatible with your dell server (if you are older machine)
Normally you have the OMSA CD with the server
On http://support.dell.com you can download the latest or the version full compatible with your dell server (if you are older machine)
Normally you have the OMSA CD with the server
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Re: Dell Server Temperature Template Problem
Thanks.tosage wrote:You need to install OMSA (OpenManage Server Administrator) under your Windows Server.
On http://support.dell.com you can download the latest or the version full compatible with your dell server (if you are older machine)
Normally you have the OMSA CD with the server
Do you have any idea, if the server is not Dell Server?
Can I still monitor the temperature? fan speed? and etc?
Any link you can share with me?
Re: Dell Server Temperature Template Problem
It's possible but i don't know the software to use for HP, NEC, etc...
Maybe Google is yor friend
Good Luck
Maybe Google is yor friend
Good Luck
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Re: Dell Server Temperature Template Problem
Thanks ya...tosage wrote:It's possible but i don't know the software to use for HP, NEC, etc...
Maybe Google is yor friend
Good Luck
Are you try to monitor Esxi also?
Re: Dell Server Temperature Template Problem
http://forums.cacti.net/viewtopic.php?f ... mplate+esx
http://forums.cacti.net/viewtopic.php?f ... mplate+esx
Maybe on the forum.
http://forums.cacti.net/viewtopic.php?f ... mplate+esx
Maybe on the forum.
Cacti Version - 0.8.8a
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Plugin Architecture - 3.1
Poller Type - spine
Server Info - Linux
Web Server - Apache/2.2.22 (Ubuntu)
PHP - 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
MySQL - 5.5.29-0ubuntu0.12.04.2
RRDTool - 1.4.7
Who is online
Users browsing this forum: No registered users and 5 guests