Versions Compared

Key

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

...

opHA Master Configuration

Adding Slaves to Servers.nmis

Once the slaves have been setup, you can configure the master with each of its slaves.  This is done by editing the file /usr/local/nmis8/conf/Servers.nmis, and adding a section for each server.

...

Code Block
themeEmacs
 'nmis2' => {
   'community' => 'secret',
   'secure' => 'false',
   'name' => 'NMIS2',
   'config' => 'Config.nmis',
   'port' => '80',
   'host' => '10.3.2.1'
 },
 'nmis3' => {
   'community' => 'secret',
   'secure' => 'false',
   'name' => 'NMIS3',
   'config' => 'Config.nmis',
   'port' => '80',
   'host' => '10.4.5.6'
 }

Promoting NMIS to be a Master

 

Access opMaps Web Page

The default URL to access opMaps is http://nmis.domain.com/cgi-omk/opMaps

...