Dell Server Temperature Template Problem

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Dell Server Temperature Template Problem

Post by wcpon »

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.
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

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 ?
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
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

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 ?
You mean OMSA package install under Windows or Linux OS?
Please advice.
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

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
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
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

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
Hi tosage...

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 :)
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

I'm trying to install below packages in CentOS,
yum install srvadmin-all
But seem like the temperature and CPU usage still not working in Cacti... :(
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

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 ?

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
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
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
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

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 ?

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
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

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. :)
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

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 !
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
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

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 !
Thanks a lot.

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. :)
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

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 ;)
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
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

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 ;)
Thanks.
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?
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

It's possible but i don't know the software to use for HP, NEC, etc...
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
wcpon
Posts: 16
Joined: Thu Dec 22, 2011 11:32 pm

Re: Dell Server Temperature Template Problem

Post by wcpon »

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
Thanks ya...

Are you try to monitor Esxi also?
tosage
Cacti User
Posts: 164
Joined: Wed Jul 28, 2010 5:05 am
Location: France

Re: Dell Server Temperature Template Problem

Post by tosage »

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
Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests