简体   繁体   中英

How to create New instance in db2 10.1 using IBM Data Studio

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:

  • Dedicated user for the instance

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
  • Your own user

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM