NetXMS Support Forum

English Support => General Support => Topic started by: bojiogbka on October 28, 2009, 12:12:24 PM

Title: How to install nxagent on Nokia IPSO?
Post by: bojiogbka on October 28, 2009, 12:12:24 PM
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?
Title: Re: How to install nxagent on Nokia IPSO?
Post by: Victor Kirhenshtein on October 29, 2009, 10:48:31 AM
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 (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
Title: Re: How to install nxagent on Nokia IPSO?
Post by: bojiogbka on October 29, 2009, 11:21:49 AM
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]#
Title: Re: How to install nxagent on Nokia IPSO?
Post by: Victor Kirhenshtein on October 29, 2009, 11:45:10 AM
I'll check it and post updated package.

Best regards,
Victor
Title: Re: How to install nxagent on Nokia IPSO?
Post by: bojiogbka on October 29, 2009, 12:15:55 PM
Thanks :)
Title: Re: How to install nxagent on Nokia IPSO?
Post by: Victor Kirhenshtein on November 02, 2009, 09:15:25 PM
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 (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
Title: Re: How to install nxagent on Nokia IPSO?
Post by: bojiogbka on November 03, 2009, 12:40:05 PM
Thanks for help.

Agent work well :)