Validating a component
To quickly determine whether a component's signature conditions are valid on its associated target server, you can run a short validation process on any existing component.
This validation process is useful in the case of components that you created manually, or if you need to re-validate a component after modifying the signature in the component template.
To validate a component based on its signature
- Through the Component Templates, Components, or Servers folder, navigate to the component that you want to validate, right-click it, and select Validate.
The Validate window is displayed. This window is divided into two panes. The top pane displays the full signature as defined through the Rule Editor, including all of its conditions and if-then conditional constructs. - Click Run Test
at the top right corner of the Validate window.
The signature rule is validated. Any condition within the rule that caused the rule to end in Non-compliant status appears in red in the top pane. The bottom pane displays compliance details for a selected condition. In the top pane, select a condition within the signature.
In the bottom pane, the condition is parsed into columns for the left-hand-side (LHS) operand, comparison operator, and right-hand-side (RHS) operand. An additional Result column indicates whether the component satisfied the condition (eitherfor true or
for false). The actual value detected on the target component appears in brackets after the LHS operand so that you can see how it compares to the value in the RHS operand.