Integration with CA ServiceDeskManager
Asset Management integrates with CA SDM for automatically raising service desk tickets whenever a policy is violated. You can also create on demand service desk tickets in the context of a managed computer asset. The DSM administrator is enabled to launch the CA SDM web browser, so that tickets that are associated with software policies can be viewed immediately. Similarly, the Service Desk Analyst is enabled to launch the DSM Explorer and the Web Console to locate the violated policies.
cla140
Asset Management integrates with CA SDM for automatically raising service desk tickets whenever a policy is violated. You can also create on demand service desk tickets in the context of a managed computer asset. The DSM administrator is enabled to launch the CA SDM web browser, so that tickets that are associated with software policies can be viewed immediately. Similarly, the Service Desk Analyst is enabled to launch the DSM Explorer and the Web Console to locate the violated policies.
As a prerequisite for enabling the integration, you must have enabled the Service Desk Integration in the common configuration policy.
The following features are implemented:
- Problem TypesAsset Management populates the problem types from the CA SDM database and displays in the Service Desk section of the Policy Designer dialog. You can select any of these problem types when creating a policy. Asset Management assigns this problem type when creating a ticket in CA SDM.
- Duplicate Ticket HandlingCA SDM has a duplicate ticket handling policy to decide whether to open a new issue for each policy violation or only append to the activity log of the same issue. You can also configure a combination of both so that a new issue is opened, for example, every day.
- Closure of TicketsAsset Management does not support automatic closure of service desk tickets. You have to close the tickets from the Service Desk GUI.
Configure Integration to Service Desk
Asset Management integrates with CA SDM for automatically raising service tickets when an asset violates a policy. To configure this integration to Service Desk, follow these steps:
- Navigate toDomain,Control Panel,Configuration,Configuration Policy,Default Configuration Policy,DSM,Service Desk Integration, anddefault.The right pane displays the policy settings relating to service desk integration.
- Double-click the following policy settings to change the values:
You can change these values only if you unseal the Default Configuration Policy by right-clicking the policy and selecting Un-Seal.
- EnabledThis parameter indicates whether CA SDM integration is enabled.Default: False
- Identifier FieldThis parameter defines a reserved field in MDB for querying all tickets being created by a specified asset or software distribution.Instead of the default, you may want to reserve one of the strings# fields that CA SDM provides for user-specific purposes.Default: summary
- Logon PasswordThis parameter specifies the login password for CA SDM Web Services.
- Logon Service Aware PolicyThis parameter specifies the name of the policy to log into when Type of Logon to Service Desk is set to notmanaged. If left blank, the default Service Desk policy is used.A PKCS#12 certificate includes a policy description that always overrides this value.Default: MANAGED_ASSET_EVENTS
- Logon User NameThis parameter defines the user account for the login to CA SDM Web Services.Default: System_MA_User
- Service Desk EndpointThis parameter specifies the URL to CA SDM Web Services. Replace myhost with the appropriate server address for your installation. Port 8080 is the default port.Default: http//myhost:8080/axis/services/USD_R11_WebService
- ThrottlingThis parameter indicates whether networking and CPU throttling are enabled.Default: False
- TimeoutThis parameter specifies the timeout interval for calls to CA SDM Web Services. Valid values are: 0 = infinite, positive integers = seconds, and negative integers = millisecondsExample: A value of 200 means a call will time out after 200 seconds, but a value of -200 means it will time out after 200 milliseconds.Default: 120
- Type of Logon to Service DeskThis parameter indicates how login to CA SDM Web Services is controlled. Valid values are: managed (by PKCS#12 certificate) and notmanaged (by user account and password).Default: managedThe integration to the Service Desk is configured regarding the settings that are specified in the mentioned fields.You must restart the DSM Explorer GUI for the integration to take effect.This section is intended for the administrators only. Entering incorrect information may result in the product not working properly. Hence, it is recommended that you create a new policy and modify the same.
Configure Service Desk Integration for a Policy
Asset Management can automatically raise a CA SDM ticket when a managed asset violates a policy. When a policy violation occurs, the CA SDM can do one of the following actions:
- Create a ticket for the policy violation.
- Append to the activity log if a ticket is already created for the same policy violation.
CA SDM makes the decision based on the duplicate ticket handling policy. If you want to create a new ticket each time a policy is violated, contact the CA SDM Administrator.
Follow these steps to configure Service Desk Integration for a policy:
- Right-click the policy and select Properties.The Policy Designer dialog appears.
- ClickService Deskin the left pane.The Service Desk section appears.The Create Service Desk ticket option is available only if you have enabled the CA Service Desk integration.
- Select the Enable Service Desk Integration check box and the problem type to be assigned in CA SDM for the policy violation; specify the comment to be included as the description in the service desk issue, and click OK.The policy is saved. This policy creates a ticket when any managed asset violates the policy or appends to the activity log.
Create a Service Desk Ticket
You can manually create a service desk ticket in the context of computer assets from the DSM Explorer. For example, you can create a service desk ticket for a computer that has either violated policies or has failed jobs.
Follow these steps to create a service desk ticket:
- Right-click a computer asset, and select Create Service Desk ticket from the context menu.The CA Service Desk Create New Ticket window appears with the selected asset name in the Asset field.The Create Service Desk ticket option is available only if you have enabled the CA Service Desk integration.
- Specify the other required fields in CA Service Desk and click OK.A service desk ticket is raised.
Create Service Desk Ticket for a Failed Job
Asset Management integrates with CA SDM only through policies. So, if you want to raise a ticket for a failed job automatically, you must do the following actions:
- Create query that retrieves the failed jobs
- Create a policy that is based on the query. This policy can be configured to create a ticket for a failed job.
Follow these steps to create a query to retrieve the failed jobs:
- Right-click theQueriesfolder and selectNew.TheSelect Targetdialog appears.
- SelectComputersand clickOK.TheQuery Designerdialog appears.
- In theInsert Argumentsection, selectJobs,Asset Jobs.TheSelect Fielddialog appears.
- Expand the tree and selectJob Status.
- Select the job to be queried in the Job field, select the Status as Error, and clickOK.TheSelect Fielddialog closes.
- ClickOKin theQuery Designerdialog.TheSave Querydialog appears.
- Enter the name of the query and clickOK.The query is saved with the given name and is displayed under the Queries, Computers folder.
Follow these steps to create a policy that is based on the mentioned query:
- Right-click thePolicies,Query Basedfolder, and selectNew.ThePolicy Designerdialog appears.
- Specify the policy name, policy severity, and select the mentioned query from the list of queries in theGeneralsection.
- Click theService Desksection and enable the service desk integration, select the problem type, and specify the description or comment and click OK.
The policy is saved. This policy checks whether the selected job is failed on any managed computer. If yes, it creates a service desk ticket for the policy violation.