Resource Type: websphere_cluster_member_service

Defined in:
lib/puppet/type/websphere_cluster_member_service.rb
Providers:
wsadmin

Overview

Manages the a WebSphere cluster member’s service.

Properties

  • ensure

    Valid values: ‘running` or `stopped`

    Defaults to ‘running`. Specifies whether the service should be running or not.

    Supported values:
    • stopped
    • running
    • false (alias for: stopped)
    • true (alias for: running)

Parameters

  • cell

    The name of the cell the cluster member belongs to

  • cluster

    Required. The cluster that the cluster member belongs to.

  • dmgr_host

    The DMGR host to add this cluster member service to.

    This is required if you’re exporting the cluster member for a DMGR to collect. Otherwise, it’s optional.

  • dmgr_profile

    The name of the DMGR profile to manage. E.g. PROFILE_DMGR_01

  • name (namevar)

    The name of the cluster member that this service belongs to. Defaults to the resource title.

  • node

    Required. The name of the node that this cluster member is on. Refer to the ‘websphere_node` type for managing the creation of nodes.

  • profile_base

    The absolute path to the profile base directory. E.g. /opt/IBM/WebSphere/AppServer/profiles

  • provider

    The specific backend to use for this ‘websphere_cluster_member_service` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • user (defaults to: root)

    Specifies the user to execute wsadmin as

  • wsadmin_pass

    Specifies the password for using ‘wsadmin’

  • wsadmin_user

    Specifies the username for using ‘wsadmin’