isamcfg command line reference
The isamcfg tool is deprecated. The configuration API invoked on a reverse proxy is used instead.Use isamcfg to configure WebSEAL and ISAM appliance servers.
java -jar isamcfg.jar -action mode options
The configuration tool has two modes of operation:
- config
- unconfig
Options
-action config -option
- Configure a WebSEAL or Secure Verify Access appliance server.
-cfgfile file Which WebSEAL configuration file to use. Required when configuring a WebSEAL server. -cfgurl URL Appliance configuration URL to use. Required if configuring an ISAM appliance. -rspfile file Response file for a configuration that is not interactive. Default is interactive configuration. -record Generate a response file and make changes to WebSEAL configuration file. Does not modify any other ISAM appliance configuration. -sslfactory Secure socket connection factory to use. When the ISAM environment is enabled for NIST SP800-131a Strict mode, the only supported factory type is TLSv1.2. If not specified, the factory default is TLS.
-action unconfig -option
- Unconfigure a WebSEAL or ISAM appliance server.
-cfgfile file Which WebSEAL configuration file to use. Required when unconfiguring a WebSEAL server. -cfgurl URL Specifies the ISAM appliance configuration URL to use. Required when unconfiguring an ISAM appliance. -rspfile file Response file for a configuration that is not interactive. Default is interactive configuration. -record Generate a response file and make changes to WebSEAL configuration file. Does not modify any other ISAM appliance configuration. -sslfactory Secure socket connection factory to use. When the ISAM environment is enabled for NIST SP800-131a Strict mode, the only supported factory type is TLSv1.2. If not specified, the factory default is TLS.
Example
java -jar isamcfg.jar -action -config -cfgfile webseald.conf
The log files for the isamcfg tool are written to the system temporary directory specified by the system property java.io.tmpdir.
Parent topic: isamcfg reference