startview

Starts or connects to a dynamic view's view_server process

APPLICABILITY


Product

Command Type

ClearCase


cleartool subcommand


Attache


command


Platform

UNIX


Windows

SYNOPSIS

startview view-tag ...

DESCRIPTION

Prerequisite: The dynamic view being started must already have a view-tag in the network's view-tag registry file. See the mkview and mktag reference pages.

The startview command enables processes on the local host to access a dynamic view, as follows:

The default name of the viewroot directory is

Thus, starting a dynamic view that has been registered with view-tag main creates the directory entry /view/main or M:\main. After this directory entry is created, any process on the local host can access the view through view-extended pathnames.

The dynamic view's view-tag must already be registered, which is accomplished either at view creation time (with a mkview command) or subsequently (with mktag -view).

NOTE:  startview is not applicable to a snapshot view. To activate a snapshot view, change to the views's view-storage directory and issue a ClearCase command.

When to Use startview

Both mkview and mktag invoke startview. Typically, startview is used to establish view-extended naming access. There are two main cases:

NOTE TO UNIX USERSsetview also invokes startview, if necessary. Therefore, it is rarely necessary to invoke startview explicitly. startview is used to establish view-extended naming access without creating a process that is set to the view (as happens with setview).

RESTRICTIONS

None.

OPTIONS AND ARGUMENTS

SPECIFYING THE VIEW.  Default: None.

view-tag ...

One or more currently registered view tags (that is, view tags visible to lsview).

EXAMPLES

The UNIX examples in this section are written for use in csh. If you use another shell, you may need to use different quoting and escaping conventions.

The Windows examples that include wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.

In cleartool single-command mode, cmd-context represents the UNIX shell or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

SEE ALSO

endview, lsview, setview, Administrator's Guide