# Copyright  2004 Sun Microsystems, Inc. All rights reserved. 
# 
# Sun Microsystems, Inc. has intellectual property rights relating to
# technology embodied in the product that is described in this document.
# In particular, and without limitation, these intellectual property rights
# may include one or more of the U.S. patents listed at
# http://www.sun.com/patents and one or more additional patents or pending
# patent applications in the U.S. and in other countries.
# 
# U.S. Government Rights - Commercial software. Government users are subject
# to the Sun Microsystems, Inc. standard license agreement and applicable
# provisions of the FAR and its supplements.
# 
# Use is subject to license terms. 
# 
# This distribution may include materials developed by third parties. Sun,
# Sun Microsystems, the Sun logo, Java and Sun[tm] ONE are trademarks or
# registered trademarks of Sun Microsystems, Inc. in the U.S. and other
# countries. 
# 
# Copyright  2004 Sun Microsystems, Inc. Tous droits rservs. Sun
# Microsystems, Inc. dtient les droits de proprit intellectuels relatifs
#  la technologie incorpore dans le produit qui est dcrit dans ce document.
# En particulier, et ce sans limitation, ces droits de proprit
# intellectuelle peuvent inclure un ou plus des brevets amricains lists
#  l'adresse http://www.sun.com/patents et un ou les brevets supplmentaires
# ou les applications de brevet en attente aux Etats - Unis et dans les
# autres pays.
# 
# L'utilisation est soumise aux termes du contrat de licence.
# 
# Cette distribution peut comprendre des composants dvelopps par des
# tierces parties.
# 
# Sun, Sun Microsystems, le logo Sun, Java et Sun[tm] ONE sont des marques
# de fabrique ou des marques dposes de Sun Microsystems, Inc. aux
# Etats-Unis et dans d'autres pays.



##########################################
# DEPLOY_LEVEL
#        1 = full install
#        2 = console only install
#        3 = sdk only install
#        4 = sdk only with container config
#        5 = federation only install
#        6 = server only install
#        11 = full uninstall 
#        12 = uninstall console only
#        13 = uninstall sdk only install
#        14 = uninstall sdk only install unconfig container
#        15 = uninstall federation
#        16 = uninstall server
#        21 = full redeploy
#        26 = redeploy server password
#        31 = reconfig sdk
#        32 = redeploy console
#        33 = redeploy console with sdk
#        35 = redeploy federation
###########################################

DEPLOY_LEVEL=1


##############################################################################
############### START OF VARIABLE DEFINITIONS ################################

### PLATFORM_DEFAULT indicates /opt on Solaris and /opt/sun on Linux.
### Please modify the variable below and set it to the basedir if you
### want a different one from the Default.
BASEDIR=PLATFORM_DEFAULT

SERVER_HOST=sample.red.iplanet.com
SERVER_PORT=58080
SERVER_PROTOCOL=http
CONSOLE_HOST=$SERVER_HOST
CONSOLE_PORT=$SERVER_PORT
CONSOLE_PROTOCOL=$SERVER_PROTOCOL
CONSOLE_REMOTE=false
DS_HOST=sample.red.iplanet.com
DS_PORT=389
DS_DIRMGRDN="cn=Directory Manager"
DS_DIRMGRPASSWD=11111111
ROOT_SUFFIX="dc=iplanet,dc=com"

#If the password contains special characters 
#like \, /  etc..then it must be be wrapped by singel quote
# like ADMINPASSWD='\\\\\####///'. But the password can not 
# have single quote '.

ADMINPASSWD=11111111
AMLDAPUSERPASSWD=00000000
CONSOLE_DEPLOY_URI=/amconsole
SERVER_DEPLOY_URI=/amserver
PASSWORD_DEPLOY_URI=/ampassword
COMMON_DEPLOY_URI=/amcommon
COOKIE_DOMAIN=.iplanet.com
JAVA_HOME=/usr/jdk/entsys-j2se
AM_ENC_PWD=""
PLATFORM_LOCALE=en_US
NEW_OWNER=root
#### Linux installations probably would want to set NEW_GROUP as root as the sane default value.
NEW_GROUP=other
####
XML_ENCODING=ISO-8859-1
NEW_INSTANCE=false

############### Web Container type required #######################
# WL6 => weblogic 6.x
# WL8 => weblogic 8.x
# WAS4 => websphere 4.0.5
# WAS5 => websphere 5.x
# WS6 => s1ws 6.1
# AS7 => s1as 7.0
#####################################################################

WEB_CONTAINER=WS6

############### Required for Web Server  ################################

WS61_INSTANCE=https-$SERVER_HOST
WS61_HOME=/opt/SUNWwbsvr
WS61_PROTOCOL=$SERVER_PROTOCOL
WS61_HOST=$SERVER_HOST
WS61_PORT=$SERVER_PORT
WS61_ADMINPORT=58888
WS61_ADMIN="admin"
# true if container is SSL enabled, installer will use SSL_PASSWORD to start server without user intervention
WS61_IS_SECURE=false 	

############### Required for App Server  ################################

AS70_HOME=/opt/SUNWappserver7
AS70_PROTOCOL=$SERVER_PROTOCOL
AS70_HOST=$SERVER_HOST
AS70_PORT=$SERVER_PORT
AS70_ADMINPORT=4848
AS70_ADMIN=admin
AS70_ADMINPASSWD="11111111"
AS70_INSTANCE=server1
AS70_DOMAIN=domain1
AS70_INSTANCE_DIR=/var/opt/SUNWappserver7/domains/${AS70_DOMAIN:-domain1}/${AS70_INSTANCE:-server1}
AS70_DOCS_DIR=/var/opt/SUNWappserver7/domains/${AS70_DOMAIN:-domain1}/${AS70_INSTANCE:-server1}/docroot
# true if container is SSL enabled, installer will use SSL_PASSWORD to start server without user intervention
AS70_IS_SECURE=false 

############### Required for BEA Weblogic 6.1 ################################

WL61_HOME=/export/bea61a
WL61_PROJECT_DIR=user_projects
WL61_DOMAIN=mydomain
WL61_SERVER=myserver
WL61_INSTANCE=$WL61_HOME/wlserver6.1
WL61_PROTOCOL=http
WL61_HOST=ide-3
WL61_PORT=7001
WL61_SSLPORT=7002
WL61_ADMIN="system"
WL61_PASSWORD="11111111"
WL61_JDK_HOME=$WL61_HOME/jdk131

############### Required for BEA Weblogic 8.1.x ################################

WL8_HOME=/export/bea8
WL8_PROJECT_DIR=projects
WL8_DOMAIN=mydomain
WL8_SERVER=myserver
WL8_INSTANCE=/export/bea8/weblogic81
WL8_PROTOCOL=http
WL8_HOST=sample.red.iplanet.com
WL8_PORT=7001
WL8_SSLPORT=7002
WL8_ADMIN="system"
WL8_PASSWORD="11111111"
WL8_JDK_HOME=$WL8_HOME/jdk141_03
# true if container is SSL enabled, installer will use SSL_PASSWORD to start server without user intervention
WL8_IS_SECURE=false 

############### Required for IBM WebSphere 5.1 ################################

WAS51_HOME=/opt/WebSphere/AppServer
WAS51_JDK_HOME=/opt/WebSphere/AppServer/java
WAS51_CELL=sample
WAS51_DOMAIN=mydomain
WAS51_NODE=sample
WAS51_INSTANCE=server1
WAS51_PROTOCOL=http
WAS51_HOST=sample
WAS51_PORT=9080
WAS51_SSLPORT=9081
WAS51_ADMIN="admin"
WAS51_ADMINPORT=9090
# true if container is SSL enabled, installer will use SSL_PASSWORD to start server without user intervention
WAS51_IS_SECURE=false

############### Required for SSL enabled  ################################

SSL_PASSWORD="sample"	# used in auto'ly restart container


# Directory Server Modes - Possible values of DIRECTORY_MODE are,
#	1 = Default (Fresh new installtion of DIT)
#
#	2 = Existing DIT (Naming attributes and object classes are same,
#		to load installExisting.ldif and umsExsiitng.ldif. Also do the tag
#		swapping.)
#
#	3 = Existing DIT Manual(Naming attributes and object classes are different,
#		so do NOT load installExisting.ldif and umsExsiitng.ldif. Do the tag
#		swapping only. Do NOT delete ldif files, and amserveradmin after
#		installation. All the ldif files and the services will be loaded
#		manually by the user later.)
#
#	4 = Existing Multiserver(Do nothing just tag swapping). It will be modified
#		later to add more features. Currently it is same as option 5.
#
#	5 = Existing upgrade (Do nothing just tag swapping)

DIRECTORY_MODE=1
USER_NAMING_ATTR=uid
ORG_NAMING_ATTR=o
ORG_OBJECT_CLASS=sunmanagedorganization
USER_OBJECT_CLASS=inetorgperson
DEFAULT_ORGANIZATION=

