Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nauticar

#1
General Support / Re: HP EVA integration
March 23, 2012, 10:01:36 AM
Hi!
  The windows 2003 server is managed by agent .when I add properties for the node, in the "parameter selection" ,i select  EVA.Controller[1].controllername or other available parameters, the query return "Cannot get current parameter value:Requested data collection item is not supported by agent" .
  I run the "hp_eva_collect_data.pl" file on the server ,it return the right result like above.

how can i get the HP EVA 4400 parameters ?
#2
General Support / Re: HP EVA integration
January 06, 2012, 07:16:34 AM
Thank you very much!
#3
General Support / Re: HP EVA integration
December 31, 2011, 04:30:58 AM
yes.
the output on the cmd.exe  are the following :

D:\topsec>hp_eva_collect_data.pl |more
EVA.Disk[7].loops.loop[2].loopname=loopb
EVA.DiskShelf[1].diskslot[2].name=diskslot2
EVA.Disk[7].objecttype=disk
EVA.DiskShelf[1].diskslot[6].diskid=092007081D0000204E689E380000000000000000
EVA.Controller[1].datablocksize=512
EVA.Disk[3].rssindex=2
EVA.Controller[1].controllername=Controller 2
EVA.Controller[2].deviceports.deviceport[2].operationalstate=good
EVA.Disk[1].disktype=fibre_channel_disk
EVA.DiskShelf[1].diskslot[11].name=diskslot11
EVA.Disk[2].loops.loop[1].assignedlun=0
EVA.DiskShelf[1].cooling.fan[2].firmware=1.08
EVA.DiskShelf[1].diskslot[5].diskwwn=2000-001d-389e-64ae-0000-0000-0000-0000
EVA.Disk[8].operationalstate=good
....
and so on.

I found that the agent version is 1.1.6,but the server version is 1.1.7 .I Will update the Agent to 1.1.7 soon.


---------------------
the agent version changed to 1.1.7 already . I still can't find the additional parameters.

#4
General Support / Re: HP EVA integration
December 30, 2011, 11:32:20 AM
hi,
i config the perl script on windows 2003 like this:

$SSSU = "sssu.exe";
$DATADIR="c:\\WINDOWS\\TEMP";
$MANAGER="192.168.4.44";
$SYSTEM="EVA4400-1";
$USERNAME="admin";
$PASSWORD="";

is there any other configurations that i need to change? when i running the perl script ,there are 5 files created in the temp path with correct resaults.

but i open the node's "Data Collection Configuration",right click -->new, click "select",in the "Parameter Selection" box ,I can't find  additional parameters.

Can anyone help me ?  I have  restarted  agent and configuration poll .there is the nxagentd.conf :

MasterServers = 192.168.4.101
ConfigIncludeDir = C:\NetXMS\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS\var
SubAgent = ecs.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm
SubAgent = portcheck.nsm
SubAgent = winperf.nsm
SubAgent = wmi.nsm
ExternalParametersProvider = D:\topsec\hp_eva_collect_data.pl