What are the process to add another DB2 database to existing Instance?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • okonita
    New Member
    • Aug 2007
    • 25

    What are the process to add another DB2 database to existing Instance?

    Instance DB2 and database MYDB2 already exist. I want to add/catalog another database within the DB2 instance. What are the steps to do this? What information do I need to successfully complete this?

    Any and all recommendation will be highly appreciated

    Thanks
  • myprotein
    New Member
    • Aug 2007
    • 7

    #2
    Originally posted by okonita
    Instance DB2 and database MYDB2 already exist. I want to add/catalog another database within the DB2 instance. What are the steps to do this? What information do I need to successfully complete this?

    Any and all recommendation will be highly appreciated

    Thanks
    has your databas already been exited on someware ? if so, you just need to catalog theme use :
    1、local database----> catalog db xxxxx on <path>
    2、remote database----> catalog db xxxx at node <nodename>. but you have to catalog this node first : catalog tcpip node xxxx remote 1.1.1.1 server <port>

    Comment

    • naval123
      New Member
      • Aug 2007
      • 14

      #3
      Originally posted by okonita
      Instance DB2 and database MYDB2 already exist. I want to add/catalog another database within the DB2 instance. What are the steps to do this? What information do I need to successfully complete this?

      Any and all recommendation will be highly appreciated

      Thanks

      just go to control panel...and follow this...

      instance -> DB2 -> database -> right click ->click on add

      Comment

      Working...