DX Unified Infrastructure Management

  • 1.  Account Administration - Ownership Field

    Posted Apr 26, 2012 11:11 PM

    I'm trying to associate an Account with the appropriate Hub, but the hub doesn' appear as an option in the Ownership area when I edit the Account.

    Infrastructure Manager --> Security --> Acount Administration --> The Account I am working with --> Ownership field (which contains the names of all the Hubs listed with the exception of the one I am trying to associate.

     

    I then compared that specific Hub with another that does appear in that field and the only difference I can spot is the Hub I am wanting to associate the account with does not have an entry for Topology_Agent in the Subscriber/Queues field.

    Properties --> Status Tab --> Subscribers/Queues tab

     

    Any ideas how to get that going? 

    And I'm sure once that is done I'll have further questions, but first need to muddle through them myself.

     

    Thanks!

    Bob



  • 2.  Re: Account Administration - Ownership Field

    Posted Apr 26, 2012 11:16 PM

    The list you see in account administration is technically not a list of hubs but rather a list of origins. The origin for each hub defaults to the name of the hub, but this is an important distinction because it can be changed. That is probably not the issue here, but you might want to check the hub GUI confirm the origin on that hub is not set to something else just to be sure.

     

    Assuming the origin is still set to the hub name, has any QoS data been saved to the database with that origin? I think the list of origins is based on the QoS in the database, so you have to have some data with the origin before it appears in the list.



  • 3.  Re: Account Administration - Ownership Field

    Posted Apr 26, 2012 11:27 PM

    I see this a lot on new deployments.  Basically what it does is:

     

    select distinct(origin) from S_QOS_DATA

     

    So if there has never been any QOS from any of the robots under that hub, it is not in the list.



  • 4.  Re: Account Administration - Ownership Field

    Posted Apr 27, 2012 09:20 PM

    So if I renamed the "origin" before I added a robot I would have this issue?

    Because that is what I had done.

    If I am following you correctly.

     

    I will try to rename the Origin back to the original name and see if that will rectify the issue.  If not ... You can expect another reply to this thread.

    Thanks!

    It IS appreciated.



  • 5.  Re: Account Administration - Ownership Field

    Posted Apr 27, 2012 09:46 PM

    That will work for you, but an FYI: S_QOS_DATA does NOT update if you change a hub name.

     

    There are actually 19 tables (or there were in 2.5.2) that have the column named 'origin' and none of them update if you change the name of a hub.  I run the query:

     

    select *
    From INFORMATION_SCHEMA.COLUMNS
    Where COLUMN_NAME= 'origin'

     

    to get the list of tables that need to be updated if you change a hub name.  Someone might have an easier way to do it, and if so I would love to hear it!

     

    One way to do it semi-easily is in the SLM.  In Tools --> Database Status you can right click on a metric and 'Change Origin' which will update some of the tables for you, but it will at least then show up in your Ownership list.

     

    Hope this helps!



  • 6.  Re: Account Administration - Ownership Field

    Posted Apr 27, 2012 11:07 PM

    You could manually add it to the CM_ACCOUNT_OWNERSHIP



  • 7.  Re: Account Administration - Ownership Field

    Posted May 07, 2012 11:39 PM

    All!

    Thank you for your insight, I had to place a service call.  It seems as if the issue involved the NMS Server itself.  For whatever reason the logs weren't functioning and once twe had them updating things got better all around.