Use a response file
Create and use a response file with the isamcfg tool to configure WebSEAL and IBM Security Verify Access for Web 7.0.
A response file records the actions to be taken by the isamcfg tool. Use the -record command to create a response file without changing the configuration. For example:
/usr/lib/jvm/jre-1.7.0-ibm.x86_64/bin/java -jar /opt/IBM/FIM/tools/isamcfg/isamcfg.jar -action config -cfgurl https://1.1.1.1/ -record
We can then use the response file to run the isamcfg tool non-interactively. Use the -rspfile command to run the isamcfg tool with a response file. For example:
/usr/lib/jvm/jre-1.7.0-ibm.x86_64/bin/java -jar /opt/IBM/FIM/tools/isamcfg/isamcfg.jar -action config -cfgurl https://1.1.1.1/ -rspfile /tmp/isamcfg-access-control.properties
The contents of a response varies depending on your configuration, for example:
#Fri Sep 06 12:45:28 EST 2013 webseal.addcacert=y tam.admin=sec_master wga.pass= pop.replace=pop.reuse mga.admin.ssl.sha1fingerprint=CD\:1C\:F0\:D9\:A6\:3A\:7A\:11\ :16\:CC\:18\:CB\:56\:02\:08\:E2\:53\:99\:83\:3B mga.runtime.auth.mode=mga.runtime.auth.ba mga.runtime.ssl.md5fingerprint=E4\:65\:16\:A9\:D8\:B2\:97\ :3C\:F6\:13\:19\:77\:25\:8B\:B0\:0A mga.admin.ssl.subjectdn=CN\=amapp800 wga.ssl.md5fingerprint=B2\:9F\:87\:8A\:D1\:49\:D9\:A1\:BA\ :03\:4B\:41\:E9\:DF\:44\:C7 rtss.password= wga.ssl.sha1fingerprint=CD\:1C\:F0\:D9\:A6\:3A\:7A\:11\:16\ :CC\:18\:CB\:56\:02\:08\:E2\:53\:99\:83\:3B wga.instance=mobile mga.admin.user=admin wga.port=443 isam.mode=context_based_authorization, authentication_service, mga.runtime.port=443 mga.admin.pass= jct.replace=reuse wga.host=1.1.1.1 mga.runtime.host=1.1.1.1 mga.admin.ssl.md5fingerprint=B2\:9F\:87\:8A\:D1\:49\:D9\ :A1\:BA\:03\:4B\:41\:E9\:DF\:44\:C7 wga.ssl.subjectdn=CN\=amapp800 mga.runtime.ssl.subjectdn=CN\=isva, O\=ibm, C\=us mga.admin.ssl.issuerdn=CN\=amapp800 rtss.user=admin mga.runtime.ssl.sha1fingerprint=F9\:38\:5A\:53\:0A\:DA\:1A\ :FF\:67\:46\:C9\:58\:3F\:F1\:2B\:00\:B0\:6C\:83\:32 mga.admin.port=443 tam.password= wga.ssl.issuerdn=CN\=amapp800 mga.runtime.ssl.issuerdn=CN\=isva, O\=ibm, C\=us wga.user=admin mga.admin.host=1.1.1.1Parent topic: Use the isamcfg tool