Delphix Products

Tip of the Day: Configuring Multiple IP Addresses with the CLI

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Configuring Multiple IP Addresses with the CLI

    Posted 06-24-2014 04:38:00 PM
    No replies, thread closed.
    Please note this is used for the Target hosts
    1. Select the host to update
         delphix > host
         delphix host > select example
         delphix host "example" > update
    2. Set the address
         delphix host "example" update *> set addresses=000.000.0.0,000.000.0.1
    3. Get the current addresses, both as a string and as an array object
         delphix host "example" update *> get addresses
              000.000.0.1 (*)
         delphix host "example" update *> edit addresses
         delphix host "example" update addresses *> get
              0:
                   000.000.0.0 (*)
              1:
                   000.000.0.1 (*)
    4. Commit the result
         delphix host "example" update addresses *> commit

    #configuration
    #ip_address
    #cli
    #delphix_cli
    #delphix