List Installations (installationList)

The installationList command lists all TimesTen installations in the model.

ttGridAdmin installationList [-latest|-current|-version n]
                             [-instance]

Options

The installationList command has the options:

Option Description

-latest

List the installations in the latest (in progress) model, which has not yet been applied to the grid. This is the default.

-current

List the installations in the current model—the model currently applied to the grid.

-version n

List the installations in the specified version number of the model.

-instance

Show the instances that are using each installation. Installations not yet associated with an instance are not displayed.

Examples

This example lists the installations in the latest (in progress) model.

% ttGridAdmin installationList
Host        Install        Location                                      Comment
----------- -------------  -------------------------------------------   -------
mysys1host  installation1  /sw/tten/grid/ttinstls/myinstl/tt22.1.1.21.0/
mysys2host  installation1  /sw/tten/grid/ttinstls/myinstl/tt22.1.1.21.0/
mysys3host  installcreate1 /sw/tten/grid/ttinstls/installcreate1/
mysys4host  installcreate1 /sw/tten/grid/ttinstls/installcreate1/

This example lists installations in the latest model that are associated with an instance.

% ttGridAdmin installationList -instance
Host        Install       Instance  Location                                     Comment
----------- ------------- --------  -------------------------------------------- -------
mysys1host  installation1 gridmgmt1 /sw/tten/grid/ttinstls/myinstl/tt22.1.1.21.0/
mysys2host  installation1 gridmgmt1 /sw/tten/grid/ttinstls/myinstl/tt22.1.1.21.0/