How to install nxagent on Nokia IPSO?

Started by bojiogbka, October 28, 2009, 12:12:24 PM

Previous topic - Next topic

bojiogbka

Hi,

Tryed to copy and run as ./script, but get something like "cut: not found", "withes not found". Is any manual how-to install NetXMS agent on IPSO?

Victor Kirhenshtein

Hello!

You should take binary package for IPSO. Latest available version is 0.2.23 at https://www.netxms.org/download/archive/agent_packages/nxagent-0.2.23-ipso.apkg. If you run it as


nxagent-0.2.23-ipso.apkg prefix=/opt/netxms


it should install agent under /opt/netxms. I'll also built 0.2.31 version for IPSO.

Best regards,
Victor

bojiogbka

Thanks for info!

Here is what I got:

login as: admin
This system is for authorized use [email protected]'s password:
Last login: Wed Oct 28 11:15:42 2009 from xxxxx
IPSO 4.2-BUILD096 #1515: 12.05.2008 053151
You have logged into Nokia IPSO Security Appliance.
Terminal type? [xterm
FW[admin]# cd /var/netxms
FW[admin]# ls
nxagent-0.2.23-ipso.apkg
FW[admin]# chmod +x nxagent-0.2.23-ipso.apkg
FW[admin]# nxagent-0.2.23-ipso.apkg prefix=/opt/netxms
nxagent-0.2.23-ipso.apkg: Command not found.
FW[admin]# ./nxagent-0.2.23-ipso.apkg prefix=/opt/netxms
trap: Illegal number: INT
which: not found
which: not found
which: not found
which: not found
cut: not found
FW[admin]#

Victor Kirhenshtein

I'll check it and post updated package.

Best regards,
Victor


Victor Kirhenshtein

Hi!

I still have not solved problems with .apkg installer, so I put agent version 0.2.31 for IPSO as simple archive (https://www.netxms.org/download/agent_packages/nxagent-0.2.31-ipso.tar.gz). Extract it inside /opt directory and run /opt/netxms/bin/nxagentd as usual. Agent linked statically with all subagents.

Best regards,
Victor

bojiogbka