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).
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:
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 an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
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.
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
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