Manual — Tru64 ACMSxp_3.2A
1. Commands
| acms | Runs the ACMSxp client to invoke STDL procedures | |
| acms_create_tpsystem | Creates an ACMSxp TPsystem | |
| acms_delete_tpsystem | Deletes an ACMSxp TPsystem | |
| acms_set_version | ACMSxp version setting script | |
| acms_start_tpsystem | Starts an ACMSxp TPsystem | |
| acmsadmin | Runs the ACMSxp distributed management command interface utility | |
| acmsdbx | Runs a source level debugger in the ACMSxp environment | |
| acmslog | Displays an ACMSxp event log | [ acmslog ] |
| acmsxp_introduction | ACMSxp software builds and runs client/server applications | [ ACMSxp ] |
| assignment | A statement that manipulates workspace contents by assigning a value to one or more workspace fields | [ ASSIGNMENT ] |
| audit | statement in a task that posts information to the event log server | [ AUDIT ] |
| block | groups elements of a task definition | [ Block ] |
| call_presentation | a statement in a task definition that invokes a procedure in a presentation server | [ CALL PRESENTATION ] |
| call_procedure | Calls a processing procedure in a processing group. | [ CALL PROCEDURE ] |
| call_task | Invokes an STDL task for immediate execution | [ CALL TASK ] |
| cancel_task_submit | statement that removes an inactive request from the queue of submitted requests | [ CANCEL TASK SUBMIT ] |
| conditional_statements | control execution flow in a task based on test statement results | [ Conditional statements ] |
| data_type_definition | specifies the format or layout of a record and defines an identifier | [ DATA TYPE DEFINITION ] |
| dequeue_record | statement in a task that reads a record from a local queue and deletes the record | [ DEQUEUE RECORD ] |
| enqueue_record | statement in a task definition that writes a workspace to a local record queue | [ ENQUEUE RECORD ] |
| exception | a run-time system-detected event that changes normal task execution flow | [ Exception ] |
| exception_handler | part of a task definition to which the ACMSxp system transfers control when an exception occurs | [ EXCEPTION HANDLER ] |
| exit_block | statement in a task definition that ends the current block | [ EXIT BLOCK ] |
| exit_task | statement that ends the current task | [ EXIT TASK ] |
| get_message | statement in a task that translates a message number or message identifier into message text | [ GET MESSAGE ] |
| goto | statement in a task that transfers control to another statement | [ GOTO ] |
| gwlog | maintains ACMSxp transaction manager gateway log files | |
| message_group | defines a named set of messages in a task group | [ MESSAGE GROUP ] |
| preprocessor_directives | supply and process replacement macro definitions before compilation | [ Preprocessor Directives ] |
| presentation_group | Specifies a set of interfaces to presentation procedures | [ PRESENTATION GROUP SPECIFICATION ] |
| presentation_procedure | a callable program that accesses a display or other input/output devices | [ PRESENTATION PROCEDURE ] |
| processing_group | specifies a set of interfaces to top-level processing procedures | [ PROCESSING GROUP SPECIFICATION ] |
| processing_procedure | An entry point in a processing server | [ PROCESSING PROCEDURE ] |
| queue_specification | associates a data type identifier with a record queue | [ QUEUE SPECIFICATION ] |
| raise_exception | a statement that raises an exception in a task | [ RAISE EXCEPTION ] |
| read_queue | statement that returns to a workspace one record from a record queue without deleting the item. Contrast with the dequeue operation. | [ READ QUEUE ] |
| reraise_exception | statement that causes an exception being handled by an exception handler to be raised again | [ RERAISE EXCEPTION ] |
| restart_transaction | a statement in a task that raises a transient transaction exception | [ RESTART TRANSACTION ] |
| statement | describes work in a task definition, provides flow control between statements, and groups statements in blocks | [ Statement ] |
| statement_block | groups multiple statements in a task definition into a single unit for which you can define an exception handler | [ BLOCK ] |
| stdl | ACMSxp command that invokes the STDL compiler | |
| stdl_syntax | describes rules and conventions for the ACMSxp Structured Transaction Definition Language | [ STDL Syntax ] |
| submit_task | statement in a task that enqueues a request for the delayed execution of another task | [ SUBMIT TASK ] |
| task_argument | specify the arguments passed into and out of a task | [ TASK ARGUMENT ] |
| task_attribute | defines in a task definition the characteristics of a task | [ Task attribute ] |
| task_definition | specifies execution flow of one or more transactions, sequences access to resources and calls to procedures, and handles exceptions | [ TASK ] |
| task_group | specifies the interface to tasks | [ TASK GROUP SPECIFICATION ] |
| transaction_block | statement demarcating a set of operations that execute in the same transaction | [ BLOCK WITH TRANSACTION ] |
| workspace | a private or shared structured area of memory | [ WORKSPACE ] |
| workspace_field | identifies a subdivision within a workspace or the entire workspace | [ WORKSPACE FIELD ] |
3. Library Functions
| isbegin | begins a transaction | |
| iscommit | commits a transaction | |
| isrollback | rolls back (aborts) a transaction | |
| tisam_DumpState | dumps the state of the T-ISAM component | |
| tisam_ErrorToString | converts an error code to a string | |
| tisam_Initialize | initializes the T-ISAM interface | |
| tisam_SetCaching | enables or disables insert and read caching | |
| tisam_SetVolume | sets the thread-specific volume name | |
| tisam_interface_t | specifies the mode in which T-ISAM is to be used | |
| tisam_intro | introduction to T-ISAM | |
| tisam_issettimeout | sets the default timeout for a file descriptor | |
| tmxa_RegisterRMI | informs TM-XA of an RM instance |
8. Maintenance Procedures
| interpretTrace | converts binary ring buffer files to readable text format | |
| sfs | starts an SFS server | |
| sfsadmin | introduction to the sfsadmin commands | |
| sfsadmin_add_index | adds a secondary index to the specified file | [ sfsadmin add index ] |
| sfsadmin_add_lvol | adds the specified volume to the specified server | [ sfsadmin add lvol ] |
| sfsadmin_copy_file | copies the specified file and all of its indices | [ sfsadmin copy file ] |
| sfsadmin_create_clusteredfile | creates a new clustered file | [ sfsadmin create clusteredfile ] |
| sfsadmin_create_relativefile | creates a new relative file | [ sfsadmin create relativefile ] |
| sfsadmin_create_sequentialfile | creates a new sequential file | [ sfsadmin create sequentialfile ] |
| sfsadmin_deactivate_index | deactivates a secondary index | [ sfsadmin deactivate index ] |
| sfsadmin_delete_index | removes the specified secondary index of the specified file | [ sfsadmin delete index ] |
| sfsadmin_destroy_file | removes the specified file and its indices | [ sfsadmin destroy file ] |
| sfsadmin_empty_file | removes the contents of the specified file, leaving the record format intact | [ sfsadmin empty file ] |
| sfsadmin_expand_file | allocates more disk space for the primary area of the specified file | [ sfsadmin expand file ] |
| sfsadmin_expand_index | allocates more disk space for the specified secondary index | [ sfsadmin expand index ] |
| sfsadmin_export_file | writes an SFS file to a storage device | [ sfsadmin export file ] |
| sfsadmin_help | displays the syntax of the specified sfsadmin command or lists all sfsadmin commands that contain the specified keyword | [ sfsadmin help ] |
| sfsadmin_import_file | reads a file from a storage device and writes it to an SFS file | [ sfsadmin import file ] |
| sfsadmin_list_files | displays the names of all files managed by a specified server | [ sfsadmin list files ] |
| sfsadmin_list_lvols | displays the names of all volumes associated with the server | [ sfsadmin list lvols ] |
| sfsadmin_list_ofds | displays information about open file descriptors (OFDs) managed by the specified server | [ sfsadmin list ofds ] |
| sfsadmin_query_export | displays information about an exported file | [ sfsadmin query export ] |
| sfsadmin_query_file | displays status and storage information about a file | [ sfsadmin query file ] |
| sfsadmin_query_filelock | displays information about the locks held on a file | [ sfsadmin query filelock ] |
| sfsadmin_query_index | displays information about the secondary index of a specified file | [ sfsadmin query index ] |
| sfsadmin_query_lvol | displays information about the specified volume | [ sfsadmin query lvol ] |
| sfsadmin_query_ofd | displays information about the specified open file descriptor (OFD) managed by the specified server | [ sfsadmin query ofd ] |
| sfsadmin_query_server | displays information about the specified server | [ sfsadmin query server ] |
| sfsadmin_query_tranlock | displays information about locks held by a specified transaction | [ sfsadmin query tranlock ] |
| sfsadmin_rebuild_index | rebuilds the specified secondary index | [ sfsadmin rebuild index ] |
| sfsadmin_rename_file | renames the specified file | [ sfsadmin rename file ] |
| sfsadmin_rename_index | renames the specified index | [ sfsadmin rename index ] |
| sfsadmin_reorganize_file | reorganizes the records of an entry-sequenced (sequential) file in order to reclaim space | [ sfsadmin reorganize file ] |
| sfsadmin_set_recordlimit | resets the maximum number of records permitted in the specified file | [ sfsadmin set recordlimit ] |
| sfsadmin_terminate_ofd | closes the specified open file descriptor | [ sfsadmin terminate ofd ] |
| tkadmin | introduction to the tkadmin commands | |
| tkadmin_abort_transaction | aborts a transaction | [ tkadmin abort transaction ] |
| tkadmin_add_mirror | adds a mirror to a logical volume | [ tkadmin add mirror ] |
| tkadmin_backup_lvol | backs up a logical volume | [ tkadmin backup lvol ] |
| tkadmin_clear_exclusiveauthority | clears the server’s exclusive authority | [ tkadmin clear exclusiveauthority ] |
| tkadmin_create_logfile | creates a log file | [ tkadmin create logfile ] |
| tkadmin_create_lvol | creates a logical volume | [ tkadmin create lvol ] |
| tkadmin_create_pvol | creates a physical volume | [ tkadmin create pvol ] |
| tkadmin_delete_disk | removes a disk from the Toolkit server’s administration | [ tkadmin delete disk ] |
| tkadmin_delete_logfile | deletes a log file | [ tkadmin delete logfile ] |
| tkadmin_delete_lvol | deletes a logical volume | [ tkadmin delete lvol ] |
| tkadmin_delete_pvol | deletes a physical volume | [ tkadmin delete pvol ] |
| tkadmin_disable_lvol | makes a logical volume inaccessible for I/O | [ tkadmin disable lvol ] |
| tkadmin_disable_mediaarchiving | disables media archiving for the specified server | [ tkadmin disable mediaarchiving ] |
| tkadmin_dump_component | dumps the state of the specified component | [ tkadmin dump component ] |
| tkadmin_dump_product | dumps the state of all components in the specified product | [ tkadmin dump product ] |
| tkadmin_dump_ringbuffer | dumps the trace ring buffer | [ tkadmin dump ringbuffer ] |
| tkadmin_enable_archfile | notifies a server that an archive file is now available online | [ tkadmin enable archfile ] |
| tkadmin_enable_logfile | enables a log file for use by a server | [ tkadmin enable logfile ] |
| tkadmin_enable_lvol | makes a logical volume accessible for I/O | [ tkadmin enable lvol ] |
| tkadmin_enable_mediaarchiving | enables media archiving for a server | [ tkadmin enable mediaarchiving ] |
| tkadmin_enable_server | enables a server for full operation | [ tkadmin enable server ] |
| tkadmin_expand_lvol | expands a logical volume | [ tkadmin expand lvol ] |
| tkadmin_expand_pvol | expands a physical volume | [ tkadmin expand pvol ] |
| tkadmin_flush_lvol | propagates buffered changes to one or more logical volumes | [ tkadmin flush lvol ] |
| tkadmin_force_checkpoint | causes the server to checkpoint | [ tkadmin force checkpoint ] |
| tkadmin_force_transaction | forces the outcomes of prepared transactions | [ tkadmin force transaction ] |
| tkadmin_help | lists all tkadmin commands or shows the syntax of a specific command | [ tkadmin help ] |
| tkadmin_init_disk | initializes a Volume Service disk | [ tkadmin init disk ] |
| tkadmin_init_logvol | initializes a logical volume for the storage of log data | [ tkadmin init logvol ] |
| tkadmin_list_calls | lists all in-progress RPCs for a server | [ tkadmin list calls ] |
| tkadmin_list_components | lists all components in a server and their trace masks | [ tkadmin list components ] |
| tkadmin_list_disks | lists all initialized disks | [ tkadmin list disks ] |
| tkadmin_list_lvols | lists logical volumes | [ tkadmin list lvols ] |
| tkadmin_list_products | lists all products in the server and their trace masks | [ tkadmin list products ] |
| tkadmin_list_properties | lists all property keys for a specified transaction | [ tkadmin list properties ] |
| tkadmin_list_pvols | lists physical volumes | [ tkadmin list pvols ] |
| tkadmin_list_redirect | lists the trace output destinations for all classes | [ tkadmin list redirect ] |
| tkadmin_list_trace | lists components and their corresponding trace masks | [ tkadmin list trace ] |
| tkadmin_list_transactions | lists unresolved transactions in a server and their current state | [ tkadmin list transactions ] |
| tkadmin_list_versions | lists versions of all components of a server | [ tkadmin list versions ] |
| tkadmin_map_lvol | maps an AIX logical volume to an Encina logical volume | [ tkadmin map lvol ] |
| tkadmin_move_pvol | moves a physical volume to a different set of disks | [ tkadmin move pvol ] |
| tkadmin_query_application | displays the identifier of an application | [ tkadmin query application ] |
| tkadmin_query_authorization | displays whether ACL checking is enabled or disabled for the server | [ tkadmin query authorization ] |
| tkadmin_query_backup | displays information about a backup of a volume | [ tkadmin query backup ] |
| tkadmin_query_bufferpoolsize | displays the size of the server buffer pool | [ tkadmin query bufferpoolsize ] |
| tkadmin_query_checkpointinterval | displays the interval between server checkpoints | [ tkadmin query checkpointinterval ] |
| tkadmin_query_component | displays a component’s trace mask | [ tkadmin query component ] |
| tkadmin_query_disk | returns detailed information about a disk | [ tkadmin query disk ] |
| tkadmin_query_exclusiveauthority | displays the principal that has exclusive access to the server | [ tkadmin query exclusiveauthority ] |
| tkadmin_query_identity | displays the user and group identities of the server | [ tkadmin query identity ] |
| tkadmin_query_keyfile | displays the name of the DCE keytab file used by the server | [ tkadmin query keyfile ] |
| tkadmin_query_logvol | displays information about a logical volume storing log data | [ tkadmin query logvol ] |
| tkadmin_query_lvol | obtains information about a logical volume | [ tkadmin query lvol ] |
| tkadmin_query_mediaarchiving | displays the media archiving setting for a server | [ tkadmin query mediaarchiving ] |
| tkadmin_query_minprotectlevel | displays the minimum protection level at which the server accepts client RPCs as authenticated | [ tkadmin query minprotectlevel ] |
| tkadmin_query_principal | displays the DCE principal name of the server | [ tkadmin query principal ] |
| tkadmin_query_process | displays the process identifier of the server | [ tkadmin query process ] |
| tkadmin_query_product | displays the trace masks of each component in a product | [ tkadmin query product ] |
| tkadmin_query_property | displays the value of the specified property key | [ tkadmin query property ] |
| tkadmin_query_pvol | obtains detailed information about a physical volume | [ tkadmin query pvol ] |
| tkadmin_query_redirect | lists the trace output destination for a specified class | [ tkadmin query redirect ] |
| tkadmin_query_restore | obtains information about a restore | [ tkadmin query restore ] |
| tkadmin_query_trace | lists trace mask and trace options for the specified component | [ tkadmin query trace ] |
| tkadmin_query_transaction | displays information about a transaction | [ tkadmin query transaction ] |
| tkadmin_query_workingdirectory | displays the current working directory of the server | [ tkadmin query workingdirectory ] |
| tkadmin_recover_lvols | recovers data on enabled logical volumes | [ tkadmin recover lvols ] |
| tkadmin_recreate_lvol | re-creates a deleted logical volume | [ tkadmin recreate lvol ] |
| tkadmin_redirect_trace | redirects trace output to a file or special destination | [ tkadmin redirect trace ] |
| tkadmin_remap_lvol | remaps an AIX logical volume to an Encina logical volume | [ tkadmin remap lvol ] |
| tkadmin_remove_mirror | removes a mirror from an Encina logical volume | [ tkadmin remove mirror ] |
| tkadmin_rename_lvol | renames a logical volume | [ tkadmin rename lvol ] |
| tkadmin_rename_pvol | renames a physical volume | [ tkadmin rename pvol ] |
| tkadmin_restore_logvol | restores the data of a logical volume storing log data | [ tkadmin restore logvol ] |
| tkadmin_restore_lvols | restores the contents of one or more logical volumes | [ tkadmin restore lvols ] |
| tkadmin_retain_backups | retains information about the specified number of complete, independent backups | [ tkadmin retain backups ] |
| tkadmin_set_arrivaltimequality | specifies the quality of the time stamps used to show the arrival times of RPCs at a server | [ tkadmin set arrivaltimequality ] |
| tkadmin_set_authorization | enables or disables ACL checking for the server | [ tkadmin set authorization ] |
| tkadmin_set_checkpointinterval | specifies the interval between server checkpoints | [ tkadmin set checkpointinterval ] |
| tkadmin_set_exclusiveauthority | defines the principal with exclusive access to the server | [ tkadmin set exclusiveauthority ] |
| tkadmin_set_minprotectlevel | defines the minimum protection level at which the server accepts client RPCs as authenticated | [ tkadmin set minprotectlevel ] |
| tkadmin_stop_server | stops a Toolkit server | [ tkadmin stop server ] |
| tkadmin_sync_mirrors | synchronizes a logical volume | [ tkadmin sync mirrors ] |
| tkadmin_trace_component | turns on tracing of a Toolkit server component | [ tkadmin trace component ] |
| tkadmin_trace_product | turns on tracing for all components of a product | [ tkadmin trace product ] |
| tkadmin_trace_specification | enables or disables tracing for a component | [ tkadmin trace specification ] |
| tkadmin_truncate_backup | [ tkadmin truncate backup- invalidates information about old backups ] | |
| tkadmin_unmap_lvol | unmaps an Encina logical volume from an AIX volume | [ tkadmin unmap lvol ] |
| tkadmin_untrace_component | turns off tracing in a Toolkit server component | [ tkadmin untrace component ] |
| tkadmin_untrace_product | turns off tracing in all components of a product | [ tkadmin untrace product ] |
| translateError | translates status codes from one form to another |