Post-installation tasks

Post-installation tasks, these tasks include mandatory and optional configuration tasks.

App Menu

ServiceNow provides an application navigator that enables administrators to navigate from one screen to another easily. To use 1E CMDB Connect application, first install it from ServiceNow app store and then search for 1E CMDB Connect in the application navigator. Non-administrators (end users) do not see 1E CMDB Connect at all. The menu is shown in the picture.

Here's an overview of the 1E CMDB Connect menu items and the roles needed to access each page:

Item

Description

Roles needed to view the Item's page

1E CMDB Connect app roles

ServiceNow roles

App Configuration

Displays the application settings.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

1E Import Schedules

Displays a list of scheduled imports related to this application.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

Multi-Tenant Configurations

Displays the settings screen for multi-tenant instances.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

Instruction Definitions

Displays a list of available 1E CMDB Connect instructions.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

1E Information Services

Displays a list of available 1E CMDB Connect instructions that can be run on the targeted endpoints all at once.

x_1e_tachyon_cmdb.admin, x_1e_tachyon_cmdb.config_manager

admin (System Administrator)

Triggered Instructions

Displays a list of instructions that have been run.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

Scheduled Jobs

Displays the scheduled jobs to retrieve 1E instructions on daily basis.

n/a

admin (System Administrator)

Logs

Displays the application specific logs.

n/a

admin (System Administrator)

Support

Displays information on how to contact TeamViewer DEX Support.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

App Privacy policy

Displays policy information explaining data handling practices to ensure transparency and regulatory compliance.

x_1e_tachyon_cmdb.admin

admin (System Administrator)

App Configuration

After a successful 1E CMDB Connect install, an admin user must complete and save the App Configuration form listed under the 1E CMDB Connect module. Completing the configuration allows the 1E CMDB Connect app to communicate with 1E.

The domain separation feature (single-tenant or multi-tenant) will be autopopulated based on the configuration done in 1E Core. It can be configured from the x_1e_core_connect.multi_tenant_instance system property. If you set this property to true, the multi-tenant feature is activated; otherwise, the single-tenant feature is enabled. Depending on whether you have a single or multi-tenant Instance, you should now follow the instructions in one of these pages:

Personalizing your Computers List

To configure the Computers list for 1E CMDB Connect, follow these steps:

  1. Type cmdb_ci_computer.list in filter navigator and press enter. If you have not added any fields to the Personalize List, then it will only show the default fields, as shown in the picture below.

  1. To add more fields, click the Personalize List (cogwheel icon) given in the top right corner and then select the fields from Personalize List Columns that you want to see in your Computers table and click OK to save.

  1. Once you refresh, you can now see all the selected fields in the Computers table.

Configure these system properties

The Computes page retrieves and displays information about devices from the Computer table. You can add more details to the Computer table by adding these two system properties. By configuring the system property x_1e_tachyon_cmdb.enable_all_fields_mappings the below mentioned fields get mapped to the Computer table, otherwise you don't see these fields:

  • CPU Type

  • CPU Name

  • RAM

  • Chassis Type

On the other hand you can configure the system property x_1e_tachyon_cmdb.enable_os_name_with_version. By setting the value of this property to true you can get the full name of the OS along with version displayed in the Computer table.

Adding 1E CMDB Connect tab for Computers

To perform this task, ensure that your current application scope is Global.

To configure the Computer form for 1E CMDB Connect, follow these steps:

  1. Type cmdb_ci_computer.list in filter navigator and press enter.

  2. This opens up the Computers page as shown in the picture. To open an existing record of a device, click the Name or Fully qualified domain name, whichever is the first field listed in the table. You can also click the information icon of the device to open an existing record. You can also click the New button given at the top for a blank record.

  1. A form will open up as shown in the picture below.

  1. Click the hamburger (three horizontal bars) and select Configure, then select Form layout.

  1. On the Configuring Computer Form page, under the Form view and Section, select New... item in the Section drop down list to create a new section.

  2. A pop-up for Create New Section opens up. Type the section caption as 1E CMDB Connect and click OK.

  1. After successful creation of the section, select 1E CMDB Connect in Section and move 1E CMDB Connector item from Available to Selected list box. Click Save to complete the form layout setup.

  1. Now open any existing record for device in cmdb_ci_computer table, and you can see that the 1E CMDB Connect tab is now available.

An admin user can add multiple tabs of any specification as required.

Adding Related Lists for Computers

To perform this task, ensure that your current application is Global.

Follow these steps to configure Related Lists:

  1. Type cmdb_ci_computer.list in the filter navigator and press enter.

  2. To open an existing device record on the Computers page, click the Name or Fully qualified domain name, whichever is the first field in the table. You can also click the information icon of the device to open an existing record. You can also click New given at the top of the page for a blank record.

  1. A form will open up as shown in the picture below.

  1. Click the hamburger (three horizontal bars), select Configure, then select Related Lists.

  1. On the Configuring related lists on Computer form screen, select all six options present in Available list and move them onto the right under Selected list using > arrow as shown in the picture below.

  1. Click the Save to save the selection of lists. Now open any existing record for device in cmdb_ci_computer table and observe that the related lists are available.

For each selected related list, there is a respective button added on the Computer page. When you click a button, the related 1E instruction is triggered. The table below shows the mapping between the related list and the respective Tachyon instruction:

Related list

Required 1E instruction

1E CI IPs

1E-Explorer-TachyonCore-GetIpAddresses.xml

1E File Systems

1E-Explorer-TachyonCore-LogicalDiskDetails.xml

1E Installed Software

1E-Explorer-TachyonCore-AllInstalledSoftware.xml

1E RAM Usage

1E-Explorer-Examples-GetMemoryFromSysInfo.xml

1E Running Process

1E-Explorer-TachyonCore-NetworkListeningProcessesAndPorts.xml

1E TCP Connections

1E-Explorer-Examples-GetConnections.xml

An admin user can add any number of Related Lists as required.

Adding 1E CMDB as a discovery source

Follow the steps below to add '1E CMDB' as a discovery source:

  1. Type sys_choice.do in the filter navigator. This opens into a form that allows an admin user to add a new record to the sys_choice table.

  2. In Table drop-down list, select Configuration Item [cmdb_ci].

  3. In Element Textbox type discovery_source.

  4. Type 1E CMDB in Label text box.

  5. Type 1E CMDB in Value text box.

  6. Click Submit.

  7. 1E CMDB is successfully added as a discovery source.

Adding Windows Server table

After you have saved the configuration on App Configuration page, to populate Windows server devices in the CMDB table, you need to perform these tasks.

To configure form layout and related list for Windows server table for 1E CMDB Connect, follow these steps:

  1. Ensure that your current application scope is Global.

  2. Type cmdb_ci_win_server.list in the filter navigator and press enter.

  3. This opens up the Windows Server page as shown in the picture. To open an existing record of a device, click Name or Fully qualified domain name, whichever is the first field listed in the table. You can also click the information icon of the device to open an existing record. To open a new or blank record, you can click the New button.

  1. A blank record opens up as shown in the picture below.

  1. Click the hamburger (three horizontal bars) or right-click the header and select Configure, then select Form layout.

  1. On the Configuring Windows Server Form page, under the Form view and Section, select New... item in the Section drop down list to create a new section.

  2. A pop-up for Create New Section opens up. Type the section caption as 1E CMDB Connect and click OK.

  1. After successful creation of the section, select 1E CMDB Connect in Section and move 1E CMDB Connector item from Available to Selected list box. Click Save to complete the form layout setup.

  1. Now to configure the related lists, go back to blank record. Click the hamburger (three horizontal bars) or right-click the header and select Configure, then select Related Lists as shown in the picture.

  1. On the Configuring related lists on Windows Server form screen, select all six options present in the Available list and move them onto the right under Selected list using > arrow as shown in the picture below.

  1. Click Save to save the selection of lists. Now open any existing record for device in cmdb_ci_win_server table and observe that the related lists are available.

  2. Now create an import schedule to populate the Windows Server data.

  3. Navigate to 1E Import Schedules tab available under the 1E CMDB Connect menu.

  1. Create a new record by clicking New given in the top right corner. Select the Target Table as Windows Server (cmdb_ci_win_server). Based on the selection of the Target Table, the Filter value gets populated.

  1. Click Validate Filter. Upon successful validation, click Submit to save the changes.

  1. Click Execute Now to populate the Windows Server data into the Windows Server table.

  1. Now go to Windows Server table (cmdb_ci_win_server) and check whether the list of populated servers are from discovery source 1E CMDB.

  1. Open any record and verify the population of mapped fields and the details populated under 1E CMDB Connect and Related lists.

User Roles provided by 1E CMDB Connect

ServiceNow provides role based access to users. 1E CMDB Connect provides three custom roles, as given below:

Role

User Persona

Description

x_1e_tachyon_cmdb.admin

App Administrator

This user will be able to modify App configuration settings. As an App Administrator a user will have access to other features like 1E Import Schedules, Instruction Definition, 1E Information Service, Triggered Information and Support.

x_1e_tachyon_cmdb.config_manager

App Manager

This user will have access to the 1E Information Service module to run any 1E instructions on the devices.

x_1e_tachyon_cmdb.user

App User

This user will be able to view the device information fetched from 1E. The user will also be able to view the Related Lists available on the same Computer page.