Customizing installation on UNIX and Linux systems : Modifying the parameter template file : Modifying isinstall.cfg : How to modify isinstall.cfg
 
How to modify isinstall.cfg
1 Log in as root.
2 Download the iHub distribution package from the FTP or other site. Extract the files.
3 Save the parameter template file, isinstall.cfg, as orig_isinstall.cfg so that you have a copy of the original parameter template file.
4 In a text editor, open the parameter template file, isinstall.cfg.
5 Edit the values for variables. Comments in the code provide information about the variables and appropriate values.
For the installation information for LDAP and database drivers sections in the code, setting the first variable value to n means the installation does not use the additional values in the section. In the following example, isinstall.cfg contains code that specifies the installation does not include settings for LDAP:
# Installation information for LDAP
 
S_AC_RS_INTEGRATE_LDAP=n
S_AC_RS_LDAP_MACHINE=build1-sun
S_AC_RS_LDAP_PORT=2222
Because the value for S_AC_RS_INTEGRATE_LDAP is n, the installation does not use the values for the machine name and port number.
6 Save the modified parameter file.
7 Include the modified parameter file as the installation shell script file in the new installation directory.