Command Reference > Environment Variables for Command Line Programs > INFA_DEFAULT_PWX_OSPASSWORD
  

INFA_DEFAULT_PWX_OSPASSWORD

INFA_DEFAULT_PWX_OSPASSWORD environment variable applies to the infacmd pwx command line program.
Some infacmd pwx commands require an operating system password. You can provide a plain text password as an option with infacmd pwx, or you can store it as the environment variable INFA_DEFAULT_PWX_OSPASSWORD.

Configuring INFA_DEFAULT_PWX_OSPASSWORD on UNIX

To configure INFA_DEFAULT_PWX_OSPASSWORD on UNIX:
    bulletIn a UNIX C shell environment, type:
    setenv INFA_DEFAULT_PWX_OSPASSWORD password
    In a UNIX Bourne shell environment, type:
    INFA_DEFAULT_PWX_OSPASSWORD = password
    export INFA_DEFAULT_PWX_OSPASSWORD

Configuring INFA_DEFAULT_PWX_OSPASSWORD on Windows

To configure INFA_DEFAULT_PWX_OSPASSWORD on Windows, set the value to the plain text password.
For information about setting environment variables on Windows, see the Windows documentation.