+1 vote
in DBMS by
How to Update an Instance of DB2?

1 Answer

0 votes
by

db2iupdt command is used to update the existing instance within the same version release.

Before executing this command, you need to stop the instance database manager using "db2stop" command.

The syntax below "inst_name" indicates the previous released or installed db2 server instance name, which you want to update to newer release or installed db2 server version.

Syntax1: (Update Instance in Normal mode)

  1. db2iupdt <inst_name>  

Syntax2: (Update Instance in Debugging Mode)

  1. db2iupdt -D <inst_name>  

Related questions

+1 vote
+1 vote
asked Aug 21, 2020 in DBMS by DavidAnderson
+1 vote
+1 vote
+1 vote
asked Aug 21, 2020 in Oracle by DavidAnderson
...