How to create new instance in db2 10.1 using command line db2icrt command with example or using data studio client.
Anybody please reply.
Thanks
How to create new instance in db2 10.1 using command line db2icrt command with example or using data studio client.
Anybody please reply.
Thanks
Which OS are you usnig.
In Lunix/UNIX/OS X
You have two options:
You need to create one user in the OS (useradd) with a file system
useradd -m db2inst2
/opt/db2/10.1/instance/db2icrt -u db2inst1 db2inst1
You install DB2 in your home, and then your username will be the name of the instance (non-root installation)
In Windows
The command does not need a dedicated user for the instance.