Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Created by Guest
Created on Aug 1, 2024

Oracle DB credentials rotations with zero downtime for OMS

Hi IBM,


We have an internal security compliance requirement to meet the rotation policy for DB passwords. In the process, Can you please let us know if


1) there are any in-built OOB utilities of sterling OMS to achieve this DB password rotation compliance, with zero downtime.


2) what would be IBM's recommendation


- Rotate the password only?

- Rotate both userID/password?


Note: we use multischema mode to support zero-downtime/all-time system availability.


If you need more information/clarifications, We can have a call or working session to run through the exact ask.


Below is the OMS technical rack Info:


OMS version : 10.0(FP5)

Oracle DB version : Oracle 19c

JDK version : 1.8.0_151


There is an IBM support ticket TS016585650 case already raised regarding the above & IBM had requested to open an RFE here & so I am creating this idea request.


Thanks

Naveen

What is your industry? Retail
How will this idea be used?

Support zero downtime for sterling OMS through multischema executing successful DB credential rotations.

  • Admin
    Bharat Khade
    Reply
    |
    Oct 24, 2024

    Hi Naveen, this feature is not something can be productized in OMS. However, SRE team suggest an option as below. In case of clarify required, request a call with support team involving SRE team member. Hope this helps.

    1. Change DB password of standby DB

    2. Flip the current standby to primary. At this moment all applications will start failing.

    3. Change the password in safestart file and restart all OMS servers [Till this restarts it is a downtime]

    4. Once all the servers come up, OMS will work

    5. Change DB password of current standby DB

    One solution that i can think of is create another vip, that will be pointing to the standby DB. Skip step 2. And in step 3, update both DB password and connection URL (new VIP). Do a rolling restart of the servers. Now when new servers come up , it will use the new vip that will be pointing to the standby with new password. Once this is done, update the password in primary. One more rolling restart will be required after changing safestart to old vip.


    thanks,

    Bharat K



  • Admin
    Bharat Khade
    Reply
    |
    Oct 24, 2024

    Hi Naveen,


    The expected feature is not OMS specific or so. below is the feedback from IBM SRE team. Feature is achieved in OMOC environments as below and it will be same process for any database.

    "In OMoC 2 DB servers, primary and standby is used for HA. OMS connect to DB using vip. vip will always point to primary even if the DB role is switched. So, no downtime. Momentarily OMS agents will fail, but the connection pools will get refreshed with the new DB connections and it will continue to work.

    The similar mechanisms will be there in all the DBs"

    Request to check with your DBA and SRE team for the set up. Thanks