Automic Workload Automation

Expand all | Collapse all

How can I check which clients a host has Read/Write/Execute rights on?

  • 1.  How can I check which clients a host has Read/Write/Execute rights on?

    Posted Aug 15, 2018 10:49 AM

    I'd think this is somewhere in the HOST sql table, but I'm not seeing it.  Some kind of scripted solution would also be fine.

     

    Ideally, I'd like to be able to look at a host group, and check which hosts in it have R/W/E on a given client.

     

    Thanks for any help!



  • 2.  Re: How can I check which clients a host has Read/Write/Execute rights on?
    Best Answer

    Broadcom Employee
    Posted Aug 15, 2018 01:25 PM

    Hi James,

     

    the table is "HACL". In order to get the agent name you have to join with OH on (HACL_OH_Idnr = OH_Idnr)

     

    regards,

    Peter



  • 3.  Re: How can I check which clients a host has Read/Write/Execute rights on?

    Posted Aug 15, 2018 03:10 PM

    Thank you.