Re: Pre-requisites for Windows Server 2003 Install

Started by pikecoguy, December 10, 2008, 04:03:29 PM

Previous topic - Next topic

pikecoguy

Hello everyone,

       I looked all over this site but I am not sure if I missed it or it's not there. Is there or has anyone done a pre-requisites doc for Windows Server 2003/Windows install. Here is what I have gathered on my own.

MySQL any version
PHP 4.x.x Seems to be the one to use
Perl
GD library can be installed via php 4.x.x

Is there anything else I need to include?

Thanks,
Michael

Victor Kirhenshtein

Hello!

Actually, there are requirements page and step-by-step installation instruction for Windows inside NetXMS Installation Guide - https://www.netxms.org/documentation/netxms_install_guide.pdf.

In fact, list of requirements for NetXMS server on Windows platform is very short:

1. x86 or x64 machine with at least 512MB RAM (1GB if you wish to monitor large number of nodes; + additional memory if database engine will be on same machine). NetXMS server is not very RAM-consuming - for example, server monitoring of 150 nodes takes about 90MB of RAM.
2. Windows 2000, XP, Vista, or 2003 operating system. Should run on 2008 as well, but I have not tested it.
3. Compatible SQL database, either local or remote. Currently supported databases:

MS SQL - 2000 and 2005
Oracle
PostgreSQL
MySQL
SQLite (not recommended for production environment, only for testing)

All additional necessary components are included into Windows installation package.

Best regards,
Victor

Anth0ny

Succesfuly tested @ Windows 2008 x32 Std & PGSQL 8.3

All works fine!

pikecoguy

Quote from: Victor Kirhenshtein on December 10, 2008, 05:20:10 PM
Hello!

Actually, there are requirements page and step-by-step installation instruction for Windows inside NetXMS Installation Guide - https://www.netxms.org/documentation/netxms_install_guide.pdf.

In fact, list of requirements for NetXMS server on Windows platform is very short:

1. x86 or x64 machine with at least 512MB RAM (1GB if you wish to monitor large number of nodes; + additional memory if database engine will be on same machine). NetXMS server is not very RAM-consuming - for example, server monitoring of 150 nodes takes about 90MB of RAM.
2. Windows 2000, XP, Vista, or 2003 operating system. Should run on 2008 as well, but I have not tested it.
3. Compatible SQL database, either local or remote. Currently supported databases:

MS SQL - 2000 and 2005
Oracle
PostgreSQL
MySQL
SQLite (not recommended for production environment, only for testing)

All additional necessary components are included into Windows installation package.

Best regards,
Victor


Thanks my bad, I guess I missed it, I appreciate it very much.