SlideShare a Scribd company logo
Windows2000/XP Install Procedure
=================================
Note:Thiswill notworkfor Windows95/98/Me, it'sonlyfor Windows2000/XP andmaybe NT 4.0
The installationshouldbe done asandAdministratorUser.
Thisguide isfor Apache2withPHP5.If youwant to use olderversions,
readthe JFFNMS0.7.9 INSTALL.win32.txtfile.
Installation:
-------------
Install Apache:
DownloadApache2from:http://www.apache.org/dist/httpd/binaries/win32/
Get the latestrelease "no_ssl.msi"package,like"apache_2.0.52-win32-x86-no_ssl.msi".
Complete Install,ClickonNextuntilFinish.
You shouldsee Apache runninginyourtaskbar.
Testit goingbrowsingtohttp://localhost/orhttp://IP.OF.YOUR.BOX/
Install MySQL:
Downloadfrom:http://www.mysql.com/downloads/mysql/4.1.html
Scroll downuntil youfindMySQLEssentialsforWindows.
Selectthe "CompleteInstall",ClickonNextuntilFinish.
Whenyougo into the configurationphase,select"ServerMachine",
and then"Non-Transacctional Database Only".
Thenseta newrootpassword.
All otherconfigurationleave asdefault.
Install PHP:
DownloadPHP5 from:http://www.php.net/downloads.php
Get the "WindowsBinariesZIPpackage"withall the modules(FirstOne).
Extract the archive to c:php
Execute the following:
c:> copyc:phpphp.ini-distc:windowsphp.ini
c:> copyc:phplibmysql.dll c:windows
Create Folderc:usr
Copyc:phpextramibstoc:usrmibs
Install JFFNMS:
Downloadthe .zipfile (I'm sure youalreadyhave done this) andextractittoc:jffnms
Create the User 'jffnms'inthe WindowsUserManager withanypasswordyouchoose.
RemembertoCHECK'PasswordNeverExpires'andUNCHECK'Must Change passwordat
nextlogon'forthisuser.
Give the 'jffnms'userFULL CONTROLoverthe c:jffnmsfolder(anditssub-folders)
Install RRDTOOL:
Downloadfrom:http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/?M=D
Get the rrdtool-1.0.49-win32-bin.zip(ornewer) file.
Extract the archive to a temporarylocation.
Copythe rrdtool.exe file frominside the archive toc:jffnms
Install NMAP:(If youare runningWindowsXPplease readthe NMAPpage carefully,itmaynot
work)
Downloaditfrom:http://www.insecure.org/nmap/nmap_download.html
Get the nmap-3.81-win32.zipfile(ornewer)
Extract the nmap.exe filefromthe archive toc:jffnms
Install WinPCAPforNMAP:
Downloaditfrom:http://winpcap.polito.it/
Choose the Auto-Installer.
Complete Install,ClickonNextuntilFinish.
Configuration:
--------------
Configure Apache forPHP5:
Addthisto the bottom of your c:programfilesapachegroupApache2confhttpd.conf
file:
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php.php
NameVirtualHost*
<VirtualHost*>
ServerAdminwebmaster@your-domain.com
DocumentRootc:jffnmshtdocs
ServerName nms.yourdomain.com
DirectoryIndex index.php
LimitRequestLine20000
</VirtualHost>
* Make sure youmodify the above informationtomatchyour neededsettings
Configure PHP:
Make sure youhave thison your php.ini file:
register_globals=On
register_argc_argv= On
allow_url_fopen=On
extension_dir=c:phpext
(Uncommentthe following):
extension=php_gd2.dll
extension=php_snmp.dll
extension=php_mysql.dll
extension=php_sockets.dll
SMTP = your.mail.server.com (setitto your mail serverIPor DNSname)
NowRestartthe Apache Service.
if you don'tchange these,JFFNMSwill notwork.
Configure MySQL:
To create the JFFNMSDB run the following:
Checkthe path to mysql.exe
c:> c:Program FilesMySQLMySQLServer4.1binmysql.exe-uroot-p<RootMySQL
Password>
mysql>CREATEDATABASEjffnms;
mysql>GRANTALLPRIVILEGESON jffnms.*TOjffnms@localhostIDENTIFIEDBY'jffnms';
mysql>FLUSHPRIVILEGES;
mysql>quit;
And:
c:> c:Program FilesMySQLMySQLServer4.1binmysql.exe-ujffnms -pjffnmsjffnms<
c:jffnmsdocsjffnms-0.8.x.mysql
Replace x withthe versionyouare installing.
Configure JFFNMS:
-----------------
I M P O R T A N T
-----------------
Go to: http://yourserver/
Verifyandchange (if needed) the options.
Don't mindthe errorson diff,neato,smsclient,fping,ntpq,PgSQLandSOAP.
Save the configurationandchange the valuesuntil everythingneededisGreen.
Everythingelse SHOULDbe OK.
ScheduledTasks:
----------------
If you didnot install jffnmsinc:jffnmsyouwill have tochange the
contentsof the .bat files(path).
Start/Settings/ControlPanel/ScheduledTasks/AddScheduledTask.
1) Next
2) ClickBrowse
3) Browse to c:jffnmsenginewindowsandselectthe first.batfile.
4) SelectDaily,thenNext.
5) Change the Start time to 12:00 AM
6) SelectEvery1 Days thenNext.
7) Enter Username:jffnmsandPassword:(the one youchoosedbefore),
thenNext.
8) Clickthe 'OpenAvanced...'checkbox,thenclickFinish
9) Change "Start In" toc:jffnmsengine
10) Clickthe Schedule tab
11) For autodiscovery_interfaces,consolidate,poller&rrd_analizer:
Clickon the AdvancedButton.
CheckRepeatTask. In the Every Fieldenterthe respectivetimes:
autodiscovery_interfacesevery30minutes.
consolidate Every1Minute.
pollerEvery4 minutes.
rrd_analizerevery30 minutes.
Duration:24 Hours.
12) ClickonOK.
13) ClickonOK.
** REPEAT THESE STEPS FOR EACH .BATCHFILE IN THE
C:JFFNMSENGINEWINDOWSPATH!
Now...tryto access http://yourserver/orhttp://yourserver/jffnms/(if youtookthisway)
Remembertoaddthe last slash/ to the URL.
The DefaultUsername andpasswordis"admin".
If you wantto read more,please readthe INSTALLfile andskipthe Unix Parts.
=========================================================================
If you needanything,contactusat: jffnms-users@lists.sourceforge.net
Thank You fortrying'Just For Fun'NetworkManagementSystem
Don't forgetto Donate to the projectif youfindit useful foryourwork.
=========================================================================
JavierSzyszlicanakaSzYsZ
BuenosAires,Argentina
javier@jffnms.org(please trythe mailinglistfirst)
ICQ #397319

More Related Content

PDF
DNF Failed To Open Cache
DOCX
Install cacti on open suse 13
PPTX
Install PostgreSQL on CentOS
PPT
Apache
PDF
Jones_Lamp_Tutorial
DOCX
How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
DOCX
Providence a kfiler12 and 13 upgrade
PPTX
8 power shell commands every windows administrator should know
DNF Failed To Open Cache
Install cacti on open suse 13
Install PostgreSQL on CentOS
Apache
Jones_Lamp_Tutorial
How to Shutdown Netapp Cluster Mode Storage System with Multi-Node Cluster (6...
Providence a kfiler12 and 13 upgrade
8 power shell commands every windows administrator should know

What's hot (18)

DOCX
How to shutdown the Netapp SAN 8.3 and 9.2 version
PDF
NetApp ontap simulator
DOCX
Unable to access the net app cluster mode 9.2 san through gui after power mai...
DOCX
Lamp configuration u buntu 10.04
PDF
How to Block Malicious Address by Using Feed Service?
PDF
How to add non root user account to netapp for commvault
PDF
Foreman and Puppet Master Install process - Customer Used Case
DOCX
How to assign unowned disk in the netapp cluster 8.3
DOCX
Wowza project
PDF
instaling
DOCX
How to shut down Netapp san 9.2 cluster mode version1
PPTX
Deleting a vserver in Netapp cluster mode
DOCX
Install oracle service bus
DOCX
Drupal 7,8 Coder and PHPcodesniffer installation guide
ODP
Buildstrapping Aloofix
DOCX
How to install squid proxy on server or how to install squid proxy on centos o
DOCX
How to access the Netapp cluster mode 8.2 through CLI (command mode)
PDF
How To Install OpenFire in CentOS 7
How to shutdown the Netapp SAN 8.3 and 9.2 version
NetApp ontap simulator
Unable to access the net app cluster mode 9.2 san through gui after power mai...
Lamp configuration u buntu 10.04
How to Block Malicious Address by Using Feed Service?
How to add non root user account to netapp for commvault
Foreman and Puppet Master Install process - Customer Used Case
How to assign unowned disk in the netapp cluster 8.3
Wowza project
instaling
How to shut down Netapp san 9.2 cluster mode version1
Deleting a vserver in Netapp cluster mode
Install oracle service bus
Drupal 7,8 Coder and PHPcodesniffer installation guide
Buildstrapping Aloofix
How to install squid proxy on server or how to install squid proxy on centos o
How to access the Netapp cluster mode 8.2 through CLI (command mode)
How To Install OpenFire in CentOS 7
Ad

Viewers also liked (17)

PDF
Tecnicas de guitarra
PPT
Three Flores Projects Oct 13
PDF
Error correcting codes and cryptology
PDF
Vlsi design techniques for analog and digital circuit
PDF
++Matlab 14 sesiones
PPTX
Quriozity 1.0 - Prelims - ISTE General Quiz, NIT Silchar
PPTX
Quizzitch - The Lit Weekend Gen Quiz - Prelims
PPTX
Quriozity 1.0 - Mains - ISTE General Quiz, NIT Silchar
PPTX
The Video-Game Quiz
PPTX
Quriozity 1.1 - Mains - The Engineers' Day Quiz, NIT Silchar
PPTX
Happy New Year Hub Quiz, NIT Silchar
PPTX
Gaming, Minimalist and General Quiz
PPTX
Técnicas de estudio
PPTX
Achambha - The Post End-Sem Hub Quiz, Part 1
PPTX
Indemnity and Guarantee
PDF
Prezi Computo
PPTX
Indemnity & Guarantee
Tecnicas de guitarra
Three Flores Projects Oct 13
Error correcting codes and cryptology
Vlsi design techniques for analog and digital circuit
++Matlab 14 sesiones
Quriozity 1.0 - Prelims - ISTE General Quiz, NIT Silchar
Quizzitch - The Lit Weekend Gen Quiz - Prelims
Quriozity 1.0 - Mains - ISTE General Quiz, NIT Silchar
The Video-Game Quiz
Quriozity 1.1 - Mains - The Engineers' Day Quiz, NIT Silchar
Happy New Year Hub Quiz, NIT Silchar
Gaming, Minimalist and General Quiz
Técnicas de estudio
Achambha - The Post End-Sem Hub Quiz, Part 1
Indemnity and Guarantee
Prezi Computo
Indemnity & Guarantee
Ad

Similar to Jffnms Manual (20)

PDF
instaling
PDF
instaling
PDF
instaling
PPT
Mantis Installation for Windows Box
PPT
Mantis Installation for Windows Box
PPTX
PHP environment setup installation
PDF
Wamp & LAMP - Installation and Configuration
PPTX
Bugzilla Installation Process
PPT
PDF
Installation instruction of Testlink
PDF
Quick beginning for db2 server
PDF
Ibm db2 10.5 for linux, unix, and windows getting started with db2 installa...
DOCX
How to configure PHP with IIS or Apache on Windows
PPTX
PDF
Lamp Introduction 20100419
PDF
SULTHAN's PHP, MySQL & wordpress
DOC
Database Security Explained
PDF
Php mysql-tutorial-en
instaling
instaling
instaling
Mantis Installation for Windows Box
Mantis Installation for Windows Box
PHP environment setup installation
Wamp & LAMP - Installation and Configuration
Bugzilla Installation Process
Installation instruction of Testlink
Quick beginning for db2 server
Ibm db2 10.5 for linux, unix, and windows getting started with db2 installa...
How to configure PHP with IIS or Apache on Windows
Lamp Introduction 20100419
SULTHAN's PHP, MySQL & wordpress
Database Security Explained
Php mysql-tutorial-en

Recently uploaded (20)

PPTX
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
PDF
Complications of Minimal Access Surgery at WLH
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Classroom Observation Tools for Teachers
PDF
Updated Idioms and Phrasal Verbs in English subject
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Computing-Curriculum for Schools in Ghana
PPTX
History, Philosophy and sociology of education (1).pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
RMMM.pdf make it easy to upload and study
PDF
A systematic review of self-coping strategies used by university students to ...
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
UV-Visible spectroscopy..pptx UV-Visible Spectroscopy – Electronic Transition...
Complications of Minimal Access Surgery at WLH
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Module 4: Burden of Disease Tutorial Slides S2 2025
Final Presentation General Medicine 03-08-2024.pptx
Classroom Observation Tools for Teachers
Updated Idioms and Phrasal Verbs in English subject
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Computing-Curriculum for Schools in Ghana
History, Philosophy and sociology of education (1).pptx
Anesthesia in Laparoscopic Surgery in India
RMMM.pdf make it easy to upload and study
A systematic review of self-coping strategies used by university students to ...
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
202450812 BayCHI UCSC-SV 20250812 v17.pptx
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf

Jffnms Manual

  • 1. Windows2000/XP Install Procedure ================================= Note:Thiswill notworkfor Windows95/98/Me, it'sonlyfor Windows2000/XP andmaybe NT 4.0 The installationshouldbe done asandAdministratorUser. Thisguide isfor Apache2withPHP5.If youwant to use olderversions, readthe JFFNMS0.7.9 INSTALL.win32.txtfile. Installation: ------------- Install Apache: DownloadApache2from:http://www.apache.org/dist/httpd/binaries/win32/ Get the latestrelease "no_ssl.msi"package,like"apache_2.0.52-win32-x86-no_ssl.msi". Complete Install,ClickonNextuntilFinish. You shouldsee Apache runninginyourtaskbar. Testit goingbrowsingtohttp://localhost/orhttp://IP.OF.YOUR.BOX/ Install MySQL: Downloadfrom:http://www.mysql.com/downloads/mysql/4.1.html Scroll downuntil youfindMySQLEssentialsforWindows. Selectthe "CompleteInstall",ClickonNextuntilFinish. Whenyougo into the configurationphase,select"ServerMachine", and then"Non-Transacctional Database Only".
  • 2. Thenseta newrootpassword. All otherconfigurationleave asdefault. Install PHP: DownloadPHP5 from:http://www.php.net/downloads.php Get the "WindowsBinariesZIPpackage"withall the modules(FirstOne). Extract the archive to c:php Execute the following: c:> copyc:phpphp.ini-distc:windowsphp.ini c:> copyc:phplibmysql.dll c:windows Create Folderc:usr Copyc:phpextramibstoc:usrmibs Install JFFNMS: Downloadthe .zipfile (I'm sure youalreadyhave done this) andextractittoc:jffnms Create the User 'jffnms'inthe WindowsUserManager withanypasswordyouchoose. RemembertoCHECK'PasswordNeverExpires'andUNCHECK'Must Change passwordat nextlogon'forthisuser. Give the 'jffnms'userFULL CONTROLoverthe c:jffnmsfolder(anditssub-folders) Install RRDTOOL:
  • 3. Downloadfrom:http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/?M=D Get the rrdtool-1.0.49-win32-bin.zip(ornewer) file. Extract the archive to a temporarylocation. Copythe rrdtool.exe file frominside the archive toc:jffnms Install NMAP:(If youare runningWindowsXPplease readthe NMAPpage carefully,itmaynot work) Downloaditfrom:http://www.insecure.org/nmap/nmap_download.html Get the nmap-3.81-win32.zipfile(ornewer) Extract the nmap.exe filefromthe archive toc:jffnms Install WinPCAPforNMAP: Downloaditfrom:http://winpcap.polito.it/ Choose the Auto-Installer. Complete Install,ClickonNextuntilFinish. Configuration: -------------- Configure Apache forPHP5: Addthisto the bottom of your c:programfilesapachegroupApache2confhttpd.conf file: LoadModule php5_module c:/php/php5apache2.dll AddType application/x-httpd-php.php NameVirtualHost*
  • 4. <VirtualHost*> [email protected] DocumentRootc:jffnmshtdocs ServerName nms.yourdomain.com DirectoryIndex index.php LimitRequestLine20000 </VirtualHost> * Make sure youmodify the above informationtomatchyour neededsettings Configure PHP: Make sure youhave thison your php.ini file: register_globals=On register_argc_argv= On allow_url_fopen=On extension_dir=c:phpext (Uncommentthe following): extension=php_gd2.dll extension=php_snmp.dll extension=php_mysql.dll extension=php_sockets.dll SMTP = your.mail.server.com (setitto your mail serverIPor DNSname) NowRestartthe Apache Service.
  • 5. if you don'tchange these,JFFNMSwill notwork. Configure MySQL: To create the JFFNMSDB run the following: Checkthe path to mysql.exe c:> c:Program FilesMySQLMySQLServer4.1binmysql.exe-uroot-p<RootMySQL Password> mysql>CREATEDATABASEjffnms; mysql>GRANTALLPRIVILEGESON jffnms.*TOjffnms@localhostIDENTIFIEDBY'jffnms'; mysql>FLUSHPRIVILEGES; mysql>quit; And: c:> c:Program FilesMySQLMySQLServer4.1binmysql.exe-ujffnms -pjffnmsjffnms< c:jffnmsdocsjffnms-0.8.x.mysql Replace x withthe versionyouare installing. Configure JFFNMS: ----------------- I M P O R T A N T -----------------
  • 6. Go to: http://yourserver/ Verifyandchange (if needed) the options. Don't mindthe errorson diff,neato,smsclient,fping,ntpq,PgSQLandSOAP. Save the configurationandchange the valuesuntil everythingneededisGreen. Everythingelse SHOULDbe OK. ScheduledTasks: ---------------- If you didnot install jffnmsinc:jffnmsyouwill have tochange the contentsof the .bat files(path). Start/Settings/ControlPanel/ScheduledTasks/AddScheduledTask. 1) Next 2) ClickBrowse 3) Browse to c:jffnmsenginewindowsandselectthe first.batfile. 4) SelectDaily,thenNext. 5) Change the Start time to 12:00 AM 6) SelectEvery1 Days thenNext. 7) Enter Username:jffnmsandPassword:(the one youchoosedbefore), thenNext. 8) Clickthe 'OpenAvanced...'checkbox,thenclickFinish 9) Change "Start In" toc:jffnmsengine 10) Clickthe Schedule tab 11) For autodiscovery_interfaces,consolidate,poller&rrd_analizer: Clickon the AdvancedButton.
  • 7. CheckRepeatTask. In the Every Fieldenterthe respectivetimes: autodiscovery_interfacesevery30minutes. consolidate Every1Minute. pollerEvery4 minutes. rrd_analizerevery30 minutes. Duration:24 Hours. 12) ClickonOK. 13) ClickonOK. ** REPEAT THESE STEPS FOR EACH .BATCHFILE IN THE C:JFFNMSENGINEWINDOWSPATH! Now...tryto access http://yourserver/orhttp://yourserver/jffnms/(if youtookthisway) Remembertoaddthe last slash/ to the URL. The DefaultUsername andpasswordis"admin". If you wantto read more,please readthe INSTALLfile andskipthe Unix Parts. ========================================================================= If you needanything,contactusat: [email protected] Thank You fortrying'Just For Fun'NetworkManagementSystem Don't forgetto Donate to the projectif youfindit useful foryourwork.