Command Reference > Environment Variables for Command Line Programs > INFA_DEFAULT_DOMAIN
  

INFA_DEFAULT_DOMAIN

INFA_DEFAULT_DOMAIN environment variable applies to the infacmd, pmcmd, and pmrep command line programs.
The command line programs require a domain name. You can provide the domain name as an option with the command line programs, or you can store it as the environment variable INFA_DEFAULT_DOMAIN. If you have more than one domain, choose a default domain.

Configuring INFA_DEFAULT_DOMAIN on UNIX

To configure INFA_DEFAULT_DOMAIN on UNIX:
    bulletIn a UNIX C shell environment, type:
    setenv INFA_DEFAULT_DOMAIN <domain name>
    In a UNIX Bourne shell environment, type:
    INFA_DEFAULT_DOMAIN = <domain name>
    export INFA_DEFAULT_DOMAIN

Configuring INFA_DEFAULT_DOMAIN on Windows

To configure INFA_DEFAULT_DOMAIN on Windows:
    bulletEnter the environment variable INFA_DEFAULT_DOMAIN, and set the value to the domain name.
    For information about setting environment variables on Windows, consult the Windows documentation.