To enable an unattended Policy Server installation, you must modify the settings in the nete-ps-installer.properties configuration file using a text editor. The default parameters in the file reflect the information you entered during the initial Policy Server installation. Change the default values to best suit your environment. Before modifying this file, back up the original for safekeeping.
The file is located in the following location:
siteminder_home/install_config_info
Specifies the Policy Server installation path.
The following is an example of the nete-ps-installer.properties file created during the initial Policy Server installation.
### General Information
DEFAULT_INSTALL_DIR=$NETE_PS_ROOT$
DEFAULT_SHORTCUTS_DIR=$USER_SHORTCUTS$
DEFAULT_JRE_ROOT=$NETE_JRE_ROOT$
DEFAULT_BROWSER=$NETE_PS_BROWSER$
DEFAULT_SMPROFILE_CHOICE=$SMPROFILE_CHOICE$
# DEFAULT_ENCRYPTKEY=<To define Encryption Key, insert string here and uncomment line.>
ENCRYPTED_ENCRYPTKEY=$ENCRYPTED_ENCRYPTKEY$
### Feature Selection
DEFAULT_OVMGUI_CHOICE=$OVMGUI_CHOICE$
DEFAULT_WEBSERVERS_CHOICE=$WEBSERVERS_CHOICE$
DEFAULT_SNMP_CHOICE=$SNMP_CHOICE$
DEFAULT_POLICYSTORE_CHOICE=$POLICYSTORE_CHOICE$
### OneView Monitor GUI
DEFAULT_JDK_ROOT=$NEW_NETE_JDK_ROOT$
DEFAULT_SERVLETEXEC_INSTANCE_NAME=$SERVLETEXEC_INSTANCE_NAME$
DEFAULT_SERVLETEXEC_ROOT=$SERVLETEXEC_ROOT$
DEFAULT_SERVLETEXEC_PORT=$SERVLETEXEC_PORT$
### Web Server(s)
# This is a list of web server instance information.
# Format: instance_name_1,type_1,root_folder_1;instance_name_2,type_2,root_folder_2; etc...
# Valid Types: iPlanet, IIS
# Example: To configure IIS and 2 iPlanet instances, called https-A and https-B, installed under C:\server :
# DEFAULT_WEBSERVER_INFO=,IIS,;https-A,iPlanet,C:\server;https-B,iPlanet,C:\server
DEFAULT_WEBSERVER_INFO=$WEB_SERVER_INFO$
DEFAULT_IPLANET_WEBSERVER_ROOT=$IPLANET_WEBSERVER_ROOT$
### SNMP
# DEFAULT_ROOT_PW=<To define root password, insert string here and uncomment line.>
ENCRYPTED_ROOT_PW=$ENCRYPTED_ROOT_PW$
### Policy Store
DEFAULT_POLICYSTORE_TYPE=$LDAP_TYPE$
DEFAULT_POLICYSTORE_IP=$LDAP_IP$
DEFAULT_POLICYSTORE_PORT=$LDAP_PORT$
DEFAULT_POLICYSTORE_ADMINDN=$LDAP_ADMINDN$
# DEFAULT_POLICYSTORE_ADMINPW=<To define LDAP Admin password, insert string here and uncomment line.>
ENCRYPTED_POLICYSTORE_ADMINPW=$ENCRYPTED_LDAP_ADMINPW$
DEFAULT_POLICYSTORE_ROOTDN=$LDAP_ROOTDN$
DEFAULT_POLICYSTORE_USER_CHOICE=$LDAP_USER_CHOICE$
DEFAULT_POLICYSTORE_USERDN=$LDAP_USERDN$
# DEFAULT_POLICYSTORE_USERPW=<To define LDAP user password, insert string here and uncomment line.>
ENCRYPTED_POLICYSTORE_USERPW=$ENCRYPTED_LDAP_USERPW$
DEFAULT_INIT_LDAP_CHOICE=$INIT_LDAP_CHOICE$
# DEFAULT_SM_ADMINPW=<To define LDAP SiteMinder Super User password, insert string here and uncomment line.>
ENCRYPTED_SM_ADMINPW=$ENCRYPTED_SM_ADMINPW$
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |