Skip to main content
Skip table of contents

Extended VISULOX PORTAL Service commands

VISULOX extends the PORTAL Service with a set of helpful commands.

List all objects in datastore

CODE
visulox-portal object list_all

Test an object in datastore

CODE
visulox-portal object exists --name "/dc=de/dc=xxx/ou=xxx/ou=xxx/cn=xxx"

return code 0 --> exists!
return code 1 --> does not exist!
return code 255 --> error!

More commands

  • visulox-portal object info
  • visulox-portal license count
  • visulox-portal license count --max
  • visulox-portal license count --report

The license count commands can be used for documentation of the usage of the VISULOX PORTAL, therefore a cron job has to be created:

CODE
1 03 * * * /bin/su ttasys -c "visulox-portal license count" >/dev/null 2>/dev/console



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.