The T_DEVICE
class represents configuration and run-time attributes of raw disk slices or UNIX System files being used to store BEA TUXEDO system device lists. This class allows for the creation and deletion of device list entries within a raw disk slice or UNIX System file.
1All attributes in Class 2 3T_DEVICE
are local attributes.
TA_DEVINDEX
is required for SET
operations to identify the particular device list entry except when setting the state to NEW
for the purpose of creating a new device list entry. In the latter case, TA_DEVINDEX
must not be set; a value will be assigned by the system and returned after a successful creation.
TA_DEVSIZE
may only be SET
on object creation.
Attribute Semantics
TA_LMID
: LMID
T_MACHINE
entry is defined). It is required as a key field on SET
operations when accessing a booted application. If specified when accessing the T_DEVICE class in an unconfigured application, this attribute is ignored.
TA_CFGDEVICE
: string[2...64]
TA_DEVICE
: string[2...64]
TA_DEVOFFSET
: 0 <= num
TA_DEVICE
begins for use within the BEA TUXEDO system VTOC specified by TA_CFGDEVICE
. Limitation: This attribute must be set to 0 for the first device list entry (TA_DEVICE
) on the BEA TUXEDO filesystem (TA_CFGDEVICE
).
TA_DEVSIZE
: 0 <= num
NEW
.
TA_DEVINDEX
: 0 <= num
TA_DEVICE
within the device list addressed by TA_CFGDEVICE
. This attribute value is used for identification purposes only in getting and setting attribute values relating to particular devices within a BEA TUXEDO filesystem.
TA_STATE
:
GET: {VALid}
GET
operation will retrieve run-time information for the selected T_DEVICE
object(s). The following states indicate the meaning of a TA_STATE
returned in response to a GET
request. States not listed will not be returned.
|
The BEA TUXEDO filesystem indicated by |
SET: {NEW|INValid}
SET
operation will update information for the selected T_DEVICE
object or add the indicated object. The following states indicate the meaning of a TA_STATE
set in a SET
request. States not listed may not be set.
None.