Hi,
9.7.2 running on two Linux server connected with HADR. I need to install fix pack 6. I can bring down both servers at the same time, don't need to switch roles. Would this sequence of commands work:
- Stop HADR:
Primary:
deactivate db db_name
stop hadr on db db_name
db2stop
Standby:
deactivate db db_name
stop hadr on db db_name
db2stop
- Install fix pack 6 on primary and standby
- Start HADR:
Standby:
db2start
start hadr on db db_name as standby
Primary:
db2start
start hadr on db db_name as primary
9.7.2 running on two Linux server connected with HADR. I need to install fix pack 6. I can bring down both servers at the same time, don't need to switch roles. Would this sequence of commands work:
- Stop HADR:
Primary:
deactivate db db_name
stop hadr on db db_name
db2stop
Standby:
deactivate db db_name
stop hadr on db db_name
db2stop
- Install fix pack 6 on primary and standby
- Start HADR:
Standby:
db2start
start hadr on db db_name as standby
Primary:
db2start
start hadr on db db_name as primary