Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Reboot Primary Server with Standby correctly

Artem S. TsygankovApr 18 2013 — edited Apr 24 2013
Hello!
I have Primary, two Physical Standby and one Logical Standby Servers with next configuration:

$ uname -a
Linux host 2.6.39-200.32.1.el6uek.x86_64 #1 SMP Wed Sep 26 23:11:38 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/issue
Oracle Linux Server release 6.3

SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
PL/SQL Release 11.2.0.3.0 - Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0 - Production
NLSRTL Version 11.2.0.3.0 - Production

DGMGRL> show configuration verbose;
Configuration - work_DataGuardConfig
Protection Mode: MaxAvailability
Databases:
primary - Primary database
physical1 - Physical standby database
physical2 - Physical standby database
Properties:
FastStartFailoverThreshold = '30'
OperationTimeout = '30'
FastStartFailoverLagLimit = '30'
CommunicationTimeout = '180'
FastStartFailoverAutoReinstate = 'TRUE'
FastStartFailoverPmyShutdown = 'TRUE'
BystandersFollowRoleChange = 'ALL'
Fast-Start Failover: DISABLED
Configuration Status:
SUCCESS

I need to reboot my Primary DB Server.
How I must reboot my Primary Server correctly?
Do I need to shutdown my Physical and Logical Standby Servers till Primary Server be not available?
Do I need to do some things with Data Guard?
Please, I would want mini-instruction how I must do this correctly.
Thanks a Lot!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 22 2013
Added on Apr 18 2013
9 comments
1,272 views