JAMS Reference Manual
Contents Index JAMS Home Support

JAMS Reference Manual


Previous Contents Index


CREATE RESOURCE

Create or replace a JAMS Resource.

Format

CREATE RESOURCE resource-name


Parameters

resource-name

A valid JAMS Resource name.

Description

The CREATE RESOURCE command is used to create or replace a JAMS Resource Definition.

restrictions

You must have execution access to JAMS Configuration settings.
related commands

Qualifiers

/ACL=access-control-list

This qualifier is used to specify an access control list for the Resource.

/AVAILABLE=quantity-available

This qualifier is used to specify the quantity of this resource that is available.

/BY_NODE

/NOBY_NODE (default)

This qualifier can be used to specify that this resource is measured separately for each node. If /BY_NODE is specified, the quantity specified with the /AVAILABLE qualifier is available on each node being managed by JAMS. To specify a different available quantity for a node, use the SET RESOURCE command.

/DESCRIPTION=description

This qualifier can be used to specify a description of the new Resource.

/REPLACE

/NOREPLACE

This qualifier is used to specify whether you want to create or replace the Definition. If you omit this qualifier, the Definition will be created if it does not exist and replaced if it does exist. If you specify /REPLACE, an error will be returned if the Definition does not exist and no changes will be made. If you specify /NOREPLACE, an error will be returned if the Definition exists and no changes will be made.


Previous Next Contents Index
JAMS Copyright © 2000, MVP Systems, Inc. All rights reserved.