That's all I've done with them. Is there something you were looking for?
Kevin
Search found 15 matches
- Thu May 07, 2009 2:22 pm
- Forum: Scripts and Templates
- Topic: Monitoring performance of an HP EVA SAN
- Replies: 98
- Views: 138107
- Mon Apr 20, 2009 8:47 am
- Forum: Scripts and Templates
- Topic: Monitoring performance of an HP EVA SAN
- Replies: 98
- Views: 138107
Download and install the CactiWMI 0.0.5 from http://www.parkingdenied.com/. Sorry, the URL was incorrect in the previous post.
Once you have the WMI configured, import the host templates and point the device to your SMA.
Kevin
Once you have the WMI configured, import the host templates and point the device to your SMA.
Kevin
- Fri Apr 03, 2009 10:05 am
- Forum: Scripts and Templates
- Topic: Monitoring performance of an HP EVA SAN
- Replies: 98
- Views: 138107
Here's what I have so far. It's built to monitor two EVAs though the SMA. I'm using the WMI from http://www.parkingdenied.com
The host port graph description will most likely need to be modified to match the host port names.
The host port graph description will most likely need to be modified to match the host port names.
- Wed Apr 01, 2009 7:33 am
- Forum: Scripts and Templates
- Topic: Monitoring performance of an HP EVA SAN
- Replies: 98
- Views: 138107
- Wed Apr 01, 2009 6:37 am
- Forum: Scripts and Templates
- Topic: Monitoring performance of an HP EVA SAN
- Replies: 98
- Views: 138107
- Wed May 30, 2007 3:35 pm
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
- Fri May 25, 2007 11:32 am
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
- Fri May 25, 2007 10:24 am
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
- Thu May 24, 2007 7:15 am
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
I'm using the same account to run the script that is configured for the poller. The only other items in the log file are: 05/24/2007 07:41:10 AM - POLLER: Poller[0] CACTI2RRD: c:/rrdtool/rrdtool.exe update C:\Apache2\htdocs\Cacti\rra\tivoli_sv_3962.rrd --template SV 1180006852:U 05/24/2007 07:41:10 ...
- Wed May 23, 2007 2:46 pm
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
- Wed May 23, 2007 12:17 pm
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
- Wed May 23, 2007 12:10 pm
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
1. With @echo off on the first line of the script: C:\Apache2\htdocs\Cacti\scripts\baclient>tsmcactidb.cmd 40 C:\Apache2\htdocs\Cacti\scripts\baclient> Without @echo off in the script: C:\Apache2\htdocs\Cacti\scripts\baclient>dsmadmc.exe -id=*** -pa=*** -displaymode=list select pct_utilized from db ...
- Wed May 23, 2007 8:58 am
- Forum: Help: Windows Specific
- Topic: Problems with cmd script
- Replies: 13
- Views: 4101
Problems with cmd script
I'm attempting to create a script to graph Tivoli Storage Mangager stats. I've created tsmcactidb.cmd file in order to query the TSM database from the cacti box: @echo off dsmadmc.exe -id=*** -pa=*** -displaymode=list select pct_utilized from db | grep 'PCT_UTILIZED'| gawk '{print $2}' The output is...
- Tue Oct 17, 2006 2:45 pm
- Forum: Help: Windows Specific
- Topic: Installing Cacti
- Replies: 3
- Views: 1725
- Tue Oct 17, 2006 2:33 pm
- Forum: Help: Windows Specific
- Topic: HP EVA WMI by VBS
- Replies: 1
- Views: 1684
HP EVA WMI by VBS
I'm looking at graphing HP EVA port statistics on the controllers. I'm using the following vbs script: On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 arrComputers = Array("XXX") For Each strComputer In arrComputers Set objWMIService = G...