Redpeaks V6.8
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
The effect is that it will be selectable from connectors of any company.
Setting→Updload/Download
, and select upload other driver
sqlcli -u SUPERDBA,<superdbapassword> -d <SID> create user <monitoring_user> password <PASSWORD> grant select on superdba.monitor_lock to <monitoring_user> grant select on sysinfo.datavolumes to <monitoring_user> grant select on sysinfo.datastatistics to <monitoring_user> grant select on sysinfo.logstatistics to <monitoring_user> grant select on sysinfo.cachestatistics to <monitoring_user> grant select on sysinfo.instance to <monitoring_user>
dbmcli -u SUPERDBA,<superdbapassword> -d <SID> user_getall user_create <monitoring_user>,<PASSWORD> user_put <monitoring_user> SERVERRIGHTS=+DBInfoRead user_get <monitoring_user>