Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  Function question - dx_ctl_users

    Posted 12-11-2019 12:20:00 AM

    Hi all,

    If I run this command:
    "dx_ctl_users -d Landshark5 -action timeout -username all -timeout 30"

    Will it update all accounts or just the ones that don't have timeout=30 mins.

    In essence, does it check for current vaule or just updates all even if the value is the same?

    Thanks



    ------------------------------
    Ruben Catarrunas

    ------------------------------


  • 2.  RE: Function question - dx_ctl_users
    Best Answer

    Posted 12-11-2019 12:57:00 AM
    Hi Ruben Catarrunas,

    dx_ctl_users will update all users to set a 30 minute timeout, and will update the value for each user even if their current timeout is already 30 minutes.

    You can verify this by using the script's --debug option. This will show that we send a HTTP POST to the User API for each user.

    Hope this helps,
    Nathan

    ------------------------------
    Nathan Jolly
    Delphix Support
    Delphix
    ------------------------------