The SM_IP_VERSIONS environment variable is set to v6v4 through the following definition in the runcmd_env.sh file:

SM_IP_VERSIONS=v6v4

The runcmd_env.sh file in the IP Manager installation area will automatically set the SM_IP_VERSIONS environment variable, along with any other environment variables in the file, for each application or utility that is started from the installation area.

You should set the SM_IP_VERSIONS environment variable to the IP version that is predominant for your managed network. For example, use the v4v6 value if most systems in your managed network are identified by IPv4 addresses, and some are identified by IPv6 addresses.

To set the SM_IP_VERSIONS environment variable to a value other than v6v4:

  1. Go to the BASEDIR/smarts/bin directory in the IP Manager installation area and type the following command to open the runcmd_env.sh file:

                   sm_edit conf/runcmd_env.sh
                
  2. Find the following definition in the file:

    SM_IP_VERSIONS=v6v4
    
  3. Change the value of SM_IP_VERSIONS to v4v6, v6, or v4. For example:

    SM_IP_VERSIONS=v4v6
    
  4. Save and close the file.

    The modified version of the runcmd_env.sh file is saved to the BASEDIR/smarts/local/conf directory.