Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ACMSxp 3.2A

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

1. Commands

3. Library Functions

8. Maintenance Procedures

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

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

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