Top
Systemwalker Software Configuration Manager Operator's Guide
FUJITSU Software

4.4.2 Creating Views

This section explains the flow of creating a view.

4.4.2.1 Defining View Information

Define the view information. Specify the following information:

Item

Description

Name

The name of the view. Specify a character string of up to 85 characters. Names cannot be omitted.

4.4.2.2 Defining Scopes

This section explains the definition of a scope.

Specify the scope using the tree structure. Specify the following information for each hierarchy level in the tree structure. Information can be defined for level 1 to level 5.

Item

Description

Level number

The number of the level in the hierarchy. Hierarchy levels are numbered in ascending order, starting with 1 for the top level.

CI Name

The name of the CI displayed at the corresponding level. Specify a character string using up to 85 characters as the description of the CI. CI names cannot be omitted.

CI to Display

The CI to be displayed at that level.

Conditions

When filtering the CIs to be displayed, specify the conditions.

Attribute to use as label

The attribute to be used as the CI label. The value of the specified attribute is displayed as the label of each CI in the tree structure.

4.4.2.2.1 CI to Display

Select the CIs to display.

4.4.2.2.2 Conditions

Specify the conditions for filtering the CIs to be displayed. Specify conditions using the following logical expressions. The CIs of the attributes for which the result of the logical expression is true are displayed. Attributes, comparison operators, and values that can be specified for keywords are explained below.

Attribute Comparison_Operator Keyword
Attribute

Attributes that can be specified differ depending on the CI type of the CI. Refer to "CI Reference" in the Reference Guide for details.

Comparison Operator

It is possible to specify the following conditions using combinations of keywords and comparison operators.

Keyword

Comparison Operator

Meaning

Character string

==

True if the attribute value and the character string specified as the keyword are same.

!==

True if the attribute value and the character string specified as the keyword are not same.

<, <=, >, >=

Compares Unicode points between the attribute value and the character string. Comparison is performed in order, starting with the leftmost character of the string.

Numeric value

=

True if the numeric value in the attribute value and the numeric value specified as the keyword are the same. The numeric value in the attribute value refers to the number that is found first in the attribute value.

!=

True if the numeric value in the attribute value and the numeric value specified as the keyword are not the same. The numeric value in the attribute value refers to the number that is found first in the attribute value.

<, <=, >, >=

Compares the numeric value in the attribute value with the numeric value specified as the keyword. The numeric value in the attribute value refers to the number that is found first in the attribute value.

Patterns

=

True if the attribute value matches the pattern specified as the keyword.

!=

True if the attribute value does not match the pattern specified as the keyword.

Keyword

Note

Escape characters

When specifying the following characters, escape by specifying "\" before the corresponding character.

" $ & ' ( ) * + , - . ? [ \ ] ^ { | } ~

Point

Multiple keywords

When specifying multiple conditions for one attribute, specify multiple keywords. When specifying the second and subsequent keywords, specify the relation with the preceding keywords using the following symbols:

Symbol

Meaning

|

True if the result of either one of the conditions composed of a keyword and a comparison operator before and after the symbol is true.

&

True if the results of both of the conditions composed of a keyword and a comparison operator before and after the symbol are true.

Example: When the attribute value contains either "Windows" or "Linux", the condition is determined as true.

Comparison Operator

Keyword

=

Windows|Linux


Logical operators

Each condition can be specified for only one attribute. To specify conditions for multiple attributes, it is necessary to specify multiple conditions. When specifying the second and subsequent conditions, specify the relation with the preceding conditions using the following logical operators: When both AND and OR exist, AND takes priority.

Logical Operator

Meaning

AND

True if both conditions are true. False if either one of the conditions is false.

OR

False if both conditions are false. True if either one of the conditions is true.

An example is shown below. When all of Condition_1, Condition_2, and Condition_3 are true or Condition_4 is true, the condition is determined as true.

Condition_1 AND Condition_2 AND Condition_3 OR Condition_4

4.4.2.3 Defining Display Methods

This section explains the definition of display methods.

Specify the following information for each column. Up to 10 columns can be defined.

Item

Description

Column number

The column number. Columns are numbered in sequence starting with 1 for the leftmost column.

Column name

The column name. Specify a character string describing the information output to the column, using up to 85 characters. Column names cannot be omitted.

Attribute

The attribute for which values are displayed. Select from the attributes of the CIs in the hierarchy level.

4.4.2.4 Advisory Notes when Creating Views