# # Netscape Communications Corporation # SuiteSpot 4.0 Sample Silent Installation Script for UNIX/NT # # The suggested way to do silent install is to first to a non-silent # install, then at the end of installation save the "install.inf" # cache file when you are prompted. The "install.inf" cache file # can than be used for silent installation with minor modications # by you, since the original "install.inf" cache file will have # the basic information fields that you need for installation # for workstation on your domain. # # This file "silent.inf" purpose is to provide a brief explanation # of keywords and data required. ie, to be used as a comparison # to your "install.inf" cache file if you misunderstand the use # of a keywords or suspected value. # # This file "silent.inf" is not intended to be used for silent # install, it is only provided for explanation. All servers # have different installation modes and require different # data. It is strongly suggested to first to a trial installation # and produce the cache file, install.inf. # # To run silent install: # # run: setup.exe -s -f install.inf # # -s = silent install # -f = cach file # #################################################################### # Common portion variables #################################################################### [General] # # List of servers to be installed # Specify one or more of the following, separated by comma. # Each component will most likely require its own section, # such as "base" and "admin" have sections further on # it the file. If you add a server insure that you add # the section as well. # - base Base package # - admin Administration Server # - slapd Directory Server # - msg Messaging Server # - httpd Enterprise Server # - Calendar Calendar Server # - Certificate Components=svrcore,base,admin # # Installed location # ServerRoot = /usr/netscape/server4 # # Fully Qualified Domain Name of the workstation your performing # the silent install on, OR DELETE the keyword "FullMachineName" # from the cache file and the silent install will query the machine # name during the silent installation. # FullMachineName = yourmachine.yourdomain.com # # Specify the user ID and group of the UNIX user to run all # Netscape Servers as - applicable to UNIX system only # SuiteSpotUserID = nobody SuiteSpotGroup = nobody # Specify the non-secured LDAP URL of the Configuration Directory # Server, the Netscape Directory Server used for managing server # configuration and related data. # ldap://:/ # ConfigDirectoryLdapURL = ldap://ldapmachine.domain.com:389/o=yourdomain.com # Specify here the name of the Administration Domain where the # installed servers will belong to. The entry for the domain has # to exist already in the above Config Directory if this # installation does not include a Configuration Directory Server. AdminDomain = yourdomain.com # # Specify the User ID (uid) and password of the administrator # who has permission to access the Config Directory and the # given Admin Domain # ConfigDirectoryAdminID = admin ConfigDirectoryAdminPwd= admin # # If at least one server in this installation requires write access # to User Directory, one used to manage users and groups, specify # the information here. The way to find out whether a server # requires this capability is to check the associated .inf file, e.g. # msg.inf for UserDirectoryAuth = True. # UserDirectoryLdapURL= ldap://ldapmachine.domain.com:389/o=Airius.com UserDirectoryAdminID= admin UserDirectoryAdminPwd = admin #################################################################### # Information pertaining to individual servers or products #################################################################### #################################################################### # Base package variables # - Nothing at this time. Can be removed or left empty #################################################################### [base] # # the base subcomponent and the base-client subcomponents will be installed # Components=base,base-client #################################################################### # Administration Server variables #################################################################### [admin] # # the admine subcomponent and the admin-client subcomponents will be installed # Components=admin,admin-client # # The UNIX user to run the Admin server as (default = root) # SysUser = root # # Administration Server Port # Port = 8900 # # The Server Administrator ID - used to access the Admin Server # ServerAdminID = admin ServerAdminPwd = admin # # The Server Ip address of the network port the admin server will # the workstation it is installed. Only # ServerIpAddress= Delete ServerIpAddress from the file, to use the default ip that the the installation will query from the workstation your installing to. Otherwise ensure you enter a correct ip for the workstaion your installing on. #################################################################### # Other server/products ####################################################################