Versions Compared

Key

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

...

checkOid.sh

opCharts Troubleshooting

TopN

Use the following utility to troubleshoot why charts are being populated into TopN

Code Block
/usr/local/omk/bin/nmis_topn_export.exe debug=true timing=1 force=1 > topnDebug.txt

RBAC (Role Based Access Control)

General scheme.

  • Create role.
  • Create user and assign a role.
  • Create an object and assign a privilege tag.
  • Assign the privilege tag to a role.

Based on this the following script was created to pull all the role, user, object and privilege data out of a customer system.

getRbacInfo.sh

OMK General

Node synchronization with NMIS

...