Hello all,
I'm currently in the process of upgrading my DB2 installation from V10.1 to V10.5 on AIX 7.1. I have finished the initial install of V10.5, and I'm now working on upgrading my existing DB2 V10.1 instances to use the new version. I ran "db2ckupgrade <DBNAME>" to ensure that the database was prepared for upgrade, and it said everything was good. So I kicked off the instance upgrade by running "nohup ./db2iupgrade -u <fenced_ID> <inst_ID> &". I started this over 2 hours ago, and I haven't seen any indication that it has finished, or is even making any progress - I still see the "db2iupgrade" processes active, but the log files stored in /tmp haven't been updated since I started the upgrade.
Is there any way that I can check to ensure that the DB2 instance upgrade is making progress? Like I said, the log files haven't been updated for awhile, so they are not much use. The last message in the db2iupgrade_local.log.8126558 file is:
## Entering: is_firsthost
## Exiting: is_firsthost
## Entering: chk_databases
And the last massage in the output file was:
Task #3 start
Description: Configuring DB2 instances
Estimated time 300 second(s)
It's definitely been a lot longer than 300 seconds since this upgrade started. How can I check if the upgrade is still working?
I'm currently in the process of upgrading my DB2 installation from V10.1 to V10.5 on AIX 7.1. I have finished the initial install of V10.5, and I'm now working on upgrading my existing DB2 V10.1 instances to use the new version. I ran "db2ckupgrade <DBNAME>" to ensure that the database was prepared for upgrade, and it said everything was good. So I kicked off the instance upgrade by running "nohup ./db2iupgrade -u <fenced_ID> <inst_ID> &". I started this over 2 hours ago, and I haven't seen any indication that it has finished, or is even making any progress - I still see the "db2iupgrade" processes active, but the log files stored in /tmp haven't been updated since I started the upgrade.
Is there any way that I can check to ensure that the DB2 instance upgrade is making progress? Like I said, the log files haven't been updated for awhile, so they are not much use. The last message in the db2iupgrade_local.log.8126558 file is:
## Entering: is_firsthost
## Exiting: is_firsthost
## Entering: chk_databases
And the last massage in the output file was:
Task #3 start
Description: Configuring DB2 instances
Estimated time 300 second(s)
It's definitely been a lot longer than 300 seconds since this upgrade started. How can I check if the upgrade is still working?