Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Tru64 ACMSxp_3.2A

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

1. Commands

3. Library Functions

8. Maintenance Procedures

Manual — Tru64 ACMSxp_3.2A

189 entries

1. Commands

acmsRuns the ACMSxp client to invoke STDL procedures
acms_create_tpsystemCreates an ACMSxp TPsystem
acms_delete_tpsystemDeletes an ACMSxp TPsystem
acms_set_versionACMSxp version setting script
acms_start_tpsystemStarts an ACMSxp TPsystem
acmsadminRuns the ACMSxp distributed management command interface utility
acmsdbxRuns a source level debugger in the ACMSxp environment
acmslogDisplays an ACMSxp event log[  acmslog ]
acmsxp_introductionACMSxp software builds and runs client/server applications  [ ACMSxp ]
assignmentA statement that manipulates workspace contents by assigning a value to one or more workspace fields[ ASSIGNMENT ]
auditstatement in a task that posts information to the event log server  [ AUDIT ]
blockgroups elements of a task definition  [ Block ]
call_presentationa statement in a task definition that invokes a procedure in a presentation server  [ CALL PRESENTATION ]
call_procedureCalls a processing procedure in a processing group. [ CALL PROCEDURE ]
call_taskInvokes an STDL task for immediate execution  [ CALL TASK ]
cancel_task_submitstatement that removes an inactive request from the queue of submitted requests  [ CANCEL TASK SUBMIT ]
conditional_statementscontrol execution flow in a task based on test statement results  [ Conditional statements ]
data_type_definitionspecifies the format or layout of a record and defines an identifier  [ DATA TYPE DEFINITION ]
dequeue_recordstatement in a task that reads a record from a local queue and deletes the record  [ DEQUEUE RECORD ]
enqueue_recordstatement in a task definition that writes a workspace to a local record queue  [ ENQUEUE RECORD ]
exceptiona run-time system-detected event that changes normal task execution flow  [ Exception ]
exception_handlerpart of a task definition to which the ACMSxp system transfers control when an exception occurs  [ EXCEPTION HANDLER ]
exit_blockstatement in a task definition that ends the current block  [ EXIT BLOCK ]
exit_taskstatement that ends the current task  [ EXIT TASK ]
get_messagestatement in a task that translates a message number or message identifier into message text  [ GET MESSAGE ]
gotostatement in a task that transfers control to another statement  [ GOTO ]
gwlogmaintains ACMSxp transaction manager gateway log files
message_groupdefines a named set of messages in a task group  [ MESSAGE GROUP ]
preprocessor_directivessupply and process replacement macro definitions before compilation  [ Preprocessor Directives ]
presentation_groupSpecifies a set of interfaces to presentation procedures  [ PRESENTATION GROUP SPECIFICATION ]
presentation_procedurea callable program that accesses a display or other input/output devices   [ PRESENTATION PROCEDURE ]
processing_groupspecifies a set of interfaces to top-level processing procedures[ PROCESSING GROUP SPECIFICATION ]
processing_procedureAn entry point in a processing server  [ PROCESSING PROCEDURE ]
queue_specificationassociates a data type identifier with a record queue[ QUEUE SPECIFICATION ]
raise_exceptiona statement that raises an exception in a task  [ RAISE EXCEPTION ]
read_queuestatement that returns to a workspace one record from a record queue without deleting the item. Contrast with the dequeue operation.   [ READ QUEUE ]
reraise_exceptionstatement that causes an exception being handled by an exception handler to be raised again  [ RERAISE EXCEPTION ]
restart_transactiona statement in a task that raises a transient transaction exception  [ RESTART TRANSACTION ]
statementdescribes work in a task definition, provides flow control between statements, and groups statements in blocks[ Statement ]
statement_blockgroups multiple statements in a task definition into a single unit for which you can define an exception handler  [ BLOCK ]
stdlACMSxp command that invokes the STDL compiler  
stdl_syntaxdescribes rules and conventions for the ACMSxp Structured Transaction Definition Language  [ STDL Syntax ]
submit_taskstatement in a task that enqueues a request for the delayed execution of another task[ SUBMIT TASK ]
task_argumentspecify the arguments passed into and out of a task  [ TASK ARGUMENT ]
task_attributedefines in a task definition the characteristics of a task  [ Task attribute ]
task_definitionspecifies execution flow of one or more transactions, sequences access to resources and calls to procedures, and handles exceptions  [ TASK ]
task_groupspecifies the interface to tasks[ TASK GROUP SPECIFICATION ]
transaction_blockstatement demarcating a set of operations that execute in the same transaction[ BLOCK WITH TRANSACTION ]
workspacea private or shared structured area of memory[ WORKSPACE ]
workspace_fieldidentifies a subdivision within a workspace or the entire workspace[ WORKSPACE FIELD ]

3. Library Functions

isbeginbegins a transaction
iscommitcommits a transaction
isrollbackrolls back (aborts) a transaction
tisam_DumpStatedumps the state of the T-ISAM component
tisam_ErrorToStringconverts an error code to a string
tisam_Initializeinitializes the T-ISAM interface
tisam_SetCachingenables or disables insert and read caching
tisam_SetVolumesets the thread-specific volume name
tisam_interface_tspecifies the mode in which T-ISAM is to be used
tisam_introintroduction to T-ISAM
tisam_issettimeoutsets the default timeout for a file descriptor
tmxa_RegisterRMIinforms TM-XA of an RM instance

8. Maintenance Procedures

interpretTraceconverts binary ring buffer files to readable text format
sfsstarts an SFS server
sfsadminintroduction to the sfsadmin commands
sfsadmin_add_indexadds a secondary index to the specified file[ sfsadmin add index ]
sfsadmin_add_lvoladds the specified volume to the specified server[ sfsadmin add lvol ]
sfsadmin_copy_filecopies the specified file and all of its indices[ sfsadmin copy file ]
sfsadmin_create_clusteredfilecreates a new clustered file[ sfsadmin create clusteredfile ]
sfsadmin_create_relativefilecreates a new relative file[ sfsadmin create relativefile ]
sfsadmin_create_sequentialfilecreates a new sequential file[ sfsadmin create sequentialfile ]
sfsadmin_deactivate_indexdeactivates a secondary index[ sfsadmin deactivate index ]
sfsadmin_delete_indexremoves the specified secondary index of the specified file[ sfsadmin delete index ]
sfsadmin_destroy_fileremoves the specified file and its indices[ sfsadmin destroy file ]
sfsadmin_empty_fileremoves the contents of the specified file, leaving the record format intact[ sfsadmin empty file ]
sfsadmin_expand_fileallocates more disk space for the primary area of the specified file[ sfsadmin expand file ]
sfsadmin_expand_indexallocates more disk space for the specified secondary index[ sfsadmin expand index ]
sfsadmin_export_filewrites an SFS file to a storage device[ sfsadmin export file ]
sfsadmin_helpdisplays the syntax of the specified sfsadmin command or lists all sfsadmin commands that contain the specified keyword[ sfsadmin help ]
sfsadmin_import_filereads a file from a storage device and writes it to an SFS file[ sfsadmin import file ]
sfsadmin_list_filesdisplays the names of all files managed by a specified server[ sfsadmin list files ]
sfsadmin_list_lvolsdisplays the names of all volumes associated with the server[ sfsadmin list lvols ]
sfsadmin_list_ofdsdisplays information about open file descriptors (OFDs) managed by the specified server[ sfsadmin list ofds ]
sfsadmin_query_exportdisplays information about an exported file[ sfsadmin query export ]
sfsadmin_query_filedisplays status and storage information about a file[ sfsadmin query file ]
sfsadmin_query_filelockdisplays information about the locks held on a file[ sfsadmin query filelock ]
sfsadmin_query_indexdisplays information about the secondary index of a specified file[ sfsadmin query index ]
sfsadmin_query_lvoldisplays information about the specified volume[ sfsadmin query lvol ]
sfsadmin_query_ofddisplays information about the specified open file descriptor (OFD) managed by the specified server[ sfsadmin query ofd ]
sfsadmin_query_serverdisplays information about the specified server[ sfsadmin query server ]
sfsadmin_query_tranlockdisplays information about locks held by a specified transaction[ sfsadmin query tranlock ]
sfsadmin_rebuild_indexrebuilds the specified secondary index[ sfsadmin rebuild index ]
sfsadmin_rename_filerenames the specified file[ sfsadmin rename file ]
sfsadmin_rename_indexrenames the specified index[ sfsadmin rename index ]
sfsadmin_reorganize_filereorganizes the records of an entry-sequenced (sequential) file in order to reclaim space[ sfsadmin reorganize file ]
sfsadmin_set_recordlimitresets the maximum number of records permitted in the specified file[ sfsadmin set recordlimit ]
sfsadmin_terminate_ofdcloses the specified open file descriptor[ sfsadmin terminate ofd ]
tkadminintroduction to the tkadmin commands
tkadmin_abort_transactionaborts a transaction[ tkadmin abort transaction ]
tkadmin_add_mirroradds a mirror to a logical volume[ tkadmin add mirror ]
tkadmin_backup_lvolbacks up a logical volume[ tkadmin backup lvol ]
tkadmin_clear_exclusiveauthorityclears the server’s exclusive authority[ tkadmin clear exclusiveauthority ]
tkadmin_create_logfilecreates a log file[ tkadmin create logfile ]
tkadmin_create_lvolcreates a logical volume[ tkadmin create lvol ]
tkadmin_create_pvolcreates a physical volume[ tkadmin create pvol ]
tkadmin_delete_diskremoves a disk from the Toolkit server’s administration[ tkadmin delete disk ]
tkadmin_delete_logfiledeletes a log file[ tkadmin delete logfile ]
tkadmin_delete_lvoldeletes a logical volume[ tkadmin delete lvol ]
tkadmin_delete_pvoldeletes a physical volume[ tkadmin delete pvol ]
tkadmin_disable_lvolmakes a logical volume inaccessible for I/O[ tkadmin disable lvol ]
tkadmin_disable_mediaarchivingdisables media archiving for the specified server[ tkadmin disable mediaarchiving ]
tkadmin_dump_componentdumps the state of the specified component[ tkadmin dump component ]
tkadmin_dump_productdumps the state of all components in the specified product[ tkadmin dump product ]
tkadmin_dump_ringbufferdumps the trace ring buffer[ tkadmin dump ringbuffer ]
tkadmin_enable_archfilenotifies a server that an archive file is now available online[ tkadmin enable archfile ]
tkadmin_enable_logfileenables a log file for use by a server[ tkadmin enable logfile ]
tkadmin_enable_lvolmakes a logical volume accessible for I/O[ tkadmin enable lvol ]
tkadmin_enable_mediaarchivingenables media archiving for a server[ tkadmin enable mediaarchiving ]
tkadmin_enable_serverenables a server for full operation[ tkadmin enable server ]
tkadmin_expand_lvolexpands a logical volume[ tkadmin expand lvol ]
tkadmin_expand_pvolexpands a physical volume[ tkadmin expand pvol ]
tkadmin_flush_lvolpropagates buffered changes to one or more logical volumes[ tkadmin flush lvol ]
tkadmin_force_checkpointcauses the server to checkpoint[ tkadmin force checkpoint ]
tkadmin_force_transactionforces the outcomes of prepared transactions[ tkadmin force transaction ]
tkadmin_helplists all tkadmin commands or shows the syntax of a specific command[ tkadmin help ]
tkadmin_init_diskinitializes a Volume Service disk[ tkadmin init disk ]
tkadmin_init_logvolinitializes a logical volume for the storage of log data[ tkadmin init logvol ]
tkadmin_list_callslists all in-progress RPCs for a server[ tkadmin list calls ]
tkadmin_list_componentslists all components in a server and their trace masks[ tkadmin list components ]
tkadmin_list_diskslists all initialized disks[ tkadmin list disks ]
tkadmin_list_lvolslists logical volumes[ tkadmin list lvols ]
tkadmin_list_productslists all products in the server and their trace masks[ tkadmin list products ]
tkadmin_list_propertieslists all property keys for a specified transaction[ tkadmin list properties ]
tkadmin_list_pvolslists physical volumes[ tkadmin list pvols ]
tkadmin_list_redirectlists the trace output destinations for all classes[ tkadmin list redirect ]
tkadmin_list_tracelists components and their corresponding trace masks[ tkadmin list trace ]
tkadmin_list_transactionslists unresolved transactions in a server and their current state[ tkadmin list transactions ]
tkadmin_list_versionslists versions of all components of a server[ tkadmin list versions ]
tkadmin_map_lvolmaps an AIX logical volume to an Encina logical volume[ tkadmin map lvol ]
tkadmin_move_pvolmoves a physical volume to a different set of disks[ tkadmin move pvol ]
tkadmin_query_applicationdisplays the identifier of an application[ tkadmin query application ]
tkadmin_query_authorizationdisplays whether ACL checking is enabled or disabled for the server[ tkadmin query authorization ]
tkadmin_query_backupdisplays information about a backup of a volume[ tkadmin query backup ]
tkadmin_query_bufferpoolsizedisplays the size of the server buffer pool[ tkadmin query bufferpoolsize ]
tkadmin_query_checkpointintervaldisplays the interval between server checkpoints[ tkadmin query checkpointinterval ]
tkadmin_query_componentdisplays a component’s trace mask[ tkadmin query component ]
tkadmin_query_diskreturns detailed information about a disk[ tkadmin query disk ]
tkadmin_query_exclusiveauthoritydisplays the principal that has exclusive access to the server[ tkadmin query exclusiveauthority ]
tkadmin_query_identitydisplays the user and group identities of the server[ tkadmin query identity ]
tkadmin_query_keyfiledisplays the name of the DCE keytab file used by the server[ tkadmin query keyfile ]
tkadmin_query_logvoldisplays information about a logical volume storing log data[ tkadmin query logvol ]
tkadmin_query_lvolobtains information about a logical volume[ tkadmin query lvol ]
tkadmin_query_mediaarchivingdisplays the media archiving setting for a server[ tkadmin query mediaarchiving ]
tkadmin_query_minprotectleveldisplays the minimum protection level at which the server accepts client RPCs as authenticated[ tkadmin query minprotectlevel ]
tkadmin_query_principaldisplays the DCE principal name of the server[ tkadmin query principal ]
tkadmin_query_processdisplays the process identifier of the server[ tkadmin query process ]
tkadmin_query_productdisplays the trace masks of each component in a product[ tkadmin query product ]
tkadmin_query_propertydisplays the value of the specified property key[ tkadmin query property ]
tkadmin_query_pvolobtains detailed information about a physical volume[ tkadmin query pvol ]
tkadmin_query_redirectlists the trace output destination for a specified class[ tkadmin query redirect ]
tkadmin_query_restoreobtains information about a restore[ tkadmin query restore ]
tkadmin_query_tracelists trace mask and trace options for the specified component[ tkadmin query trace ]
tkadmin_query_transactiondisplays information about a transaction[ tkadmin query transaction ]
tkadmin_query_workingdirectorydisplays the current working directory of the server[ tkadmin query workingdirectory ]
tkadmin_recover_lvolsrecovers data on enabled logical volumes[ tkadmin recover lvols ]
tkadmin_recreate_lvolre-creates a deleted logical volume[ tkadmin recreate lvol ]
tkadmin_redirect_traceredirects trace output to a file or special destination[ tkadmin redirect trace ]
tkadmin_remap_lvolremaps an AIX logical volume to an Encina logical volume[ tkadmin remap lvol ]
tkadmin_remove_mirrorremoves a mirror from an Encina logical volume[ tkadmin remove mirror ]
tkadmin_rename_lvolrenames a logical volume[ tkadmin rename lvol ]
tkadmin_rename_pvolrenames a physical volume[ tkadmin rename pvol ]
tkadmin_restore_logvolrestores the data of a logical volume storing log data[ tkadmin restore logvol ]
tkadmin_restore_lvolsrestores the contents of one or more logical volumes[ tkadmin restore lvols ]
tkadmin_retain_backupsretains information about the specified number of complete, independent backups[ tkadmin retain backups ]
tkadmin_set_arrivaltimequalityspecifies the quality of the time stamps used to show the arrival times of RPCs at a server[ tkadmin set arrivaltimequality ]
tkadmin_set_authorizationenables or disables ACL checking for the server[ tkadmin set authorization ]
tkadmin_set_checkpointintervalspecifies the interval between server checkpoints[ tkadmin set checkpointinterval ]
tkadmin_set_exclusiveauthoritydefines the principal with exclusive access to the server[ tkadmin set exclusiveauthority ]
tkadmin_set_minprotectleveldefines the minimum protection level at which the server accepts client RPCs as authenticated[ tkadmin set minprotectlevel ]
tkadmin_stop_serverstops a Toolkit server[ tkadmin stop server ]
tkadmin_sync_mirrorssynchronizes a logical volume[ tkadmin sync mirrors ]
tkadmin_trace_componentturns on tracing of a Toolkit server component[ tkadmin trace component ]
tkadmin_trace_productturns on tracing for all components of a product[ tkadmin trace product ]
tkadmin_trace_specificationenables or disables tracing for a component[ tkadmin trace specification ]
tkadmin_truncate_backup[ tkadmin truncate backup- invalidates information about old backups ]
tkadmin_unmap_lvolunmaps an Encina logical volume from an AIX volume[ tkadmin unmap lvol ]
tkadmin_untrace_componentturns off tracing in a Toolkit server component[ tkadmin untrace component ]
tkadmin_untrace_productturns off tracing in all components of a product[ tkadmin untrace product ]
translateErrortranslates status codes from one form to another

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026