Version 8.2.2
 —  Tamino Manager User Documentation  —

Introduction to the Tamino Manager

This section provides an introduction to the main features of the Tamino Manager. The topics covered are:


General Overview

Tamino provides an administration tool that is implemented as a client-server application. The Tamino Manager is the point of central administration, and it runs in the System Management Hub, the standard, GUI-based, central point of administration for Software AG's products. The System Management Hub itself runs in a standard web browser. Please refer to the System Management Hub documentation for further information. For basic administration functions (create database, start/stop database, backup/restore database), the Tamino Manager uses the administration agent component installed on the node where the Tamino Server to be administered runs.

graphics/admnarch.png

Note:
If you close the browser window in which the System Management Hub is running or switch to another URL, you will also terminate the Tamino Manager.

Top of page

Graphical User Interface Concepts

This section describes the following points:

The System Management Hub Window

The System Management Hub window is divided into two parts: a navigation/tree-view frame (left) and a display/detail-view frame (right) that is used to display details of selected objects or to accept user input. The following image shows an example of the System Management Hub window with the Tamino Manager running.

graphics/explorer.png

To change the size of either of the parts, move the mouse pointer over the border separating the parts until the pointer changes, showing two arrows that point in opposite directions. Then drag the border using the mouse until the parts have the required sizes.

Commands can be issued using the context menu. The availability of commands depends on the object you select from the tree frame and on the current status of that object. Only those commands that are available for the selected object are displayed. If you select another object, the contents of the context menu will be refreshed accordingly.

Tables that are displayed in the display/detail-view frame can be sorted using the small triangles in the table header. If you select the upper triangle, you will get an ascending sort order (numerically or alphabetically); if you select the lower triangle, you will get a descending sort order in the table display. (Note that this feature is not available if you use Mozilla as your standard browser.)

Notes:

  1. When you logon to the Tamino Manager, you must use the user ID and password combination that is allowed as Tamino Administrator. The user ID can take the form domain/userID (Windows: domain\userID), where domain is the domain name within your local network and userID is your user ID.
  2. The Tamino Manager shares the System Management Hub with other Software AG products, some of which may be installed together with Tamino or which may already be installed on your system. These products have their own documentation.

Keyboard Navigation in the System Management Hub Window

You can use some of the keys on your keyboard to navigate within and between the two frames of the System Management Hub.

Tree Views

In the tree-view frame, you can expand or collapse the tree structure by clicking on the plus (+) or minus (-) sign in front of an object. You can single-click on an object to select it - in this case, details about this object are displayed in the detail-view frame, but the object is not expanded (on the other hand, expanding an object does not select it).

Start of instruction setTo refresh the display

Alerts

Alerts are issued if errors or other events are encountered while processing a job. There are four levels of severity:

Icon Severity
graphics/warning.gif Warning
graphics/error.gif Error
graphics/fatal.gif Fatal
graphics/info.gif Information only

Alerts are acknowledged using the Job Monitor. Please refer to the section Confirming Pending Alerts for further information.

Database Traffic Light

The status of the database is indicated by a traffic light icon. The traffic light can take one of the following states:

Color Meaning
Red graphics/dbinact.gif The database is stopped (inactive).
Yellow graphics/dbstdby.gif The database is in standby mode (active, but no user transactions accepted), or it is an active replication database.
Green graphics/dbact.gif The database is running (active).

Tamino Icons

The following table shows the icons that are used in the Tamino Manager, together with their meaning. For convenience, the icons are grouped according to where they occur.

Icon Meaning
Tamino Root
graphics/tamroot.gif Tamino root node
Tamino Databases
graphics/dbfolder.gif Folder for Tamino databases
graphics/dbact.gif Active Tamino database
graphics/dbinact.gif Inactive Tamino database
graphics/dbstdby.gif Standby Tamino database or an active replication database
Collections/Schemata
graphics/collects.gif Folder for collections
graphics/schema.gif Single schema
graphics/schemata.gif Folder for schemata
graphics/colltsd2.gif Folder for TSD2 collections
graphics/colltsd3.gif Folder for TSD3 collections
graphics/tsd2.gif Single TSD2 schema
graphics/tsd3.gif Single TSD3 schema
graphics/doctypes.gif Doctype of schema
Job Monitor
graphics/fo_co.gif Folder for jobs
graphics/compjobs.gif Folder for completed jobs
graphics/jo_ok.gif Single completed job
graphics/fo_ru.gif Folder for running jobs
graphics/jo_ru.gif Single running job
graphics/fo_sto.gif Folder for suspended jobs
graphics/jo_sus.gif Single suspended job
graphics/alerts.gif Folder for pending alerts
graphics/jo_wa.gif Single pending alert
Database Properties
graphics/dbprop.gif Database properties
graphics/servprop.gif Database server properties
graphics/xmlprop.gif Database XML properties
graphics/portprop.gif Database port properties
Database Locations
graphics/locfo.gif Folder for database locations
graphics/logloc.gif Database log locations
graphics/logaloc.gif Database log archive locations
graphics/temploc.gif Database temporary working locations
graphics/resloc.gif Database reserved locations
graphics/backloc.gif Database backup locations
graphics/tape.gif Tape or pipe
graphics/tapedef.gif Default tape or pipe
graphics/tapeb.gif Backup tape or pipe
graphics/tapedefb.gif Default backup tape or pipe
graphics/disk.gif Disk
graphics/diskdef.gif Default disk
graphics/diskb.gif Backup disk
graphics/diskdefb.gif Default backup disk
Server Extensions
graphics/servext.gif Folder for server extensions
graphics/seeobj.gif Server extension consisting of several objects
graphics/seefunc.gif Server extension containing several parameters
graphics/seeparam.gif Parameter of a server extension
graphics/sxsnot.gif Function which cannot be used as a server extension function
graphics/sxsevt.gif Event handling of a server extension
graphics/sxsmpin.gif Map in of a document
graphics/sxsmpout.gif Map out of a document
graphics/sxsdel.gif Deletion of a document
graphics/sxsqry.gif Query function
Database Spaces
graphics/dbspaces.gif Folder for database spaces
Database Information
graphics/dbinfo.gif Database information
graphics/dbactiv.gif Database activity
graphics/dbspcuse.gif Database space usage
graphics/dbloguse.gif Database log usage
Database Backup
graphics/backups.gif Folder for backups
graphics/backup.gif Single backup
graphics/backupincr.gif Incremental backup
Collections
graphics/datamap.gif Collections
Web Servers
graphics/webservs.gif Folder for web servers
graphics/webserv.gif Single web server
Tamino Security Manager
graphics/secman.gif Tamino security manager
graphics/usrfol.gif Folder of Tamino security users
graphics/grpfol.gif Folder of Tamino security user groups
graphics/aclfol.gif Folder of Tamino security access control lists
graphics/tsmuser.gif Single Tamino security user
graphics/tsmgrp.gif Single Tamino security group
graphics/tsmacl.gif Single Tamino security access control list
Replication Management
graphics/repman.gif Replication management

Top of page