Skip to main content

ASU/DSA/UXSPi proxy tool limitations

The limitations listed in this section are specific to the ASU, DSA, and UXSPi proxy tools.

OneCLI only supports calling ASU, DSA, and UXSPi proxy tool from the directory in which executable binary file exists
Calling OneCLI using the ASU, DSA, or UXSPi proxy tool only functions when called from the directory containing the executable binary file. For example, if the OneCLI and ASU executables are both in the folder /software/onecli/tmp, the command will run when calling the proxy tool from the folder /software/onecli/tmp # ./asu show --host host--user userid --password password; however, the command will fail when calling it from another folder, such as /software/onecli# ./tmp/asu show --host host --user userid --password password.