Version 9.5 SP1
 —  Tamino Manager User Documentation  —

Administration of Database Locations

In order to specify physical storage on a node, the Tamino Manager uses the concept of database locations. Database locations define where the Tamino database spaces are stored. The Tamino Manager maps these database locations (which can also be thought of as logical names) to physical location paths.

Let us suppose that a database administrator has a directory called C:\Tamino Database Locations\Backups\mydbbackup, in which he plans to store backup copies of his database mydb. Using the Locations object, he can assign the database location name of mydbBackup to this directory. Once this has been done, he can administrate the files via the location name without having to remember where they are physically located.

The Tamino Manager also uses a default location: this is the location in which database spaces will automatically be created if you do not specify other locations when creating a new database. The initial setting uses a location as default location which is created during installation.

The Tamino Manager provides you with the following functions to administer and manage database locations:


Display Available Database Locations

Start of instruction setTo display available database locations

Top of page

Protecting Database Locations (Windows)

Note:
The following functionality is only available on Windows systems.

You can protect your database locations with the help of the Windows file system. The recommended procedure is to create a folder in the NTFS file system and switch encryption on, then base new database locations on the encrypted folder.

Start of instruction setTo switch encryption of a folder on

  1. Create a folder and choose File > Properties (alternatively right-click on the folder and choose Properties from the context menu) in the Windows Explorer.

    A dialog box showing the properties of the folder is displayed:

    graphics/encryption1.png

  2. Choose the Advanced button.

    The Advanced Properties dialog box is displayed:

    graphics/encryption2.png

  3. Select the Encrypt contents to secure data option and choose OK.

  4. Next, create a Tamino location as described in the section Add a new Database Location, based on the folder you have created. When creating new databases, you can place the data, journal or index spaces to be protected in this location. You can also move database spaces from existing databases to this encrypted location, using the Tamino Manager ( see section Move a Database Location).

Top of page

Add a new Database Location

Start of instruction setTo add a new database location

  1. Select Location Management and choose Add from the context menu. The Add Location page appears.

    graphics/dbloc2.png

  2. Select the type for the new database location from the Location Type drop-down list box. Available location types are the file system, tapes, or - depending on your system - named pipes and raw devices. Network drives are defined in the System Management Hub. For detailed information about network drives in the System Management Hub, see the description of Network Drives in the section Control Panel Package of the System Management Hub documentation.

  3. Choose Browse to display/select the available devices and directories on which the new location can be created, or enter the full path name of the new location in the Location Path dialog box. If the specified path does not exist, it will be created.

  4. Enter the name of the new database location in the Location Name text box.

  5. Choose OK to create the new database location.

Note:
Database locations cannot be allocated in folders which have the Windows compressed attribute set.

Top of page

Rename a Database Location

Start of instruction setTo rename a database location

  1. Expand the node Location Management.

  2. Select the database location that you want to rename and choose Rename from the context menu. The Rename Database Location page appears.

    graphics/dbloc3.png

  3. Enter the new name in the text field New Location Name and choose OK to rename the database location.

Top of page

Delete Database Location

Start of instruction setTo delete a database location

  1. Expand the node Location Management.

  2. Select the database location that you want to delete and choose Delete from the context menu. The Delete Location page appears.

    graphics/dbloc4.png

  3. Choose OK to delete the database location.

Note:
A database location can only be deleted if it is empty. A database location is empty if no database spaces are displayed in its detail view, and if it is no longer used in any database-specific location settings (e.g. log location). Deleting a database location does not delete its directory or any files in that directory that are not associated with Tamino.

Top of page

Information about a Database Location

Start of instruction setTo display information about a database location

  1. Expand the node Location Management.

  2. Select the database location for which you want information to be displayed.

The information displayed includes for each space that resides on this location the database name, the space name, and - if applicable - the timestamp information, the session number, and the size of the space.

graphics/info.png

Top of page

Move a Database Location

Moving a database location moves all of the spaces from the selected location to another defined database location. Data, index and journal spaces can only be moved if the associated database is offline. The location will continue to exist after moving.

Start of instruction setTo move a database location

  1. Expand the node Location Management.

  2. Select the database location that you want to move and choose Move from the context menu. The Move Location page appears.

    graphics/moveloc.png

  3. Select the location that you want to move the spaces to from the Target Location drop-down list box.

  4. If you check the Modify Location Settings check box, the location settings of databases that point to the source location are modified to point to the new target location.

    You are asked to confirm the move by choosing OK on the Confirm Move Location page. This saves you having to modify the location settings for each database individually with the Modify command.

    graphics/moveloc1.png

  5. Choose OK to move the location.

Top of page

Define a Default Location

By default, Tamino creates database spaces in the default location specified during the installation. You can, however, define an existing location to be the default location in which new databases will automatically be created if you do not specify other locations when you create a new database.

Start of instruction setTo define a default location

  1. Select the database location that you want to use as the default location and choose Set Default from the context menu. The Set Default Location page appears.

    graphics/setdef.png

  2. Choose OK to define the new default location.

Top of page

Define a Default Backup Location

You can use the Tamino Manager to define a location in which backup files will be stored. This definition is used as default for the backup location when you create a database.

Start of instruction setTo define a default backup location

  1. Select the database location that you want to use as the default backup location and choose Set Default Backup from the context menu. The Set Default Backup Location page appears.

    graphics/setdefba.png

  2. Choose OK to define the new default backup location.

Top of page

Modify Location Settings

The Modify command can be used to change the location settings of a database. The database can be either active or inactive.

This command may be useful if you create a database without specifying any given locations, or if you have not defined any database locations before creating the database - in this case, the default locations will be used.

Start of instruction setTo modify location settings

  1. Expand the database whose location settings you want to modify.

  2. Expand the object Locations and select the location you want modify. The current setting is shown in the display frame.

  3. Choose Modify from the context menu. The Modify Location Settings page appears.

    graphics/modset.png

  4. Select a new database location from the list of available locations and choose Add to add it to the list of target locations, or choose Add All to add all available database locations to the list of target locations. If you add more than one location, they will be used in the same order as in the list. If you add a database location to the list of target locations by mistake, you can remove it from the list by selecting it and choosing Delete, or choose Delete All to remove all target locations from the list (locations that are deleted from the list are returned to the list of available locations). You can change the order of the locations in the list by selecting a location and using the Move Up and Move Down buttons.

  5. Choose OK to modify the location settings.

Top of page