Bug 801849

Summary: [eap6] allow to setup JVM attributes for server groups
Product: [Other] RHQ Project Reporter: Libor Zoubek <lzoubek>
Component: AgentAssignee: Heiko W. Rupp <hrupp>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: high    
Version: 4.3CC: hrupp, theute
Target Milestone: ---   
Target Release: RHQ 4.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-08-31 10:12:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 707223    

Description Libor Zoubek 2012-03-09 16:26:20 UTC
Description of problem:EAP6 ER1 allows to define 1 or more JVMs within a serer group. Each JVM has several properties

/server-group=main-server-group/jvm=default:read-resource
{
    "outcome" => "success",
    "result" => {
        "agent-lib" => undefined,
        "agent-path" => undefined,
        "env-classpath-ignored" => undefined,
        "environment-variables" => undefined,
        "heap-size" => "1303m",
        "java-agent" => undefined,
        "java-home" => undefined,
        "jvm-options" => undefined,
        "max-heap-size" => "1303m",
        "max-permgen-size" => "256m",
        "permgen-size" => undefined,
        "stack-size" => undefined,
        "type" => undefined
    }
}


Steps to Reproduce:
1.inventory EAP6 in domain mode
2.navigate to 'main-server-group' confguration
3.setup JVM parameters
  
Actual results: Currently we support putting "something" into 1 text field. There is no way to setup more than 1 JVM for server group and there is no way (or is not documented) how to setup for example heap-size for that JVM


Expected results: I am not sure the purpose of having more than 1 JVMs in one server group, but user should be at least able to edit JVM properties.


Additional info:

Comment 1 Mike Foley 2012-03-12 15:33:19 UTC
per 3/12/2012 bz triage (loleary, crouch, foley)

Comment 2 Heiko W. Rupp 2012-04-13 12:02:10 UTC
master 33ffb66

Comment 3 Heiko W. Rupp 2013-08-31 10:12:35 UTC
Bulk close of old bugs in VERIFIED state.