Utilities
OMNI Agent provides supplementary executable utilities for installation and operational checks.
DbCheckMain — check the DB connection and table creation
Bash
[OMNI_HOME]$ ./dbcheck
- Checks the DB connection
- Checks table creation and DB permissions
SysCheckMain — check the API server connection
Bash
[OMNI_HOME]$ ./syscheck
- Tests the connection to the
sendRequestURL inmsgConfig.yml - Checks the network path and firewall
EncryptStandardPBE — encrypt a password
Bash
[OMNI_HOME]$ ./encrypt
- Encrypts the DB password into the
ENC(...)format - Uses the same key as
jasypt.encryptor.passwordinapplication.yml