DX Unified Infrastructure Management

  • 1.  Default DB tables in UIM

    Posted Sep 22, 2017 03:59 AM

    What are the default tables created in UIM with MSSQL DB.



  • 2.  Re: Default DB tables in UIM

    Broadcom Employee
    Posted Sep 22, 2017 04:18 AM

    C:\Program Files (x86)\Nimsoft\probes\slm\data_engine\scripts\sqlserver_slm_create.sql

     

    Does this help?



  • 3.  Re: Default DB tables in UIM

    Posted Sep 22, 2017 04:24 AM

    So I should run in CA_UIM database for creating all tables ?



  • 4.  Re: Default DB tables in UIM

    Broadcom Employee
    Posted Sep 22, 2017 07:42 AM

    If you have a good reason to do it, if you run the script manually it would create all tables



  • 5.  Re: Default DB tables in UIM

    Posted Sep 22, 2017 10:31 AM

    I hope some probes like ace,maintenance mode,discovery table creates  its own tables automatically when it connects to DB. Can you please confirm whether  these tables can also be created manual ?



  • 6.  Re: Default DB tables in UIM

    Broadcom Employee
    Posted Sep 22, 2017 10:46 AM

    What issue are you trying to solve or what are you trying achieve?



  • 7.  Re: Default DB tables in UIM

    Posted Sep 22, 2017 11:04 AM

    Automatic creation of tables doesn't happening ..so i am checking whether it can be done manual.



  • 8.  Re: Default DB tables in UIM

    Posted Sep 24, 2017 08:25 PM

    hi,

     

    please kindly check the following KB,

    CA UIM (Nimsoft) Database Best Practices for MS SQL Server

    Document ID: TEC000003224

    CA UIM (Nimsoft) Database Best Practices for MS SQL Server 

     

    https://search.ca.com/assets/SiteAssets/TEC000003224_External/NISDatabaseBestPracticesGuidev11.pdf 

     

    Hope this help!



  • 9.  Re: Default DB tables in UIM

    Broadcom Employee
    Posted Sep 24, 2017 10:21 PM

    Hi

     

    Default db scripts are saved under<uim>/nis/sql/<db> folder

     

    you can run scripts:

    <db>_nis_base_create.sql

    <db>_slm_create.sql

    <db>_dataengine_create.sql

    <db>_nis_installer_create.sql

    <db>_nis_account_create.sql

    <db>_discovery_server_create.sql

    <db>_nis_server_create.sql

    <db>_ace_create.sql

    <db>_webservice_create.sql

    run script

    <db>-nis-create.sql

    under folder <uim>/probes/service/nas.

     

    You can also extract schema from working UIM database and remove ddl statements for RN/HN/DN/BN_* tables.

     

    Hope this helps