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

1 Answer

0 votes
by
  1. db2icrt  

To create a new instance, you have to log in with root. Instance id is not a root id or a root name. Follow the following steps to create a new instance.

Syntax:

  1. useradd -u <ID> -g <group name> -m -d <user location> <user name>  
  2. -p <password>    

Related questions

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