You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Once opAddress is installed use this guide to complete the initial setup / configuration.  Return to this guide to extend the configuration to meet your changing needs.

Basic setup - Step-by-step guide

  1. Update configuration file so IP addresses are automatically added and scanned rather than just added
  2.  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 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"

Edit the Default Network Domain

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

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



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

/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.nmis (using vi or nano etc).

Change:

/usr/local/omk/conf/opCommon.nmis
'opaddress_default_address_state' => undef,


To:

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








  • No labels