Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Update configuration file so IP addresses are automatically added and scanned rather than just added
  2.  Rename Rename the organisational structure parts (this is not required for the system to work but if you do not want "default" as the Organisation name, Network Domain name and Security Zone name then you should rename them now as updates are not easy later)
  3.  Add integration to NMIS so we can import NMIS data
  4. Add integration to OAE so we can import OAE data
  5. Check your imports and subnet scans to check if things are working as expected

To understand the terms and concepts above please refer to opAddress Concepts page.  You should also get an understanding of how opAddress gathers information from How opAddress discovers information

Adding Integration to NMIS

We need to tell opAddress about NMIS, for most people who will use the default settings, you will want to add your NMIS server to the default Network Domain.  To do this, access the menu option "System -> Edit Network Domains", then click on the network domain named "default", you should now see a screen where you can add the NMIS server details for management servers.

Access the Menu "View -> Network Domains"

Image Added

Edit the Default Network Domain

To edit a Network Domain, click on the View icon of the domain.

Image Added


Select NMIS as Type and http://localhost to URL.  Then click save.

Image Added


Run the NMIS Integration from the Command Line

Access the Linux OS and run the integration manually, as the root user run the following command to automatically import the NMIS data

Code Block
/usr/local/omk/bin/opaddress-cli.pl act=import-nmis


Advanced configuration and tuning topics

  • Adjusting the schedules in cron for Subnet Scanning and NMIS/OAE imports 

 

...



Update opCommon.nmis to recommended default for operating with NMIS and OAE imports.

opAddress automatically creates address entries, inferred from the subnets it knows of.  When opAddress FIRST creates the address entry it will give it an "admin status" this defaults to an "admin status" of "unknown" which is a very safe option but not so useful if we want the IP address to be scanned and reported on in a useful way.  We recommend in most instances to change the default "admin status" on creation to "allocated" or "unallocated".

To change the default address status,  edit the following opCommon configuration file (using vi or nano etc).

Change:

Code Block
languagejs
title/usr/local/omk/conf/opCommon.json
"opaddress_default_address_state" : null

To:

Code Block
languagejs
title/usr/local/omk/conf/opCommon.json
 "opaddress_default_address_state" : "allocated"        # or "unallocated"


For opAddress 1.x.x change

Change:

Code Block
languageperl
title/usr/local/omk/conf/opCommon.nmis
'opaddress_default_address_state' => undef,

To:

Code Block
languageperl
title/usr/local/omk/conf/opCommon.nmis
 'opaddress_default_address_state' => "allocated",        # or "unallocated"


Info

Content by Label
showLabelsfalse
max5
spacesopAddress
showSpacefalse
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel in ("setup","opaddress") and type = "page" and space = "opAddress"
labelsopaddress setup