...
...
...
IT-Conductor SAP HANA Authorizations Requirement
For each HANA database including the SYSTEMDB that will be monitored, create a monitoring user with the following SQL
create user <Monitoring user> <Monitoring User Password> no force_first_password_change;
alter user <Monitoring user> DISABLE PASSWORD LIFETIME;
grant MONITORING to <Monitoring user>
...
select * from sys_databases.m_services
where sql_port <> 0;Following the
HANA System Creation Wizard
- Dashboard → Administrator
- Add HANA System
- Fill out and choose the attributes of the HANA system. Choose Role, Gateway, and if applicable Site. The port will default to 3<System Number>15, override it if different, such as in Multi-tenant Database Container
- Click to move to the next step and Add the Account information as previously set up in the Account Requirement section, and again to complete adding the system
- HANA System discovery will take minutes depending on the complexity of the landscape: scale-out, DT, etc. and will show up in the main Dashboard's Service Health Grid under HANA Systems
...
Do you have a question about the content on this page? E-mail us at support@itconductor.com.