...
Code Block | ||
---|---|---|
| ||
'group_list' => 'NMIS8,DataCenter,Branches,Sales,Campus,HeadOffice,HQ,HQDev', |
You can also use the admin script /usr/local/nmis8/admin/grouplist.pl
on the master to find and patch all groups used by all devices imported from the slaves.
Once opHA has succesfully pulled/pushed the devices from slave to master you can analyse and patch the groups list by using the following.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# Simply list all found groups so you can add them to 'group_list' => '...' as above
[root@opmantek ~]# /usr/local/nmis8/admin/grouplist.pl
Branches
DataCenter
IOSXR
NMIS8
The following is the list of groups for the NMIS Config file Config.nmis
'group_list' => 'Branches,DataCenter,NMIS8,IOSXR',
## You can then simply copy this last line to replace the curren line in Config.nmis
### Alternatively the script can automatically update the Config.nmis file's 'group_list' entry for you using the patch=true argument as follows:
/usr/local/nmis8/admin/grouplist.pl patch=true |
Limiting Master Group Collection
...