SAP HANA Management Pack 02.00.010

Hello,

I have SAP HANA MP deployed in my OBM 2023.05 | Build: 11.50.010.001 Environment.

I have a Windows agent server that connects to the Remote HANA databases via a JDBC connection to collect the data and send the data to my OBM server.

I have 9 remote SAP HANA databases being monitored using the MP.

Can I setup another Windows agent server to connect to the "same" remote Hana Database instances via JDBC and collect the data and send to "same" OBM Server?

Once this is done, I would remove the "old" Windows agent server and only have the new agent server collecting the data from the SAP HANA instances and sending that data to OBM.

Any help or thoughts appreciated.

Thanks.

Thanks for feedback.

Freddie

  • Verified Answer

    +1  

    Hi Freddie,

    I start by saying I haven't tested this myself, and the devil is in the details.

    Even though technically you could setup another agent server connecting to the same SAP HANA env as documented here:

    https://docs.microfocus.com/doc/MP_for_SAP_HANA/2.00/ConfigureOBMMPforSAPHANA

    I'm afraid you may end up with duplicate CIs in OBM/RTSM of your SAP HANA, as you deploy the Discovery policy to the new agent, it will discover the same SAP HANA env and will send it to OBM. I don't think the CIs will merge. You may have to do some cleanup after.

    You may want to try this on a dev env first.

    Regards,

  • 0 in reply to   

      So would you say that this is not best practice because of the dup CIs in RTSM, and it would be best to remove old agent server config and deploy new SAP HANA setup and discover the saem DB instances? Also, is there away to use the current config and use to deploy to new server. My whole idea is to get off a 2016 agent server and use new 2019 server. thanks.

    Thanks for feedback.

    Freddie

  • Verified Answer

    +1   in reply to 

    How long it will take to get the new 2019 Windows server? How long you can stay without monitoring SAP HANA?

    One option would be replace the agent server with the new server with same hostname/IP as the current agent server, install the agent, change the coreid to the same coreid the current agent server has, request the cert from OBM and grant. 

    At this point OBM will consider the new agent as the current agent, only few server version attribute changes in RTSM.

    OBM has the assignment to this agent, you could redeploy with force to the agent server:

    opr-agt -deploy -force -node_list <agent_FQDN>

    When I do this in my env, the new agent server behaves exactly the same as the old agent server, and the monitoring continues where it left.

    If you have a dev env, you may want to test it and let us know.