Admin Production rocket
Current Publication

Defining CAS Resources with LDIF

Enterprise Developer for Eclipse (including UNIX Components) V7.0
Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.

Defining CAS Resources with LDIF

Command Description

dn: CN=OPERCMDS,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies resource class OPERCMDS

changetype: add

Action set to add, will create the resource class

objectClass: top

This is a top-level object

objectClass: container

This is a container (it will contain resource entities)

description: Class for operator commands used by casstart/casstop/casout/casfile/cassub commands

Description. May be any text

You must leave a blank line between actions

dn: CN=casstart,CN=OPERCMDS,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the entity we want to delete

changetype: delete

Action set to delete, we remove any existing definition

You must leave a blank line between actions

dn: CN=casstart,CN=OPERCMDS,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the entity we want to create

changetype: add

Action set to add in order to create the entity

objectClass: microfocus-MFDS-Resource

We are creating a resource entity

microfocus-MFDS-CustomText

Optional. Can be any text. Not used by Enterprise Server

microfocus-MFDS-Resource-Class: OPERCMDS

Name of the resource class that the entity belongs to

microfocus-MFDS-Resource-ACE: allow:SYSADM group:alter

Access Control Entry definition, we allow any one from SYSADM group to start the ES region

microfocus-MFDS-Resource-ACE: deny:*:execute

We deny all the others

microfocus-MFDS-UID: no

UID (Unique Identifier). This can be any string; it does not have to be unique. It is not used by Enterprise Server

description: casstart command to start an ES region

Description

You must leave a blank line between actions

dn: CN=casstop,CN=OPERCMDS,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the entity we want to delete

changetype: delete

Action set to delete, we remove any existing definition

You must leave a blank line between actions

dn: CN=casstop,CN=OPERCMDS,CN=Enterprise Server Resources,CN=Micro Focus,CN=Program Data,DC=local

Identifies the entity we want to create

changetype: add

Action set to add in order to create the entity

objectClass: microfocus-MFDS-Resource

We are creating a resource

microfocus-MFDS-Resource-Class: OPERCMDS

Name of the resource class that the entity belongs to

microfocus-MFDS-Resource-ACE: allow:SYSADM group:alter

Access Control Entry definition, we allow any one from SYSADM group to stop the ES region

microfocus-MFDS-Resource-ACE: deny:*:execute

We deny all the others

microfocus-MFDS-UID: no

UID (Unique Identifier). This can be any string; it does not have to be unique. It is not used by Enterprise Server

description: casstop command to stop an ES region

Description