Resource Type: websphere_jvm_log
- Defined in:
- lib/puppet/type/websphere_jvm_log.rb
- Providers:
-
wsadmin
Overview
This manages a WebSphere JVM Logging Properties
Properties
-
err_filename
The file System.err filename. Can include WebSphere variables
-
err_maxnum
Maximum number of historical log files. 1-200
-
err_rollover_period
Time period (log repeat time) for time-based log rotation. 1-24
-
err_rollover_size
Filesize in MB for log rotation
-
err_rollover_type
Type of log rotation to enable. SIZE TIME or BOTH
-
err_start_hour
Start time for time-based log rotation. 1-24
-
out_filename
The file System.out filename. Can include WebSphere variables
-
out_maxnum
Maximum number of historical log files. 1-200
-
out_rollover_period
Time period (log repeat time) for time-based log rotation. 1-24
-
out_rollover_size
Filesize in MB for log rotation
-
out_rollover_type
Type of log rotation to enable. SIZE TIME or BOTH
-
out_start_hour
Start time for time-based log rotation. 1-24
Parameters
- cell
-
dmgr_profile
The profile to run ‘wsadmin’ under. This can be an appserver profile or a DMGR profile as long as it can run ‘wsadmin’.
Examples: dmgrProfile01, PROFILE_APP_001
-
name (namevar)
The name of the resource
- node
-
profile
The profile to run ‘wsadmin’ under. This can be an appserver profile or a DMGR profile as long as it can run ‘wsadmin’.
Examples: dmgrProfile01, PROFILE_APP_001
-
profile_base
The base directory that profiles are stored. Example: /opt/IBM/WebSphere/AppServer/profiles
-
provider
The specific backend to use for this ‘websphere_jvm_log` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
scope
The scope for the variable. Valid values: node or server
-
server
The server in the scope for this variable
-
user
(defaults to: root)
The user to run ‘wsadmin’ with
-
wsadmin_pass
The password for wsadmin authentication
-
wsadmin_user
The username for wsadmin authentication