Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

Enhancement Request: please do not reboot both nodes simultaneously when applying core config keys

edited Feb 1, 2016 11:03AM in Oracle Database Appliance (ODA) (MOSC) 4 commentsAnswered ✓

Hi,

I have an enhancement request of the logic for applying core config keys,
because applying core config keys brings with rebooting both nodes almost simultaneously -- we cannot accept this downtime.

To prevent downtime when applying keys, could you modify the logic that users can take control when a node reboot occurs?


One suggestion of the logic is this:
- Add below 2 lines on '/opt/oracle/oak/lib/oaklib/apply' file before line 213.
    print "Are you ready? Please press any key to continue.";
    my $confirmation = <STDIN>;
  (FYI: contents after line 213 is below)
    213   # apply the license
    214   msgPrint(*STDOUT,"I", "license", "Applying core_config_key on '$node_list[$node_num]'");

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center