 |
|
Oracle Application Server Guard
Oracle Tips by Burleson Consulting |
Oracle application server guard is a supplemental package
within Oracle application server 10g that provides for disaster
recovery.
Using
a primary/standby architecture reminiscent of Oracle Data Guard,
the Oracle application server guard allows the Oracle
applications server administrator to failover to a surviving
instance of the application server in cases of failure.
Oracle Application Server Guard has
a command line utility called ASGCTL which shows the basic
functionality of Oracle application server guard:
ASGCTL> help
connect asg [<host>] [ias_admin/<password>]
disconnect
exit
quit
dump farm [to <file>]
help [<command>]
instantiate farm to <standby_farm_host>
set asg credentials <host> ias_admin/<password> [for farm]
set trace on|off <traceflags>
set primary database <username>/<password>@<servicename>
[pfile <filename> | spfile <filename>]
set new primary database <username>/<password>@<servicename>
[pfile <filename> | spfile <filename>]
sync farm to <standby_farm_host> [<sync_mode>]
startup farm
shutdown farm
show op[eration] [full] [[his]tory]
stop op[eration] <op#>
verify farm [with <host>]
switchover farm to <standby_farm_host>
failover
The
Oracle documentation shows the basic functions of each of the
application server guard asgctl commands: