I forgot to put it into installer. x64 version attached.
Best regards,
Victor
Best regards,
Victor
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
Run nxdbmgr with -X option and the run manually the following queries:Quote from: Marco Incalcaterra on June 13, 2014, 12:49:06 AM
seems a good idea, I tried with an UPS but as far as I can see the node B will inherit the interfaces of the node A, can be avoided?
MasterServers = 0.0.0.0/0
LogFile = C:\DevEmu\ATM001\log\nxagentd.log
ListenPort = 9001
EnableSubagentAutoload = no
SubAgent = devemu.nsm
*DEVEMU
IpAddress = 192.168.84.11
IpNetMask = 255.255.255.0
MacAddress = 551010000001
InterfaceName = Local Area Connection
foreach(i : GetNodeInterfaces($node))
{
if ((i->ifType == 24) && !AddrInSubnet(i->ipAddr, "127.0.0.1", "255.0.0.0"))
{
PostEvent($node, "BAD_LOOPBACK_CONFIG", null, i->name);
}
}
Console don't allow SNMP walk if MIB selection dialog opened from template - this is because server does not know on which node it should do SNMP walk. It probably could ask for a node object to walk on instead of giving an error - I would add it as feature request.