To create a response file when installing in GUI or console mode, specify the -r command line argument. The -r argument records your responses to the installation wizard’s prompts and creates a response file when the installation wizard exits. The response file is a text file that you can edit to change any responses prior to using it in any subsequent installations.
To generate a response file during installation, on the command line:
On IBM AIX:
/ibmaix64/RMP_Suite/setupaix.bin -r responseFileName
On HP Itanium:
/hpia64/RMP_Suite/setuphpia64.bin -r responseFileName
On Linux on POWER (IBM pSeries):
/ibmplinux64/RMP_Suite/setuplinuxppc64.bin -r responseFileName
On Linux (32-bit):
/linuxia32/RMP_Suite/setuplinux32.bin -r responseFileName
On Linux (64-bit):
/linuxamd64/RMP_Suite/setuplinux64.bin -r responseFileName
On Sun Solaris SPARC:
/sunsparc64/RMP_Suite/setupsolarisSparc.bin -r responseFileName
On Sun Solaris 10 x86/x64:
/sunx64/RMP_Suite/setupsolarisx86.bin -r responseFileName
where reponseFileName is the file name you choose for the response file. When specifying the response file name, include its full path. For example:
/home/sybase/RMP/ResponseFile.txt
You must provide the full path name for the response
file you create.