Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Configuration Management workflows and user tasks
- Delete a configuration item (CI) type
- Modify a configuration item (CI) type
- Create a new configuration item (CI) type
- Update Configuration Management policies
- Evaluate the need for a Configuration Management System (CMS) data model update
- Create a new configuration item (CI)
- Create a new model
- Validate a configuration creation change task
- View the audit history of a configuration item
- Plan CI relationship changes from a change record
- Modify a configuration item
- View component reliability
- View component availability
- View the availability plan of a business service
- Create a new configuration report
- Review a modification to a configuration item
- Conduct a configuration audit
- Check related configurations
- Add, delete, or update a master data record
- Validate data sets
- View scheduled maintenance for a configuration item
- Service life cycle management
- Configuration item actual states
- Set the expected state of a configuration item
- Configuration items
Set the expected state of a configuration item
This procedure provides a standard process to change the state of one or multiple configuration items in Service Manager. This procedure is also applicable if your Service Manager system has an active integration to an Universal CMDB server.
To set the expected state of one or multiple configuration items, follow these steps:
- Log on to Service Manager.
- Go to Change Management, create a new change record or open an existing change record.
- Make sure the change record has one or multiple affected configuration items specified. You will set the expected change states of some attributes of these configuration items.
-
Click More or the More Actions menu, and then select Set Expected States. The Set Expected Change State wizard opens.
Note
- The wizard can be started only when at least one configuration item has been specified in the Affected CIs field.
- If the change record associates with multiple configuration items, the Select CI wizard opens first and you need to select the configuration items for which you want to set the expected state.
- There are two options in the Set Expected Change State wizard: Select From a Baseline and Set Attribute Name and Values. The Set Attribute Name and Values option is selected for the following steps. For detailed information about how to set the baseline for a configuration item, see Associate a configuration item (CI) to a baseline.
-
Select Set Attribute Name and Values and then click Next.
Note If the selected configuration items belong to various CI types, only attribute fields listed in the
device
table can be planned. If the selected configuration items have the same CI type, new attribute fields can be planned for all attributes of this CI type. -
In the Attribute Names and Values page, you can add new fields, edit fields or remove fields.
-
To add a new field, follow these steps:
- Click Add New Field. The Baseline Attributes page opens.
-
Select a field name from the Field in drop-down list, and then type or select the corresponding value in the Value field. Click Next.
Tip
- The supported field types include simple data type (string, number, logical and date), array field of simple data types and array of structure field 1Array of structure field refers to a field which is an array. The element type within the array is structure, which contains simple data types. . For detailed information about how to configure the value of array of structure field, see Example: How to plan array of structure field.
-
To plan the new attribute values, click the Format Based Changes button.
- The new field is displayed in the Attribute Names and Values page. Click Finish.
-
To edit an existing field, select the field you want to edit and then click Edit Field.
-
To remove a field, select the field you want to remove and then click Remove Field.
All attribute changes are saved in the
dataModEvent
tables. You can open the change record and review the planned attribute change in the Associated CIs section and the Status is Proposed. -
- When the change is approved and implemented, the status of the planned attribute change is Planned.
- Click the attribute change record. In the CMDB Data Change Event page, change the Status from Planned to Implemented.
-
If your Service Manager system has an active integration to an Universal CMDB server, Universal CMDB detects the change that is implemented as planned and the value is pushed to Service Manager later. If the new value is the same as planned, the Status is automatically changed to Validated.
If your Service Manager system is not integrated to an Universal CMDB server, you can also manually check whether the actual new values are the same as planned or not and set the Status to Validated.
-
Close the change and the validated planned changes will be applied to the attribute values of the configuration item in Service Manager.
The whole process of setting the expected state for the configuration item is complete.
Example: How to plan an array of structure field
When planning array of structure fields, you need to do it field by field with the structure and combine these fields together to perform validation and apply the values.
Take the addlIPAddr field in the computer
table as an example. As a typical example of array of structure fields, this field consists of addlIPAddress and addlSubnet sub fields. The following table lists the original values.
addlIPAddress | addlSubnet |
---|---|
192.168.0.1 | 255.0.0.0 |
192.168.0.2 | 255.0.0.1 |
192.168.0.3 | 255.0.0.2 |
Change the values as listed in the following table.
addlIPAddress | addlSubnet |
---|---|
192.168.0.4 | 255.0.0.3 |
192.168.0.5 | 255.0.0.4 |
192.168.0.6 | 255.0.0.5 |
You need to plan for addlIAddress and addlSubnet separately, and then change the values as listed in the following table.
Field Name | Old Value | New Value |
---|---|---|
addlIAddress | {“192.168.0.1”, “192.168.0.2”, “192.168.0.3” } | {“192.168.0.4”, “192.168.0.5”, “192.168.0.6” } |
addlSubnet | {“255.0.0.0”, “255.0.0.1”,” 255.0.0.2”} | {“255.0.0.3”, “255.0.0.4”,” 255.0.0.5”} |
Tip To be more straightforward and much easier, you can click the Format Based Changes button to plan array of structure fields.
Data Modification Event
If a change modifies a CI's attributes through the Set Expected States wizard, the modification history is stored in the dataModEvent table and presented on the Data Modification Event page.
The following example demonstrates how the dataModEvent table works:
-
Create a standard change and select Adobe Reader in the Affected CI field.
-
In the Change record, click More > Set Expected States to plan the following attribute change: Secuity Classification: 2. Restricted.
-
Go to Tailoring > Web Services > Data Modification Event, and then click Search. A record is displayed, showing the planned CI attribute change.
-
Go to the CI record Adobe Reader, and update the Security Classification field to value "2".
-
Go to the Associated CIs tab in the change, click Security Classification and update the status to Implemented and then Validated.
-
Click Close in the change record to close the change. Note that the change cannot be closed unless the CI attribute change is implemented and then validated.
-
Go to Data Modificateion Event, and then click Search. The record status is updated to Processed.