Hitachi

Hitachi Application Server V10 Command Reference Guide (For Windows® Systems)


2.11.11 List of parameters used with the set and get subcommands

This topic explains parameters that can be specified as the identifiers to be set for the set and get subcommands.

Resource relation

Parameters starting with applications.application.application-name.module.module-name.resources

No.

Parameter name

Description

Range Value

Default Value

Initial Value

Example

1

connector-connection-pool.connector_connection_pool_name.hitachi-connection-sharing-component-enabled

Enables or disables connection sharing within components. This setting is made in the connector connection pool in the module scope.

true|false

No Default Value

false

asadmin set applications.application.myapplication.module.mymodule.resources.connector-connection-pool.myconnectorconnectionpool.hitachi-connection-sharing-component-enabled=false

2

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-connection-sharing-component-enabled

Enables or disables connection sharing within components. This setting is made in the JDBC connection pool in the module scope.

true|false

No Default Value

false

asadmin set applications.application.myapplication.module.mymodule.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-connection-sharing-component-enabled=false

3

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-jdbc-transaction-rollback-enabled

Enables or disables rollback of JDBC transactions when a connection closes. This setting is made in the JDBC connection pool in the module scope.

true|false

No Default Value

true

asadmin set applications.application.myapplication.module.mymodule.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-jdbc-transaction-rollback-enabled=true

4

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-validation-timeout

Specifies the timeout time in seconds for connection error detection. This setting is made in the JDBC connection pool in the module scope.

1 to 2147483647

No Default Value

5

asadmin set applications.application.myapplication.module.mymodule.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-validation-timeout=5

5

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-validation-timeout-enabled

Enables or disables timeout for connection error detection. This setting is made in the JDBC connection pool in the module scope.

true|false

No Default Value

true

asadmin set applications.application.myapplication.module.mymodule.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-validation-timeout-enabled=true

Parameters starting with applications.application.application-name.resources

No.

Parameter name

Description

Range Value

Default Value

Initial Value

Example

1

connector-connection-pool.connector_connection_pool_name.hitachi-connection-sharing-component-enabled

Enables or disables connection sharing within components. This setting is made in the connector connection pool in the application scope.

true|false

No Default Value

false

asadmin set applications.application.myapplication.resources.connector-connection-pool.myconnectorconnectionpool.hitachi-connection-sharing-component-enabled=false

2

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-connection-sharing-component-enabled

Enables or disables connection sharing within components. This setting is made in the JDBC connection pool in the application scope.

true|false

No Default Value

false

asadmin set applications.application.myapplication.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-connection-sharing-component-enabled=false

3

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-jdbc-transaction-rollback-enabled

Enables or disables rollback of JDBC transactions when a connection closes. This setting is made in the JDBC connection pool in the application scope.

true|false

No Default Value

true

asadmin set applications.application.myapplication.resources.jdbc-connection-pool.myjdbcconnectionpool. hitachi-jdbc-transaction-rollback-enabled=true

4

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-validation-timeout

Specifies the timeout time in seconds for connection error detection. This setting is made in the JDBC connection pool in the application scope.

1 to 2147483647

No Default Value

5

asadmin set applications.application.myapplication.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-validation-timeout=5

5

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-validation-timeout-enabled

Enables or disables timeout for connection error detection. This setting is made in the JDBC connection pool in the application scope.

true|false

No Default Value

true

asadmin set applications.application.myapplication.resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-validation-timeout-enabled=true

Parameters starting with resources

No.

Parameter name

Description

Range Value

Default Value

Initial Value

Example

1

connector-connection-pool.connector_connection_pool_name.hitachi-connection-sharing-component-enabled

Enables or disables connection sharing within components. This setting is made in the connector connection pool created in the domain.

true|false

No Default Value

false

asadmin set resources.connector-connection-pool.myconnectorconnectionpool.hitachi-connection-sharing-component-enabled=false

2

connector-connection-pool.connector_connection_pool_name.idle-timeout-in-seconds

Set the maximum time that a connection can remain idle in the pool.

1 to 2147483647

300

No Value Specified

asadmin set resources.connector-connection-pool.ConnectionPool1.idle-timeout-in-seconds=200

3

connector-connection-pool.connector_connection_pool_name.max-pool-size

Set the maximum number of connections that can be created to satisfy client requests.

1 to 2147483647

24

No Value Specified

asadmin set resources.connector-connection-pool.ConnectionPool1.max-pool-size=60

4

connector-connection-pool.connector_connection_pool_name.max-wait-time-in-millis

Set the amount of time, in milliseconds, that a caller must wait before a connection is created, if a connection is not available.

0 to 2147483647

60000

No Value Specified

asadmin set resources.connector-connection-pool.ConnectionPool1.max-wait-time-in-millis=700000

5

connector-connection-pool.connector_connection_pool_name.pool-resize-quantity

Set the quantity by which the pool will scale up or scale down the number of connections.

1 to 2147483647

2

No Value Specified

asadmin set resources.connector-connection-pool.ConnectionPool1.pool-resize-quantity=4

6

connector-connection-pool.connector_connection_pool_name.property.property_name

Set the optional attribute name/value pairs for configuring the pool.

Type: String

No Default Value

No Value Specified

asadmin set resources.connector-connection-pool.ConnectionPool1.property.User=User1

7

connector-connection-pool.connector_connection_pool_name.steady-pool-size

The minimum and initial number of connections maintained in the pool.

0 to 2147483647

24

No Value Specified

asadmin set resources.connector-connection-pool.ConnectionPool1.steady-pool-size=30

8

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-connection-sharing-component-enabled

Enables or disables connection sharing within components. This setting is made in the JDBC connection pool created in the domain.

true|false

No Default Value

false

asadmin set resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-connection-sharing-component-enabled=false

9

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-jdbc-transaction-rollback-enabled

Enables or disables rollback of JDBC transactions when a connection closes. This setting is made in the JDBC connection pool created in the domain.

true|false

No Default Value

true

asadmin set resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-jdbc-transaction-rollback-enabled=true

10

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-validation-timeout

Specifies the timeout time in seconds for connection error detection. This setting is made in the JDBC connection pool created in the domain.

1 to 2147483647

No Default Value

5

asadmin set resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-validation-timeout=5

11

jdbc-connection-pool.JDBC_connection_pool_name.hitachi-validation-timeout-enabled

Enables or disables timeout for connection error detection. This setting is made in the JDBC connection pool created in the domain.

true|false

No Default Value

true

asadmin set resources.jdbc-connection-pool.myjdbcconnectionpool.hitachi-validation-timeout-enabled=true

12

jdbc-connection-pool.JDBC_connection_pool_name.idle-timeout-in-seconds

Set the maximum time, in seconds, that a connection can remain idle in the pool.

This timeout value must be kept shorter than the database server side timeout value to prevent the accumulation of unusable connections in the application.

0 to 2147483647

300

No Value Specified

asadmin set resources.jdbc-connection-pool.ConnectionPool1.idle-timeout-in-seconds=200

13

jdbc-connection-pool.JDBC_connection_pool_name.max-pool-size

Set the maximum number of connections that can be created.

1 to 2147483647

24

No Value Specified

asadmin set resources.jdbc-connection-pool.ConnectionPool1.max-pool-size=60

14

jdbc-connection-pool.JDBC_connection_pool_name.max-wait-time-in-millis

Set the amount of time, in milliseconds, that a caller will wait before a JDBC connection timeout is sent.

A value of 0 forces the caller to wait indefinitely.

0 to 2147483647

60000

No Value Specified

asadmin set resources.jdbc-connection-pool.ConnectionPool1.max-wait-time-in-millis=70000

15

jdbc-connection-pool.JDBC_connection_pool_name.pool-resize-quantity

Set the number of connections to be removed when idle-timeout-in-seconds timer expires.

1 to 2147483647

2

No Value Specified

asadmin set resources.jdbc-connection-pool.ConnectionPool1.pool-resize-quantity=4

16

jdbc-connection-pool.JDBC_connection_pool_name.property.property_name

Set the optional attribute name/value pairs for configuring the pool.

Type: String

No Default Value

No Value Specified

asadmin set resources.jdbc-connection-pool.ConnectionPool1.property.User=User1

17

jdbc-connection-pool.JDBC_connection_pool_name.steady-pool-size

Set the minimum and initial number of connections maintained in the pool.

0 to 2147483647

24

No Value Specified

asadmin set resources.jdbc-connection-pool.ConnectionPool1.steady-pool-size=30

18

mail-resource.JavaMail_resource_name.property.property_name

Set the optional property name/value pairs for configuring the JavaMail resource.

Type: String

No Default Value

No Value Specified

asadmin set resources.mail-resource.mymailresource.property.mail-from=xyz@abc.com

PRF relation

Parameters starting with hitachi-prfs.hitachi-prf.PRF-name.

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

property.ex_property

Specifies the name and the value of an extended property to be added to PRF. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in PRF server template files.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.ex_timeout=600

2

property.env_environment_variables_name

Specifies the environment variable to be set when PRF starts. If you want to specify more than one environment variable, you must specify this standard property more than once.

The specified environment variable name changes to uppercase letters if the environment variable is applied to servers that exist in Windows hosts. Therefore, do not specify multiple environment variables that only differ in capitalization.

If the specified environment variable value includes ${apserver.home}, it will be replaced by Application Server installation directory.

The environment variable value will not be inherited even if this property value contains a setting such as %PATH%;C:\temp or ${PATH}:/temp, which indicates that the environment variable value should be inherited. If you wish to specify such a value, make sure that you specify it in one of the following:

  • System environment variable of the operating system on the node

  • asenv definition on the node

  • Startup batch or shell script for the server template

Do not specify double quotation marks (") or single quotation marks (') in the environment variable name or this property value.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.env_TZ=JST-9

3

property.log-file-count

Specifies the number of log files to be output by PRF.

This property corresponds to the -PrfLogFileCount option of the PRF cprfstart command.

1 to 32

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.log-file-count=16

4

property.log-file-size

Specifies in megabytes the largest possible size of log files to be output by PRF.

This property corresponds to the -PrfLogFileSize option of the PRF cprfstart command.

1 to 100

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.log-file-size=20

5

property.log-shift-time

Specifies the shift time for log files to be output by PRF.

This property corresponds to the -PrfLogShiftTime option of the PRF cprfstart command.

HHMMSS(000000 to 235959)

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.log-shift-time=121530

6

property.prf-spool

Specifies the output directory for the PRF trace.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.prf-spool=C:\PRFSPOOL\PRF01

7

property.trace-buffer-size

Specifies in kilobytes the buffer size for PRF trace files, to be allocated to shared memory.

This property corresponds to the -PrfTraceBufferSize option of the PRF cprfstart command.

512 to 102400

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.trace-buffer-size=16384

8

property.trace-count

Specifies the number of PRF trace files.

This property corresponds to the -PrfTraceCount option of the PRF cprfstart command.

3 to 256

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.trace-count=8

9

property.trace-file-size

Specifies in kilobytes the maximum possible size of one PRF trace file.

This property corresponds to the -PrfTraceFileSize option of the PRF cprfstart command.

1024 to 1048576

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.trace-file-size=16384

10

property.trace-level

Specifies the level of obtaining the PRF trace by using a four-byte hexadecimal number (eight digits). You can add 0x to the beginning, but 0x will be ignored. You can specify multiple values by using commas (,) at the left to separate the level values of index numbers.

This property corresponds to the -PrfTraceLevel option of the PRF cprfstart command.

Four-byte hexadecimal number (eight digits)[,four-byte hexadecimal number (eight digits)...]

Property deletion

No Value Specified

asadmin set hitachi-prfs.hitachi-prf.PRF01.property.trace-level=0x44445555

11

hitachi-prf-config-ref

Specifies a PRF configuration element. This attribute value cannot be changed by the set subcommand.

PRF configuration name that exists in the domain

Cannot be changed

No Value Specified

Cannot be changed

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.

Parameters starting with hitachi-prf-configs.hitachi-prf-config.PRF-configuration-name

If a parameter whose name begins with property. is also defined by Parameters starting with hitachi-prfs.hitachi-prf.PRF-name, the value defined by Parameters starting with hitachi-prfs.hitachi-prf.PRF-name has priority.

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

hitachi-manage-info.construct-command

Specifies the relative path (without the extension) from the template directory of each server type to the build command to be executed by PRF.

Type: String

There is no command to be executed.

<empty string>

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.construct-command=create-prf

2

hitachi-manage-info.destruct-command

Specifies the relative path (without the extension) from the template directory of each server type to the deletion command to be executed by PRF.

Type: String

There is no command to be executed.

<empty string>

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.destruct-command=delete-prf

3

hitachi-manage-info.get-pid-command

Specifies the relative path (without the extension) from the template directory of each server type to the process ID acquisition command to be executed by PRF.

Type: String

Cannot be omitted

bin/getpid-prf

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.get-pid-command=getpid-prf

4

hitachi-manage-info.running-watch-interval-in-seconds

Specifies in seconds the interval at which PRF operations are verified.

1 to 86400

Cannot be omitted

10

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.running-watch-interval-in-seconds=20

5

hitachi-manage-info.start-command

Specifies the relative path (without the extension) from the template directory of each server type to the startup command to be executed by PRF.

Type: String

Cannot be omitted

bin/start-prf

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.start-command=start-prf

6

hitachi-manage-info.start-timeout-in-seconds

Specifies in seconds the time during which to monitor whether PRF is started. If 0 is specified, the monitoring will not be performed.

0 to 3600

Cannot be omitted

60

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.start-timeout-in-seconds=180

7

hitachi-manage-info.start-type

Specifies how to start PRF.

  • direct: Direct startup

direct

Cannot be omitted

direct

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.start-type=direct

8

hitachi-manage-info.starting-watch-interval-in-seconds

Specifies in seconds the interval for monitoring whether PRF is started.

1 to 86400

Cannot be omitted

1

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.starting-watch-interval-in-seconds=3

9

hitachi-manage-info.starting-watch-start-time-in-seconds

Specifies the time (in seconds) from executing the startup command by PRF until starting to check the operation.

0 to 86400

Cannot be omitted

0

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.starting-watch-start-time-in-seconds=10

10

hitachi-manage-info.stop-command

Specifies the relative path (without the extension) from the template directory of each server type to the stop command to be executed by PRF.

Type: String

Cannot be omitted

bin/stop-prf

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.stop-command=stop-prf

11

hitachi-manage-info.stop-timeout-in-seconds

Specifies in seconds the time during which to monitor whether PRF is stopped. If 0 is specified, the monitoring will not be performed.

0 to 1800

Cannot be omitted

60

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.stop-timeout-in-seconds=180

12

hitachi-manage-info.stopping-watch-interval-in-seconds

Specifies in seconds the interval for monitoring whether PRF is stopped.

1 to 86400

Cannot be omitted

1

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.stopping-watch-interval-in-seconds=3

13

hitachi-manage-info.template-path

Specifies the absolute path of the server template for PRF.

An existing directory path

Cannot be omitted

domain root directory/domain name/server_templates/server type

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.template-path=C:\temp\prf

14

hitachi-manage-info.working-dir

Specifies the absolute path to the current directory of each command to be executed by PRF.

Type: String

node-directory/server-name

<empty string>

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.hitachi-manage-info.working-dir=C:\temp\prf\command

15

property.ex_property

Specifies the name and the value of an extended property to be added to PRF. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in PRF server template files.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.ex_timeout=600

16

property.env_environment_variables_name

Specifies the environment variable to be set when PRF starts. If you want to specify more than one environment variable, you must specify this standard property more than once.

The specified environment variable name changes to uppercase letters if the environment variable is applied to servers that exist in Windows hosts. Therefore, do not specify multiple environment variables that only differ in capitalization.

If the specified environment variable value includes ${apserver.home}, it will be replaced by Application Server installation directory.

The environment variable value will not be inherited even if this property value contains a setting such as %PATH%;C:\temp or ${PATH}:/temp, which indicates that the environment variable value should be inherited. If you wish to specify such a value, make sure that you specify it in one of the following:

  • System environment variable of the operating system on the node

  • asenv definition on the node

  • Startup batch or shell script for the server template

Do not specify double quotation marks (") or single quotation marks (') in the environment variable name or this property value.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.env_TZ=JST-9

17

property.log-file-count

Specifies the number of log files to be output by PRF.

This property corresponds to the -PrfLogFileCount option of the PRF cprfstart command.

1 to 32

Property deletion

8

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.log-file-count=16

18

property.log-file-size

Specifies in megabytes the largest possible size of log files to be output by PRF.

This property corresponds to the -PrfLogFileSize option of the PRF cprfstart command.

1 to 100

Property deletion

10

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.log-file-size=20

19

property.log-shift-time

Specifies the time to shift the log files output by PRF.

This property corresponds to the -PrfLogShiftTime option of the PRF cprfstart command.

HHMMSS(000000 to 235959)

Property deletion

000000

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.log-shift-time=121530

20

property.prf-spool

Specifies the output directory for the PRF trace.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.prf-spool=C:\PRFSPOOL\PRF01

21

property.trace-buffer-size

Specifies in kilobytes the buffer size for PRF trace files, to be allocated to shared memory.

This property corresponds to the -PrfTraceBufferSize option of the PRF cprfstart command.

512 to 102400

Property deletion

8192

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.trace-buffer-size=16384

22

property.trace-count

Specifies the number of PRF trace files.

This property corresponds to the -PrfTraceCount option of the PRF cprfstart command.

3 to 256

Property deletion

4

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.trace-count=8

23

property.trace-file-size

Specifies in kilobytes the maximum possible size of one PRF trace file.

This property corresponds to the -PrfTraceFileSize option of the PRF cprfstart command.

1024 to 1048576

Property deletion

262144

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.trace-file-size=16384

24

property.trace-level

Specifies the level of obtaining the PRF trace by using a four-byte hexadecimal number (eight digits). You can add 0x to the beginning, but 0x will be ignored. You can specify multiple values by using commas (,) at the left to separate the level values of index numbers.

This property corresponds to the -PrfTraceLevel option of the PRF cprfstart command.

Four-byte hexadecimal number (eight digits)[,four-byte hexadecimal number (eight digits)...]

Property deletion

0

asadmin set hitachi-prf-configs.hitachi-prf-config.PRF01-config.property.trace-level=0x44445555

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.

Web server relation

Parameters starting with hitachi-webservers.hitachi-webserver.web-server-name

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

hitachi-relations.hitachi-relation-type-ref.hitachi-relation.relation_name.order

Specifies the sequence number of an inter-server relation.

0 to 65535

Cannot be omitted

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirect1.order=10

2

hitachi-relations.prf-relation.hitachi-relation.relation_name.property.ex_property

Specifies the name and value of an extended property to be added to the web-server PRF relation. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the web server that is the source of the inter-server relation.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.prf-relation.hitachi-relation.prfref2.property.ex_timeout=600

3

hitachi-relations.redirect.hitachi-relation.relation_name.property.ex_property

Specifies the name and value of an extended property to be added to a redirection relation. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the web server that is the source of the inter-server relation.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.ex_timeout=600

4

hitachi-relations.redirect.hitachi-relation.relation_name.property.negative

Specifies, in the redirector behavior definition, whether to exclude requests to the mapping definition.

This property corresponds to the ! option of the ProxyPass directive of Web Server.

true|false

Property deletion

false

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.negative=true

5

hitachi-relations.redirect.hitachi-relation.relation_name.property.network-listener

Specifies the network listener name that is to be the redirection destination.

This property corresponds to the URL of the ProxyPass directive of Web Server. The host name and the port number identified from the specified network listener name will be set to the URL.

A character string representing the network listener name

Property deletion

http-listener-1

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.network-listener=http-listener-1

6

hitachi-relations.redirect.hitachi-relation.relation_name.property.path

Specifies, in the redirector behavior definition, the name of the local virtual path of the mapping definition.

This property corresponds to the pathname specification of the ProxyPass directive of Web Server.

Format of path (the name of the local virtual path) defined in ProxyPass of the httpsd.conf file

Property deletion

/

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.path=/news/

7

hitachi-relations.redirect.hitachi-relation.relation_name.property.proxy-pass-option

Specifies, in the redirector behavior definition, the adjustment parameter for the connection pooling in the mapping definition.

This property corresponds to the "key=value" specification of the ProxyPass directive of Web Server.

Format of the adjustment parameter for the connection pooling defined in ProxyPass of the httpsd.conf file ([key=valuekey=value ...])

Property deletion

<empty string>

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.proxy-pass-option=timeout=300

8

hitachi-relations.redirect.hitachi-relation.relation_name.property.set-proxy-pass-reverse-cookie

Specifies, in the redirector behavior definition, whether to re-assign the Set-Cookie header.

This property corresponds to the HWSProxyPassReverseCookie directive of Web Server.

true|false

Property deletion

true

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.set-proxy-pass-reverse-cookie=true

9

hitachi-relations.redirect.hitachi-relation.relation_name.property.stickysession

Specifies, in the redirector behavior definition, whether to enable Sticky.

This property corresponds to the stickysession key of the ProxyPass directive of Web Server.

If this property is true, the required Header directive is added.

true|false

Property deletion

true

asadmin set hitachi-webservers.hitachi-webserver.WEB01.hitachi-relations.redirect.hitachi-relation.redirector1.property.stickysession=true

10

hitachi-webserver-config-ref

Specifies the the web server config name.

This attribute value cannot be changed by the set subcommand.

The config name of the web server that exists in the domain

Cannot be changed

No Value Specified

Cannot be edited

11

property.ex_property

Specifies the name and the value of an extended property to be added to the web server. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the web server.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.ex_timeout=600

12

property.env_environment_variables_name

Specifies the environment variable to be set when the web server starts. If you want to specify more than one environment variable, you must specify this standard property more than once.

The specified environment variable name changes to uppercase letters if the environment variable is applied to servers that exist in Windows hosts. Therefore, do not specify multiple environment variables that only differ in capitalization.

If the specified environment variable value includes ${apserver.home}, it will be replaced by Application Server installation directory.

The environment variable value will not be inherited even if this property value contains a setting such as %PATH%;C:\temp or ${PATH}:/temp, which indicates that the environment variable value should be inherited. If you wish to specify such a value, make sure that you specify it in one of the following:

  • System environment variable of the operating system on the node

  • asenv definition on the node

Do not specify double quotation marks (") or single quotation marks (') in the environment variable name or this property value.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.env_TZ=JST-9

13

property.listen-add-count

Specify the number of Listen directives to be added if more than one Listen directive needs to be specified.

This property specifies the number of directives to be added except for the Listen directive setting specified in the listen-port and listen-host properties. Therefore, the total number of Listen directives is calculated by adding one to the value specified in this property. The default is 0.

This property indicates how many times the following properties must be added:

  • listen-add_portn#

  • listen-add_hostn#

#:

n: The minimum value is 1. The maximum value is the value specified in this property.

0 to 2147483647

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.listen-add-count=2

14

property.listen-add-hostn

Specifies the IP address of a Listen directive to be added. n in the property name must be a value within the range from 1 to listen-add-count. A Listen directive is specified by a pair of this and listen-add-portn, in which n is the same number.

This property can be omitted.

If n is outside the range from 1 to listen-add-count, the port number is not applicable to the web server.

This property corresponds to the Listen directive of Web Server.

host-name|IPv4-dot-notation|IPv6-dot-notation (The IPv6 address must be enclosed by angle brackets [].)

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.listen-add-host1=192.168.1.102

15

property.listen-add-portn

Specifies the port number of a Listen directive to be added. n in the property name must be a value within the range from 1 to listen-add-count. A Listen directive is specified by a pair of this and listen-add-hostn, in which n is the same number.

If n is outside the range from 1 to listen-add-count, the port number is not applicable to the web server.

This property corresponds to the Listen directive of Web Server.

1 to 65535

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.listen-add-port1=82

16

property.listen-host

Specifies the IP address that will receive requests.

This property can be omitted.

This property corresponds to the Listen directive of Web Server.

host-name|IPv4-dot-notation|IPv6-dot-notation (The IPv6 address must be enclosed by angle brackets [].)

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.listen-host=192.168.1.101

17

property.listen-port

Specifies the port number that will receive requests.

This property corresponds to the Listen directive of Web Server.

1 to 65535

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.listen-port=81

18

property.max-request-workers

Specifies the maximum possible number of clients that can be connected concurrently.

This property corresponds to the MaxRequestWorkers directive of Web Server.

1 to 1024

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.max-request-workers=300

19

property.server-name

Specifies the server name and the port number of Web Server.

This property corresponds to the ServerName directive of Web Server.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.server-name=www.host1.co.jp

20

property.start-servers

Specifies the number of server processes at web server startup.

This property corresponds to the StartServers directive of Web Server.

1 to 1024

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.start-servers=10

21

property.threads-per-child

Specifies the number of threads to be started as servers.

This property corresponds to the ThreadsPerChild directive of Web Server.

1 to 1024

Property deletion

No Value Specified

asadmin set hitachi-webservers.hitachi-webserver.WEB01.property.threads-per-child=100

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.

Parameters starting with hitachi-webserver-configs.hitachi-webserver-config.web-server-configuration-name

If a parameter whose name begins with property. is also defined by Parameters starting with hitachi-webservers.hitachi-webserver.web-server-name, the value defined by Parameters starting with hitachi-webservers.hitachi-webserver.web-server-name has priority.

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

hitachi-manage-info.construct-command

Specifies the relative path (without the extension) from the template directory of each server type to the build command to be executed by the web server.

Type: String

There is no command to be executed.

bin/create-webserver

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.construct-command=create-webserver

2

hitachi-manage-info.destruct-command

Specifies the relative path (without the extension) from the template directory of each server type to the deletion command to be executed by the web server.

Type: String

There is no command to be executed.

bin/delete-webserver

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.destruct-command=delete-webserver

3

hitachi-manage-info.get-pid-command

Specifies the relative path (without the extension) from the template directory of each server type to the process ID acquisition command to be executed by the web server.

Type: String

Cannot be omitted

bin/getpid-webserver

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.get-pid-command=getpid-webserver

4

hitachi-manage-info.running-watch-interval-in-seconds

Specifies in seconds the interval at which web server operations are verified.

1 to 86400

Cannot be omitted

10

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.running-watch-interval-in-seconds=20

5

hitachi-manage-info.start-command

Specifies the relative path (without the extension) from the template directory of each server type to the startup command to be executed by the web server.

Type: String

Cannot be omitted

bin/start-webserver

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.start-command=start-webserver

6

hitachi-manage-info.start-timeout-in-seconds

Specifies in seconds the time during which to monitor whether the web server is started. If 0 is specified, the monitoring will not be performed.

0 to 3600

Cannot be omitted

60

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.start-timeout-in-seconds=180

7

hitachi-manage-info.start-type

Specifies how to start the web server.

  • direct: Direct startup

direct

Cannot be omitted

direct

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.start-type=direct

8

hitachi-manage-info.starting-watch-interval-in-seconds

Specifies in seconds the interval for monitoring whether the web server is started.

1 to 86400

Cannot be omitted

1

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.starting-watch-interval-in-seconds=3

9

hitachi-manage-info.starting-watch-start-time-in-seconds

Specifies the time (in seconds) from executing the startup command by the web server until starting to check the operation.

0 to 86400

Cannot be omitted

0

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.starting-watch-start-time-in-seconds=20

10

hitachi-manage-info.stop-command

Specifies the relative path (without the extension) from the template directory of each server type to the stop command to be executed by the web server.

Type: String

Cannot be omitted

bin/stop-webserver

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.stop-command=stop-webserver

11

hitachi-manage-info.stop-timeout-in-seconds

Specifies in seconds the time during which to monitor whether the web server is stopped. If 0 is specified, the monitoring will not be performed.

0 to 1800

Cannot be omitted

60

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.stop-timeout-in-seconds=180

12

hitachi-manage-info.stopping-watch-interval-in-seconds

Specifies in seconds the interval for monitoring whether the web server is stopped.

1 to 86400

Cannot be omitted

1

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.stopping-watch-interval-in-seconds=3

13

hitachi-manage-info.template-path

Specifies the absolute path of the server template for the web server.

An existing directory path

Cannot be omitted

domain root directory/domain name/server_templates/server type

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.template-path=C:\temp\webserver

14

hitachi-manage-info.working-dir

Specifies the absolute path to the current directory of each command to be executed by the web server.

Type: String

node-directory/server-name

<empty string>

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.hitachi-manage-info.working-dir=C:\temp\webserver\command

15

property.ex_property

Specifies the name and the value of an extended property to be added to the web server. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the web server.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.ex_timeout=600

16

property.env_environment_variables_name

Specifies the environment variable to be set when the web server starts. If you want to specify more than one environment variable, you must specify this standard property more than once.

The specified environment variable name changes to uppercase letters if the environment variable is applied to servers that exist in Windows hosts. Therefore, do not specify multiple environment variables that only differ in capitalization.

If the specified environment variable value includes ${apserver.home}, it will be replaced by Application Server installation directory.

The environment variable value will not be inherited even if this property value contains a setting such as %PATH%;C:\temp or ${PATH}:/temp, which indicates that the environment variable value should be inherited. If you wish to specify such a value, make sure that you specify it in one of the following:

  • System environment variable of the operating system on the node

  • asenv definition on the node

Do not specify double quotation marks (") or single quotation marks (') in the environment variable name or this property value.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.env_TZ=JST-9

17

property.listen-add-count

Specify the number of Listen directives to be added if more than one Listen directive needs to be specified.

This property specifies the number of directives to be added except for the Listen directive setting specified in the listen-port and listen-host properties. Therefore, the total number of Listen directives is calculated by adding one to the value specified in this property. The default is 0.

This property indicates how many times the following properties must be added:

  • listen-add_portn#

  • listen-add_hostn#

#:

n: The minimum value is 1. The maximum value is the value specified in this property.

0 to 2147483647

Property deletion

No Value Specified

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.listen-add-count=2

18

property.listen-add-hostn

Specifies the IP address of a Listen directive to be added. n in the property name must be a value within the range from 1 to listen-add-count. A Listen directive is specified by a pair of this and listen-add-portn, in which n is the same number.

This property can be omitted.

If n is outside the range from 1 to listen-add-count, the port number is not applicable to the web server.

This property corresponds to the Listen directive of Web Server.

host-name|IPv4-dot-notation|IPv6-dot-notation (The IPv6 address must be enclosed by angle brackets [].)

Property deletion

No Value Specified

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.listen-add-host1=192.168.1.102

19

property.listen-add-portn

Specifies the port number of a Listen directive to be added. n in the property name must be a value within the range from 1 to listen-add-count. A Listen directive is specified by a pair of this and listen-add-hostn, in which n is the same number.

If n is outside the range from 1 to listen-add-count, the port number is not applicable to the web server.

This property corresponds to the Listen directive of Web Server.

1 to 65535

Property deletion

No Value Specified

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.listen-add-port1=82

20

property.listen-host

Specifies the IP address that will receive requests.

This property can be omitted.

This property corresponds to the Listen directive of Web Server.

host-name|IPv4-dot-notation|IPv6-dot-notation (The IPv6 address must be enclosed by angle brackets [].)

Property deletion

No Value Specified

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.listen-host=192.168.1.101

21

property.listen-port

Specifies the port number that will receive requests.

This property corresponds to the Listen directive of Web Server.

1 to 65535

Property deletion

80

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.listen-port=81

22

property.max-request-workers

Specifies the maximum possible number of clients that can be connected concurrently.

This property corresponds to the MaxRequestWorkers directive of Web Server.

1 to 1024

Property deletion

150

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.max-request-workers=300

23

property.server-name

Specifies the server name and the port number of Web Server.

This property corresponds to the ServerName directive of Web Server.

Type: String

Property deletion

www.example.com

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.server-name=www.host1.co.jp

24

property.start-servers

Specifies the number of server processes at web server startup.

This property corresponds to the StartServers directive of Web Server.

1 to 1024

Property deletion

20

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.start-servers=10

25

property.threads-per-child

Specifies the number of threads to be started as servers.

This property corresponds to the ThreadsPerChild directive of Web Server.

1 to 1024

Property deletion

50

asadmin set hitachi-webserver-configs.hitachi-webserver-config.WEB01-config.property.threads-per-child=100

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.

Server instance relation

Parameters starting with servers.server.Java-EE-server-name

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

hitachi-relations.hitachi-relation-type-ref.hitachi-relation.relation_name.order

Specifies the sequence number of an inter-server relation.

0 to 65535

Cannot be omitted

No Value Specified

asadmin set servers.server.JavaEE01.hitachi-relations.redirect.hitachi-relation.redirect1.order=10

2

hitachi-relations.prf-relation.hitachi-relation.relation_name.property.ex_property

Specifies the name and the value of an extended property to be added to the Java-EE-server PRF relation. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the Java EE server that is the source of the inter-server relation.

Type: String

Property deletion

No Value Specified

asadmin set servers.server.JavaEE01.hitachi-relations.prf-relation.hitachi-relation.prfref1.property.ex_timeout=600

3

hitachi-session-config.server-id

Specifies the server ID that identifies the Java EE server on which load balancing should be performed with Web Server.

The server ID specified in this property will be set to the 33rd and subsequent characters in the session ID.

Type : String

No Default Value

No Value Specified

asadmin set servers.server.JavaEE01.hitachi-session-config.server-id=server1

4

monitoring-service.module-monitoring-levels.hitachi-jvm-memory-extensions

Specifies the monitoring level for Java VM memory extension operation information.

LOW|HIGH|OFF

OFF

HIGH

asadmin set configs.config.JavaEE01-config.monitoring-service.module-monitoring-levels.hitachi-jvm-memory-extensions=OFF

5

property.ex_property

Specifies the name and the value of an extended property to be added to the Java EE server. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the Java EE server.

Type: String

Property deletion

No Value Specified

asadmin set servers.server.JavaEE01.property.ex_timeout=600

6

property.balancer-member-root-id

Specifies the cookie ID to be used to perform redirection from the web server to this server via the cluster.

Type: String

Property deletion

No Value Specified

asadmin set servers.server.JavaEE01.property.balancer-member-root-id=route01

7

property.env_environment_variables_name

Specifies the environment variable to be set when the Java EE server starts. If you want to specify more than one environment variable, you must specify this standard property more than once.

The specified environment variable name changes to uppercase letters if the environment variable is applied to servers that exist in Windows hosts. Therefore, do not specify multiple environment variables that only differ in capitalization.

If the specified environment variable value includes ${apserver.home}, it will be replaced by Application Server installation directory.

The environment variable value will not be inherited even if this property value contains a setting such as %PATH%;C:\temp or ${PATH}:/temp, which indicates that the environment variable value should be inherited. If you wish to specify such a value, make sure that you specify it in one of the following:

  • System environment variable of the operating system on the node

  • asenv definition on the node

Do not specify double quotation marks (") or single quotation marks (') in the environment variable name or this property value.

Type: String

Property deletion

No Value Specified

asadmin set servers.server.JavaEE01.property.env_TZ=JST-9

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.

Parameters starting with configs.config.configuration-name-of-Java-EE-server

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

-config.java-config.native-library-path-prefix

Specifies a prefix for the native library path.

Path separator is ";".

After the change of this parameter is the need to restart the server.

Type: String

<empty string>

No Value Specified

asadmin set configs.config.instance1-config.java-config.native-library-path-prefix=D:\usr\nativelib

2

admin-service.jmx-connector.system.port

The network port for JMX.

1 to 65535

No Default Value

8686<for DAS>

${JMX_SYSTEM_CONNECTOR_PORT}<for server instace>

asadmin set configs.config.server-config.admin-service.jmx-connector.system.port=8686

3

availability-service.availability-enabled

Used to enable availability for a specific cluster, or for a specific Web, EJB, or JMS container using asadmin set subcommands.

true|false

true

No Value Specified

asadmin set configs.config.JavaEE01-config.availability-service.availability-enabled=true

4

connector-service.shutdown-timeout-in-seconds

According to the Connector specification, while Application Server shuts down, all resource adapters should be stopped. A resource adapter might hang during shutdown, since shutdown is typically a resource intensive operation.

To avoid such a situation, you can set a timeout that aborts resource adapter shutdown if exceeded. The default timeout is 30 seconds per resource adapter module.

To configure this timeout: Use the following asadmin set command: asadmin set server.connector-service.shutdown-timeout-in-seconds="num-secs"

1 to 2147483647

30

No Value Specified

asadmin set configs.config.JavaEE01-config.connector-service.shutdown-timeout-in-seconds=60

5

ejb-container.max-cache-size

Specifies the maximum number of instances that can be cached.

0 to 2147483647

512

2000

asadmin set configs.config.JavaEE01-config.ejb-container.max-cache-size=1000

6

ejb-container.max-pool-size

Specifies a maximum size, a pool can grow to. A value of 0 implies an unbounded pool. Unbounded pools eventually shrink to the steady-pool-size, in steps defined by pool-resize-quantity.

0 to 2147483647

32

24

asadmin set configs.config.JavaEE01-config.ejb-container.max-pool-size=30

7

ejb-container.steady-pool-size

Specifies the number of bean instances normally maintained in pool.

0 to 2147483647

0

24

asadmin set configs.config.JavaEE01-config.ejb-container.steady-pool-size=20

8

group-management-service.group-discovery-timeout-in-millis

Indicates the amount of time (in milliseconds) an instance's GMS module will wait during instance startup for discovering other members of the group.

The group-discovery-timeout-in-millis timeout value should be set to the default or higher. The default is 5000.

1000 to 120000

5000

No Value Specified

asadmin set configs.config.JavaEE01-config.group-management-service.group-discovery-timeout-in-millis=8000

9

hitachi-eheap.httpsession-enabled

Specifies whether to apply explicit memory management to HTTP sessions.

true|false

true

true

asadmin set configs.config.JavaEE01-config.hitachi-eheap.httpsession-enabled=false

10

hitachi-jaxrs-config.connect-timeout

Specifies, in milliseconds, the initial value of jersey.config.client.connectTimeout of client configuration properties provided by Jersey.

Type : Integer

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxrs-config.connect-timeout=0

11

hitachi-jaxrs-config.read-timeout

Specifies, in milliseconds, the initial value of jersey.config.client.readTimeout of client configuration properties provided by Jersey.

Type : Integer

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxrs-config.read-timeout=0

12

hitachi-jaxws-config.connect-timeout

Specifies, in milliseconds, the initial value of the JAX-WS RI property com.sun.xml.ws.connect.timeout of JAX-WS BindingProvider properties.

Type : Integer

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxws-config.connect-timeout=60000

13

hitachi-jaxws-config.request-timeout

Specifies, in milliseconds, the initial value of the JAX-WS RI property com.sun.xml.ws.request.timeout of JAX-WS BindingProvider properties.

Type : Integer

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxws-config.request-timeout=300000

14

hitachi-jaxws-config.security-auth-password

Specifies the initial value of javax.xml.ws.security.auth.password of JAX-WS BindingProvider properties.

Type: String

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxws-config.security-auth-password=pass

15

hitachi-jaxws-config.security-auth-username

Specifies the initial value of javax.xml.ws.security.auth.username of JAX-WS BindingProvider properties.

Type: String

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxws-config.security-auth-username=user

16

hitachi-jaxws-config.session-maintain

Specifies, in milliseconds, the initial value of javax.xml.ws.session.maintain of JAX-WS BindingProvider properties.

true|false

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.hitachi-jaxws-config.session-maintain=true

17

hitachi-jca.connection-auto-close-enabled

Specifies whether to enable or disable automatic closing of connections.

If a connection is obtained through a thread generated with a servlet or JSP, the connection will not close automatically.

If connections obtained through callback methods of servlets and JSP (for example, the init method) or EJB (for example, the ejbCreate or PostConstruct method) are not explicitly closed, the connections might be automatically closed.

true|false

No Default Value

true

asadmin set configs.config.JavaEE01-config.hitachi-jca.connection-auto-close-enabled=true

18

hitachi-manage-info.get-pid-command

Specifies the command to obtain the ID of the process to be executed on the Java EE server. To specify a command, specify the relative path from the template directory for a server type. Do not specify the file extension.

Type: String

Cannot be omitted

bin/getpid-javaee

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.get-pid-command=getpid-javaee

19

hitachi-manage-info.running-watch-interval-in-seconds

Specifies in seconds the interval at which Java EE server operations are verified.

1 to 86400

Cannot be omitted

10

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.running-watch-interval-in-seconds=20

20

hitachi-manage-info.start-timeout-in-seconds

Specifies in seconds the time during which to monitor whether the Java EE server is started. If 0 is specified, the monitoring will not be performed.

0 to 3600

Cannot be omitted

60

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.start-timeout-in-seconds=180

21

hitachi-manage-info.starting-watch-interval-in-seconds

Specifies in seconds the interval for monitoring whether the Java EE server is started.

1 to 86400

Cannot be omitted

1

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.starting-watch-interval-in-seconds=3

22

hitachi-manage-info.starting-watch-start-time-in-seconds

Specifies, in seconds, the time from when a command is executed to start the Java EE server until when verification of operations is started.

0 to 86400

Cannot be omitted

0

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.starting-watch-start-time-in-seconds=60

23

hitachi-manage-info.stop-timeout-in-seconds

Specifies in seconds the time during which to monitor whether the Java EE server is stopped. If 0 is specified, the monitoring will not be performed.

0 to 1800

Cannot be omitted

60

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.stop-timeout-in-seconds=180

24

hitachi-manage-info.stopping-watch-interval-in-seconds

Specifies in seconds the interval for monitoring whether the Java EE server is stopped.

1 to 86400

Cannot be omitted

1

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.stopping-watch-interval-in-seconds=3

25

hitachi-manage-info.template-path

Specifies the absolute path of the server template for the Java EE server.

An existing directory path

Cannot be omitted

domain-root-directory/domain-name/server_templates/server-type

asadmin set configs.config.JavaEE01-config.hitachi-manage-info.template-path=C:\temp\javaee

26

hitachi-monitoring.hitachi-statistics-files.base-time

Specifies the base time to switch operation information files. To specify the base time, specify how many minutes have elapsed since 00:00:00.

To set the base time to h:m, specify the minutes calculated by the following formula: h x 60 + m.

An integer from 0 to 1439 (from 0 to 23 hours and 59 minutes)

0

0

asadmin set configs.config.JavaEE01-config.hitachi-monitoring.hitachi-statistics-files.base-time=360

27

hitachi-monitoring.hitachi-statistics-files.hitachi-output-enabled.jvm-memory-extensions

Specifies whether to accumulate in files the Java VM memory extension operation information collected by the operation information collection function of Java EE Server.

true|false

true

true

asadmin set configs.config.JavaEE01-config.hitachi-monitoring.hitachi-statistics-files.hitachi-output-enabled.jvm-memory-extensions=true

28

hitachi-monitoring.hitachi-statistics-files.interval

Specifies in seconds the accumulation interval for operation information files.

An integer from 1 to 86400 (from one second to one day)

60

60

asadmin set configs.config.JavaEE01-config.hitachi-monitoring.hitachi-statistics-files.interval=300

29

hitachi-monitoring.hitachi-statistics-files.output-dir

Specify the absolute path of the output destination directory if you want to change the output destination of operation information files.

If the same output destination directory is specified for more than one server instance, the multiple server instances might output operation information to the same file. Therefore, specify different output directories for different server instance.

Single-byte alphanumeric characters, hyphens (-), underscores (_), colons (:), backslash (\), and forward slashes (/)

<empty string>

<empty string>

asadmin set configs.config.JavaEE01-config.hitachi-monitoring.hitachi-statistics-files.output-dir=D:/monitoring_dir

30

hitachi-monitoring.hitachi-statistics-files.num

Specifies the number of operation information files.

An integer from 2 to 168

8

8

asadmin set configs.config.JavaEE01-config.hitachi-monitoring.hitachi-statistics-files.num=14

31

hitachi-monitoring.hitachi-statistics-files.period

Specifies in hours the time for switching operation information files.

An integer from 1 to 744 (from 1 hour to 31 days)

24(1 day)

24(1 day)

asadmin set configs.config.JavaEE01-config.hitachi-monitoring.hitachi-statistics-files.period=1

32

http-service.virtual-server.id.property.errorReportValve.value

Specifies a fully qualified class name of a custom valve that produces default error pages for applications on this virtual server.

Specify org.apache.catalina.valves.ErrorReportValve to enable the default error page mechanism for this virtual server. Specify an empty string to disable the default error page mechanism for this virtual server.

  • org.apache.catalina.valves.ErrorReportValve

  • <empty string>

org.apache.catalina.valves.ErrorReportValve

<empty string>

  • To enable the default error page mechanism for the virtual server:

    asadmin set configs.config.JavaEE01-config.http-service.virtual-server.server.property.errorReportValve.value=org.apache.catalina.valves.ErrorReportValve

  • To disable the default error page mechanism for the virtual server:

    asadmin set configs.config.JavaEE01-config.http-service.virtual-server.server.property.errorReportValve.value=""

33

iiop-service.iiop-listener.id.port

This property indicates the IIOP port numbers.

Port number for the listener. Legal values are 1 - 65535.

1 to 65535

1072

3700 <for {name="server-config", id="orb-listener-1"}>

${IIOP_LISTENER_PORT}<for server instace>

asadmin set configs.config.JavaEE01-config.iiop-service.iiop-listener.orb-listener-1.port=9999

34

jms-service.jms-host.JMS host name.port

The network port for JMS Provider.

1 to 65535

No Default Value

${JMS_PROVIDER_PORT}

asadmin set configs.config.server-config.jms-service.jms-host.default_JMS_host.port=7677

35

jms-service.reconnect-interval-in-seconds

You can change the default values for this timeout.

The number of seconds between reconnect attempts. This interval applies for attempts on each JMS host in the AddressList and for successive addresses in the list. If it is too short, this time interval does not give a JMS host time to recover. If it is too long, the reconnect might represent an unacceptable delay.

1 to 2147483647

5

No Value Specified

asadmin set configs.config.JavaEE01-config.jms-service.reconnect-interval-in-seconds=5

36

mdb-container.max-pool-size

Specifies the maximum number of connections that can be created to satisfy client requests.

0 to 2147483647

32

No Value Specified

asadmin set configs.config.JavaEE01-config.mdb-container.max-pool-size=20

37

monitoring-service.module-monitoring-levels.http-service

Enables and Disables monitoring for the HTTP service by setting the monitoring level.

Enables monitoring for the HTTP service by setting the monitoring level to HIGH/LOW. Disables monitoring for the HTTP service by setting the monitoring level to OFF.

  • OFF: No monitoring, no impact on performance.

  • LOW: Simple statistics, such as create count, byte count, and so on.

  • HIGH: Simple statistics plus method statistics, such as method count, duration, and so on.

OFF|LOW|HIGH

OFF

HIGH

asadmin set configs.config.JavaEE1-config.monitoring-service.module-monitoring-levels.http-service=HIGH

38

monitoring-service.module-monitoring-levels.jdbc-connection-pool

Enables and Disables monitoring for the JDBC connection pool by setting the monitoring level.

Enables monitoring for the JDBC connection pool by setting the monitoring level to HIGH/LOW. Disables monitoring for the JDBC connection pool by setting the monitoring level to OFF.

  • OFF: No monitoring, no impact on performance.

  • LOW: Simple statistics, such as create count, byte count, and so on.

  • HIGH: Simple statistics plus method statistics, such as method count, duration, and so on.

OFF|LOW|HIGH

OFF

HIGH

asadmin set configs.config.JavaEE1-config.monitoring-service.module-monitoring-levels.jdbc-connection-pool=HIGH

39

monitoring-service.module-monitoring-levels.web-container

Enables and Disables monitoring for the web container by setting the monitoring level.

Enables monitoring for the web container by setting the monitoring level to HIGH/LOW. Disables monitoring for the web container by setting the monitoring level to OFF.

  • OFF: No monitoring, no impact on performance.

  • LOW: Simple statistics, such as create count, byte count, and so on.

  • HIGH: Simple statistics plus method statistics, such as method count, duration, and so on.

OFF|LOW|HIGH

OFF

HIGH

asadmin set configs.config.JavaEE1-config.monitoring-service.module-monitoring-levels.web-container=HIGH

40

network-config.network-listeners.network-listener.name.enabled

Determines whether the listener is active.

true|false

true

No Value Specified

asadmin set configs.config.server-config.network-config.network-listeners.network-listener.http-listener-1.enabled=false

41

network-config.network-listeners.network-listener.name.port

The network port for network listener.

1 to 65535

No Default Value

8080<for http-listener-1 of DAS>

8181<for http-listener-2 of DAS>

${HTTP_LISTENER_PORT}<for http-listener-1 of server instance>

${HTTP_SSL_LISTENER_PORT}<for http-listener-2 of server instance>

asadmin set configs.config.server-config.network-config.network-listeners.network-listener.http-listener-1.port=8080

42

network-config.protocols.protocol.admin-listener.http.request-timeout-seconds

Specifies time in seconds after which the request times out.

Request timeout occurs when request processing time (from the start of the request processing to completion) exceeds this parameter.

If 0 is specified, a timeout does not occur.

We do not recommend specifying 0 (timeout disabled) for the timeout value. If you specify 0 and the processing time for an admin-listener request becomes long, the command processing might occupy the threads for processing the asadmin subcommand and user requests.

0 to 2147483647

900

900

asadmin set configs.config.server-config.network-config.protocols.protocol.admin-listener.http.request-timeout-seconds=600

43

network-config.protocols.protocol.http-listener-1.http.max-connections

Specifies the maximum number of HTTP requests that can be pipelined until the connection is closed by the server.

Set this property to 1 to disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining.

1 to 2147483647

256

No Value Specified

asadmin set configs.config.server-config.network-config.protocols.protocol.http-listener-1.http.max-connections=120

44

network-config.protocols.protocol.http-listener-1.http.request-timeout-seconds

Specifies time in seconds after which the request times out.

Request timeout occurs when request processing time (from the start of the request processing to completion) exceeds this parameter.

If 0 is specified, a timeout does not occur.

0 to 2147483647

900

190

asadmin set configs.config.JavaEE01-config.network-config.protocols.protocol.http-listener-1.http.request-timeout-seconds=600

45

network-config.protocols.protocol.http-listener-1.http.timeout-seconds

Specifies max time a connection can be deemed as idle and kept in the keep-alive state.

A value of less than 0 means keep alive connections are kept open indefinitely.

-1 to 2147483647

30

-1

asadmin set configs.config.JavaEE01-config.network-config.protocols.protocol.http-listener-1.http.timeout-seconds=20

46

network-config.protocols.protocol.sec-admin-listener.http.request-timeout-seconds

Specifies time in seconds after which the request times out.

Request timeout occurs when request processing time (from the start of the request processing to completion) exceeds this parameter.

If 0 is specified, a timeout does not occur.

We do not recommend specifying 0 (timeout disabled) for the timeout value. If you specify 0 and the processing time for an admin-listener request becomes long, the command processing might occupy the threads for processing the asadmin subcommand and user requests.

0 to 2147483647

900

900

asadmin set configs.config.instance1-config.network-config.protocols.protocol.sec-admin-listener.http.request-timeout-seconds=600

47

property.ex_property

Specifies the name and the value of an extended property to be added to the Java EE server. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the Java EE server.

Type: String

Property deletion

No Value Specified

asadmin set configs.config.JavaEE01-config.property.ex_timeout=600

48

property.balancer-member-root-id

Specifies the cookie ID to be used to perform redirection from the web server to this server via the cluster.

Type: String

Property deletion

No Value Specified

asadmin set configs.config.JavaEE01-config.property.balancer-member-root-id=route01

49

property.env_environment_variables_name

Specifies the environment variable to be set when the Java EE server starts. If you want to specify more than one environment variable, you must specify this standard property more than once.

The specified environment variable name changes to uppercase letters if the environment variable is applied to servers that exist in Windows hosts. Therefore, do not specify multiple environment variables that only differ in capitalization.

If the specified environment variable value includes ${apserver.home}, it will be replaced by Application Server installation directory.

The environment variable value will not be inherited even if this property value contains a setting such as %PATH%;C:\temp or ${PATH}:/temp, which indicates that the environment variable value should be inherited. If you wish to specify such a value, make sure that you specify it in one of the following:

  • System environment variable of the operating system on the node

  • asenv definition on the node

Do not specify double quotation marks (") or single quotation marks (') in the environment variable name or this property value.

Type: String

Property deletion

No Value Specified

asadmin set configs.config.JavaEE01-config.property.env_TZ=JST-9

50

security-service.activate-default-principal-to-role-mapping

Applies a default principal for role mapping to any application that does not have an application-specific mapping defined. Every role is mapped to an instance of a java.security.Principal implementation class defined by mapped-principal-class. This class has the same name as the role.

true|false

false

No Value Specified

asadmin set configs.config.JavaEE01-config.security-service.activate-default-principal-to-role-mapping=true

51

security-service.default-principal

Used as the identity of the default security context when necessary and when no principal is provided. This attribute need not be set for normal server operation.

Type: String

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.security-service.default-principal=dsmith

52

security-service.default-principal-password

The password of the default principal. This attribute need not be set for normal server operation.

Type: String

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.security-service.default-principal-password=secret

53

security-service.mapped-principal-class

Customizes the java.security.Principal implementation class used when activate-default-principal-to-role-mapping is set to true.

Type: String

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.security-service.mapped-principal-class=CustomPrincipalImplClass

54

thread-pools.thread-pool.name.idle-thread-timeout-seconds

Specifies the amount of time in seconds after which idle threads are removed from the pool.

1 to 2147483647

900

No Value Specified

asadmin set configs.config.instance1-config.thread-pools.thread-pool.thread-pool-1.idle-thread-timeout-seconds=1000

55

thread-pools.thread-pool.name.max-queue-size

The maxim number of tasks, which could be queued on the thread pool. -1 disables any maximum checks.

  • -1

  • 1 to 2147483647

4096

80 <for http-thread-pool>

asadmin set configs.config.JavaEE01-config.thread-pools.thread-pool.thread-pool-1.max-queue-size=1000

56

thread-pools.thread-pool.name.max-thread-pool-size

Specifies the maximum number of threads the pool can contain. To optimize this thread pool for use with an iiop-listener, set this value to 200.

1 to 2147483647

5

200 <for thread-pool-1>

24 <for http-thread-pool>

asadmin set configs.config.JavaEE01-config.thread-pools.thread-pool.http-thread-pool.max-thread-pool-size=8

57

thread-pools.thread-pool.name.min-thread-pool-size

Minimum number of threads in the thread pool servicing requests in this queue. These are created up front when this thread pool is instantiated

1 to 2147483647

2

24 <for http-thread-pool>

asadmin set configs.config.JavaEE01-config.thread-pools.thread-pool.thread-pool-1.min-thread-pool-size=20

58

transaction-service.automatic-recovery

Pending transactions are completed upon server startup if automatic-recovery is set to true.

true|false

false

true

asadmin set configs.config.JavaEE01-config.transaction-service.automatic-recovery=false

59

transaction-service.heuristic-decision

If the outcome of a distributed transaction cannot be determined because other participants are unreachable, this property determines the outcome.

commit|rollback

rollback

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.heuristic-decision=rollback

60

transaction-service.keypoint-interval

Specifies the number of transactions between keypoint operations in the log. Keypoint operations reduce the size of the transaction log file by compressing it.

A larger value for this attribute results in a larger transaction log file, but fewer keypoint operations and potentially better performance. A smaller value results in smaller log files, but slightly reduced performance due to the greater frequency of keypoint operations.

0 to 2147483647

65536

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.keypoint-interval=2048

61

transaction-service.property.db-logging-resource

Used to configuring the transaction service. The db-logging-resource property does not have a default value. It is unset by default.

Type: String

No Default Value

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.property.db-logging-resource="jdbc/TxnDS"

62

transaction-service.property.oracle-xa-recovery-workaround

The XAResource.commit method also has some issues. To disable Java EE Server workaround, set the oracle-xa-recovery-workaround property value to false.

true|false

true

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.property.oracle-xa-recovery-workaround=true

63

transaction-service.property.pending-txn-cleanup-interval

Used to configuring the transaction service. The pending-txn-cleanup-interval default of -1 means the periodic recovery thread doesn't run. The units are seconds.

Periodic automatic recovery is performed by a background thread if the pending-txn-cleanup-interval property is set to a positive value.

  • -1

  • 1 to 2147483647

No Default Value <60, if this property is present but value is empty>

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.property.pending-txn-cleanup-interval=-1

64

transaction-service.property.use-last-agent-optimization

Used to configuring the transaction service. The use-last-agent-optimization property is set to true by default.

If true, enables last agent optimization, which improves the throughput of transactions. If one non-XA resource is used with XA resources in the same transaction, the non XA resource is the last agent.

true|false

true

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.property.use-last-agent-optimization=true

65

transaction-service.property.wait-time-before-recovery-insec

Used to configuring the transaction service.

1 to 2147483647

60

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.property.wait-time-before-recovery-insec=60

66

transaction-service.property.xaresource-txn-timeout

Used to configuring the transaction service. The xaresource-txn-timeout default of 0 means there is no timeout. The units are seconds.

Changes the XAResource timeout. In some cases, the XAResource default timeout can cause transactions to be aborted, so it is desirable to change it.

0 to 2147483647

120 <depends on XAResource>

180

asadmin set configs.config.JavaEE01-config.transaction-service.property.xaresource-txn-timeout=0

67

transaction-service.retry-timeout-in-seconds

Determines the retry time in the following scenarios:

  • At the transaction recovery time, if resources are unreachable.

  • If there are any transient exceptions in the second phase of a two phase commit protocol.

-1 specifies infinite retries. A value of 0 (zero) specifies no retries.

A positive value indicates the time after which a retry is attempted.

-1 to 2147483647

600

No Value Specified

asadmin set configs.config.JavaEE01-config.transaction-service.retry-timeout-in-seconds=600

68

transaction-service.timeout-in-seconds

Specifies the amount of time after which the transaction is aborted. If set to 0, the transaction never times out.

0 to 2147483647

0

180

asadmin set configs.config.JavaEE01-config.transaction-service.timeout-in-seconds=0

69

web-container.session-config.session-manager.manager-properties.max-sessions

Specifies the maximum number of sessions that can be in cache, or -1 for no limit.

After this, an attempt to create a new session causes an IllegalStateException to be thrown.

  • -1

  • 1 to 2147483647

-1

No Value Specified

asadmin set configs.config.instance1-config.web-container.session-config.session-manager.manager-properties.max-sessions=10

70

web-container.session-config.session-properties.timeout-in-seconds

Specifies the value in seconds after which session should be timed out.

0 to 2147483647

1800

7200

asadmin set configs.config.JavaEE01-config.web-container.session-config.session-properties.timeout-in-seconds=5000

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.

Administration relation

Administration relation

No.

Parameter name

Description

Range Value

Default Value#

Initial Value

Example

1

clusters.cluster.cluster_name.config-ref

References the name of the "config" used by the server instance.

If cluster is created with name "mycluster" then name of the config-ref is mycluster-config.

Type: String

No Default Value

No Value Specified

asadmin set clusters.cluster.mycluster.config-ref=mycluster-config

2

clusters.cluster.cluster_name.gms-bind-interface-address

The Internet Protocol (IP) address of the network interface to which GMS binds.

If cluster is created with name "mycluster" then name of the config-ref is mycluster-config.

Type: String

No Default Value

No Value Specified

asadmin set clusters.cluster.mycluster.gms-bind-interface-address=%GMS-BIND-INTERFACE-ADDRESS-mycluster%

3

hitachi-domain.hitachi-snapshot.max-num

Specifies the number of files that can be generated in the output destination directory of the system information archive file. To specify the same directory as the archive file output destination for the domain or multiple nodes, specify the same numeric value to this parameter.

If the number of the files exceeds the specified value, files are deleted starting from the oldest.

The value specified to this parameter is applied to the entire domain. To apply the specified value after you have specified it, restart all web servers, Java EE servers, and performance tracers in the domain.

5 to 2147483647

10

10

asadmin set hitachi-domain.hitachi-snapshot.max-num=20

4

hitachi-domain.hitachi-snapshot.output-dir

Specifies the absolute path to the output destination directory of the system information archive file. For the output destination directory, only a directory already created on the local drive can be specified.

The value specified to this parameter is applied to the entire domain. To apply the specified value after you have specified it, restart all web servers, Java EE servers, and performance tracers in the domain.

Single-byte alphanumeric characters, hyphens (-), underscores (_), colons (:), backslash (\), and forward slashes (/)

Application Server installation directory/javaee/snapshot

Application Server installation directory/javaee/snapshot

asadmin set hitachi-domain.hitachi-snapshot.output-dir=/logs/snapshot

5

hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.enabled

Specifies whether to execute this event hook command.

true|false

Cannot be omitted

true

asadmin set hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.Event1.enabled=false

6

hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.monitoring-max-count

Specifies the maximum number of event hook command executions permitted for the same type of events within the time specified by hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.monitoring-time-span-in-seconds.

If 0 is specified, execution of the event hook command is always permitted.

If 1 or higher is specified, and if the number of events that occurred exceeds the specified number within the time specified by hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.monitoring-time-span-in-seconds, the event hook command is not executed for the excessive events.

0 to 256

Cannot be omitted

0

asadmin set hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.Event1.monitoring-max-count=5

7

hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.monitoring-time-span-in-seconds

Specifies the time interval (in seconds) for setting the maximum number of permitted executions#.

If 0 is specified, the monitoring will not be performed.

If 1 or higher is specified, monitoring is performed during the specified time.

#:

To specify the maximum number of permitted executions, use hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.monitoring-max-count.

0 to 2147483647

Cannot be omitted

0

asadmin set hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.Event1.monitoring-time-span-in-seconds=60

8

hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.event-name.path

Specifies the absolute path to the event hook command. For separating files, use a slash (/).

If you used a batch file to create the event hook command, add %{ComSpec} /C before the command name. When you execute the command, %{ComSpec} is replaced with the absolute path to cmd.exe. If %{ComSpec} /C is not specified, the command might not function properly. If the command path contains single-byte spaces, always enclose the absolute path to the command in double quotation marks ("").

Specification example

"%{ComSpec} /c \"d:/my bat/javaeeabnormalend.bat\""

Type: String

Cannot be omitted

Application Server installation directory/glassfish/config/manager/snapshot_event-hook.bat

To run this script properly, you need to specify the following variables in the script file:

  • ADMIN_HOST

  • UID

  • PWDFILE

asadmin set hitachi-manage-configs.hitachi-hook-policy.hitachi-event-hooks.hitachi-event-hook.Event1.path=C:\temp\event-hook.bat

9

hitachi-relation-types.hitachi-relation-type.prf-relation.property.ex_property

Specifies the name and the value of an extended property to be added to the PRF relation. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the server that is the source of the inter-server relation.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-relation-types.hitachi-relation-type.prf-relation.property.ex_timeout=600

10

hitachi-relation-types.hitachi-relation-type.redirect.property.ex_property

Specifies the name and the value of an extended property to be added to a redirection relation. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the web server that is the source of the inter-server relation.

Type: String

Property deletion

No Value Specified

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.ex_timeout=600

11

hitachi-relation-types.hitachi-relation-type.redirect.property.negative

Specifies, in the redirector behavior definition, whether to exclude requests to the mapping definition.

This property corresponds to the ! option of the ProxyPass directive of Web Server.

true|false

Property deletion

false

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.negative=true

12

hitachi-relation-types.hitachi-relation-type.redirect.property.network-listener

Specifies the name of the network listener that is to be the redirection destination.

This property corresponds to the URL of the ProxyPass directive of Web Server. The host name and the port number identified from the specified network listener name will be set to the URL.

A character string representing the network listener name

Property deletion

http-listener-1

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.network-listener=http-listener-1

13

hitachi-relation-types.hitachi-relation-type.redirect.property.path

Specifies, in the redirector behavior definition, the name of the local virtual path of the mapping definition.

This property corresponds to the pathname specification of the ProxyPass directive of Web Server.

Format of path (the name of the local virtual path) defined in ProxyPass of the httpsd.conf file

Property deletion

/

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.path=/news/

14

hitachi-relation-types.hitachi-relation-type.redirect.property.proxy-pass-option

Specifies, in the redirector behavior definition, the adjustment parameter for the connection pooling in the mapping definition.

This property corresponds to the "key=value" specification of the ProxyPass directive of Web Server.

Format of the adjustment parameter for the connection pooling defined in ProxyPass of the httpsd.conf file ([key=valuekey=value ...])

Property deletion

<empty string>

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.proxy-pass-option=timeout=300

15

hitachi-relation-types.hitachi-relation-type.redirect.property.set-proxy-pass-reverse-cookie

Specifies, in the redirector behavior definition, whether to re-assign the Set-Cookie header.

This property corresponds to the HWSProxyPassReverseCookie directive of Web Server.

true|false

Property deletion

true

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.set-proxy-pass-reverse-cookie=true

16

hitachi-relation-types.hitachi-relation-type.redirect.property.stickysession

Specifies, in the redirector behavior definition, whether to enable Sticky.

This property corresponds to the stickysession key of the ProxyPass directive of Web Server.

If this property is true, the required Header directive is added.

true|false

Property deletion

true

asadmin set hitachi-relation-types.hitachi-relation-type.redirect.property.stickysession=true

17

nodes.node.node_name.hitachi-node.hitachi-node-snapshot.max-num

Specifies the number of files that can be generated in the output destination directory of the system information archive file for each node. You can change the setting for outputting the system information of the domain administration server by specifying the parameter of the default node (localhost-domain-name).

To specify the same directory as the archive file output destination for the domain or multiple nodes, specify the same numeric value to this parameter.

If the number of the files exceeds the specified value, files are deleted from the oldest.

If the specified value is a null character, the value specified to the hitachi-domain.hitachi-snapshot.max-num parameter is applied.

If you specify a value other than the null character, that value has priority over the value of the hitachi-domain.hitachi-snapshot.max-num parameter.

This parameter is applied only to the node to which you specified the value.

5 to 2147483647

Value specified for the hitachi-domain.hitachi-snapshot.max-num parameter

<empty string>

asadmin set nodes.node.node1.hitachi-node.hitachi-node-snapshot.max-num=20

18

nodes.node.node_name.hitachi-node.hitachi-node-snapshot.output-dir

Specifies the absolute path to the output destination directory of the system information archive file for each node. You can change the setting for outputting the system information of the domain administration server by specifying the parameter of the default node (localhost-domain-name).

For the output destination directory, only a directory already created on the local drive can be specified.

If the specified value is a null character, the value specified to the hitachi-domain.hitachi-snapshot.output-dir parameter is applied.

If you specify a value other than the null character, that value has priority over the value of the hitachi-domain.hitachi-snapshot.output-dir parameter.

This parameter is applied only to the node to which you specified the value.

Single-byte alphanumeric characters, hyphens (-), underscores (_), colons (:), backslash (\), and forward slashes (/)

Value specified for the hitachi-domain.hitachi-snapshot.output-dir parameter

<empty string>

asadmin set nodes.node.node1.hitachi-node.hitachi-node-snapshot.output-dir=/logs/node1/snapshot

19

nodes.node.node_name.hitachi-node.property.ex_property

Specifies the name and the value of an extended property to be added to the node. The property name must start with ex_.

The added extended property can be used as a replacement character string to be written in server template files for the server that exists in the node.

Type: String

Property deletion

No Value Specified

asadmin set nodes.node.node1.hitachi-node.property.ex_timeout=600

20

nodes.node.node_name.node-host

Specifies the name of the host indicated by the node.

Type: String

No Default Value

localhost

asadmin set nodes.nodenode1.node-host=HostA

Legend:

#: If "Property deletion" is shown in the "Default Value" column, specifying an empty string for the parameter deletes the property itself.