VISULOX 4 Documentation

Extended VISULOX PORTAL Service commands

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

List all objects in datastore

visulox-portal object list_all

Test an object in datastore

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:

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