Performing the BMC Helix Service Management installation
The following image describes the actions to perform the installation:
Components deployed through pipelines
The following table lists the BMC Helix Service Management platform components and service management applications deployed through pipelines:
Pipeline | Pod name | Components deployed through the pipeline |
---|---|---|
Important: The platform-sr, platform-int, and platform-user pods are not deployed with the Compact and Small deployment sizes. |
| |
| Mid Tier components:
| |
atriumwebsvc |
| |
| BMC Helix ITSM: Smart IT | |
openfire | Openfire | |
| BMC Live Chat | |
| BMC Digital Workplace | |
catalog-itsm-plugin | BMC Digital Workplace Catalog and BMC Helix ITSM integration plug-in | |
These applications are deployed as smart bundles on the platform pod. | BMC Digital Workplace Catalog | |
BMC Helix Business Workflows | ||
BMC Helix Multi-Cloud Broker | ||
BMC Helix ITSM Insights | ||
BMC Helix Customer Service Management | ||
BMC Helix Portfolio Management | ||
NA | Activates BMC Helix ITSM Insights and BMC Helix Innovation Suite services for the BMC Helix Platform tenant so that the services can be used through BMC Helix Portal. | |
smartreporting | BMC Helix ITSM: Smart Reporting console Important:
| |
assisttool-dep | Support Assistant tool |
Before you begin
Make sure that you have completed the following preinstallation tasks before you start the installation:
- Deployed BMC Helix Platform services 23.2.02
- Downloaded the installation files and accessed the container images.
- Set up the BMC Deployment Engine.
- Prepared your database.
- Set up the installation environment.
- Configured BMC Helix Single Sign-On and created BMC Helix Single Sign-On realm.
- Installed Java 11 or later for AR System clients, such as Developer Studio, Atrium Integrator, and Kaazing.
To install BMC Helix Innovation Suite platform and applications
Run the HELIX_ONPREM_DEPLOYMENT pipeline by performing the following steps:
- Log in to your Jenkins server by using the following URL:
http://<Jenkins server host name>:8080 - Select the HELIX_ONPREM_DEPLOYMENT pipeline, and click Build with Parameters.
In the INFRASTRUCTURE section, specify the following parameters:
Parameter
Description
HELM_BINARY
Name of the Helm binary that you have installed.
Example: helm
To find Helm binary name, run the command on the Jenkins server:
# which helmExample output of the command is as follows:
/usr/local/bin/helmIn this output, helm is the Helm binary name.
CUSTOM_BINARY_PATH
Select this check box if the Java binary is located at <USER-HOME-DIRECTORY>/bin.
Example: /home/git/bin
Important:
- Make sure that the Java binary is located in a directory named bin in your home directory.
- Make sure that the Helm and kubectl binaries are located at default installation paths specified while setting up BMC Deployment Engine.
AGENT
Jenkins agent to run the pipeline. Select the agent added by the agent-add-pipeline.
Example: root-<Jenkins server host name>.
CHECKOUT_USING_USER
Jenkins credential ID that contains the Git credentials. Specify the value as github.
KUBECONFIG_CREDENTIAL
Jenkins credential ID that contains the kubeconfig file for the target Kubernetes cluster.
To find the kubeconfig credential ID, go to http://<jenkinsurl>:8080/credentials.The default value is kubeconfig.
In the CODE section, specify the following parameters:
Parameter
Description
GIT_USER_HOME_DIR
Git user home directory.
Example: /home/git
GIT_REPO_DIR
Directory that contains all the Git repositories for the deployment pipelines.
Example: ssh://<Jenkins server host name>/home/git/git_repo
In the CUSTOMER-INFO section, specify the following parameters:
Parameter
Description
Select this check box your Kubernetes or Openshift cluster is in a cloud environment such as Amazon Web Services
If you select this check box, 3 external load balancers for the following services are created. These load balancers are created to connect with AR System clients such as Developer Studio.
- platform-admin-ext
- platform-int-ext
- platform-user-ext
Skip this option if you do not want to create external load balancers. You can expose the services post-installation of BMC Helix Innovation Suite by using kubectl.
ROUTE_ENABLED
Do not select this check box.
ROUTE_TLS_ENABLED
Do not select this check box.
OS_RESTRICTED_SCC
Select this check box if you are using an OpenShift cluster and have restricted security context constraints enabled.
Specify the value as FRESH to perform a fresh installation of BMC Helix Innovation Suite.
CLUSTER
Specify the value of the Kubernetes cluster context.
Find the cluster from the kubeconfig file. The current-context value in the kubeconfig file is the cluster name.
Example: dev-k8s-cluster
apiVersion: v1
clusters:
- cluster:
server: https://<local host>/k8s/clusters/c-rxcc6
current-context:dev-k8s-clusterCUSTOMER_NAME
Specify the customer's full name.
Example: ABC Jenkins Limited.
IS_NAMESPACE
Specify the namespace where you want to install BMC Helix Innovation Suite.
CUSTOMER_SERVICE and ENVIRONMENT
Specify values of your service and environment.
The pipeline generates URLs in a specific format based on the inputs provided in the CUSTOMER_SERVICE, ENVIRONMENT, and CLUSTER_DOMAIN parameters.Example: If CUSTOMER_SERVICE=itsm, ENVIRONMENT=poc, and CLUSTER_DOMAIN=aus-ranch.bmc.com, the following URLs are be generated for different applications:
- Mid Tier—itsm-poc.aus-ranch.bmc.com
- Smart IT—itsm-poc-smartit.aus-ranch.bmc.com
- Smart Reporting—itsm-poc-sr.aus-ranch.bmc.com
- Innovation Studio—itsm-poc-is.aus-ranch.bmc.com
- Innovation Suite REST API or CMDB—itsm-poc-restapi.aus-ranch.bmc.com
- Atrium Web Services—itsm-poc-atws.aus-ranch.bmc.com
- Digital Workplace—itsm-poc-dwp.aus-ranch.bmc.com
- Digital Workplace Catalog—itsm-poc-dwpcatalog.aus-ranch.bmc.com
- Live Chat—itsm-poc-vchat.aus-ranch.bmc.com
- Openfire Chat—itsm-poc-chat.aus-ranch.bmc.com
- Support Assistant tool—itsm-poc-supportassisttool.aus-ranch.bmc.com
The platform and application URLs support only the HTTPS protocol.
Important: When the ENVIRONMENT value is prod for production environments, the URLs are generated by excluding -<ENVIRONMENT> value.
Example, the URL format for Mid Tier production environment is itsm.aus-ranch.bmc.com
The URL format for Smart IT production environment is itsm-smartit.aus-ranch.bmc.com
INGRESS_CLASS
Specify the Ingress class name of the NGINX Ingress Controller that you used while installing BMC Helix Platform.
The default value is nginx.
CLUSTER_DOMAIN
Specify the domain name of the cluster that you want to use.
INPUT_CONFIG_METHOD
Select any of the following actions:
- (Recommended) Generate_Input_File—Select this option to automatically generate the deployment input configuration file. The file is generated based on the parameter values that you provide in the PRODUCTS, OTHER_INPUT_PARAMS, and DATABASE_REGISTRY_STORAGE_PASSWORDS_SECRETS_DETAILS sections.
- Manual_Input_File—Select this option to upload your input configuration file manually.
Important: This is an advanced option and do not use this option for installation on non-production environments.
Use the Manual_Input_File option only if you are familiar with the parameters in the input configuration file. The input configuration file consists of parameters with default values. You must update the values based on your installation environment.
INPUT_CONFIG_FILE
If you select the Manual_Input_File option in the INPUT_CONFIG_METHOD parameter, click Browse and upload the deployment input configuration file.
Learn about how to manually provide inputs for the input configuration file and set up the file at Setting-up-the-deployment-input-configuration-file.
Important: If you select the Manual_Input_File option, you must provide the values for the parameters in the INFRASTRUCTURE, CODE, CUSTOMER-INFO,
and PRODUCT-DEPLOY section.Do not provide the values for the parameters in the PRODUCTS, OTHER_INPUT_PARAMS, DATABASE_REGISTRY_STORAGE_PASSWORDS_SECRETS_DETAILS, and RSSO_PARAMETERS sections.
CACERTS_FILE
Click Browse and upload your custom cacerts file.
Use this optional parameter in the following cases:
- You want to use a custom CA certificate or self-signed certificate to use HTTPS communication for Service Management applications.
- You want BMC Helix Innovation Suite platform to communicate with third-party services that use custom cacerts.
Important:
- If you are using a self-signed or custom CA certificate, make sure that you use the same custom certificate during BMC Helix Platform and BMC Helix Service Management installation.
- The cacerts file is checked into the Git repository when the HELIX_GENERATE_CONFIG pipeline runs successfully. In case of any failures in the HELIX_ONPREM_DEPLOYMENT or HELIX_GENERATE_CONFIG pipelines, you must upload the cacerts file in the HELIX_ONPREM_DEPLOYMENT pipeline until the HELIX_GENERATE_CONFIG pipeline executes successfully at least once.
You do not need to upload the cacerts file for consecutive execution of the HELIX_ONPREM_DEPLOYMENT pipeline and other pipelines.
For information about creating a custom cacerts file and ways to apply a custom cacerts file, see Applying-security-certificates-to-your-applications.
PLATFORM_COMMON_CACERTS_SSL_TRUSTSTORE_PASSWORD
Specify a password for your cacerts file.
By default, the cacerts file password is changeit. Leave this field blank if you want to use the default password for the cacerts file.
Important:
- The password must be at least 8 characters long and must contain at least one upper case alphabet, one lower case alphabet, one number, and one special character.
- An exclamation mark (!) is not supported.
DB_SSL_CERT
Do not select this option.
CUSTOMER_SIZE
Specify the deployment size such as, compact, small, medium, or large. Enter the value as C, S, M, or L.
SOURCE_VERSION
Specify NA for the source version of the Helm repositories.
PLATFORM_HELM_VERSION
Specify 2021310.1.00.00 for the target version of the Helm repositories.
SMARTREPORTING_SOURCE_VERSION
Specify NA for the Smart Reporting application version of the Helm repositories.
SMARTAPPS_HELM_VERSION
Specify 2021310.1.00.00 for the smart applications version of the Helm repositories.
HELM_NODE
Specify the host name of the system where you have installed HELM.
Parameter
Description
HELIX_VIRTUALCHAT
Select this check box to install BMC Live Chat.
HELIX_OPENFIRE
Select this check box to install Openfire.
HELIX_DWP
Select this check box to install BMC Digital Workplace.
HELIX_DWPA
Select this check box to install BMC Digital Workplace Catalog.
HELIX_BWF
Select this check box to install BMC Helix Business Workflows.
Important: Make sure that you this check box if you select to install BMC Helix Multi-Cloud Broker, BMC Helix Customer Service Management, and BMC Helix Portfolio Management.
HELIX_MCSM
Select this check box to install BMC Helix Multi-Cloud Broker.
Important: If you select this check box, make sure that you select the HELIX_BWF check box.
HELIX_ITSM_INSIGHTS
Select this check box to install BMC Helix ITSM Insights.
HELIX_TSOMPLUGIN
Select this check box to install TrueSight Operations Management plug-ins.
Select this check box to install BMC Helix Customer Service Management (CSM).
Important: Do not select this check box if you are using a Microsoft SQL Server database. CSM installation fails on a Microsoft SQL Server database.
If you select this check box, make sure that you select the HELIX_BWF check box.
Select this check box to install BMC Helix Portfolio Management.
Important: If you select this check box, make sure that you select the HELIX_BWF check box.
Do not select this check box.
Do not select this check box.
Parameter
Description
SUPPORT_ASSISTANT_TOOL
Select this parameter to install Support Assistant tool user interface.
Important: Make sure that you select the SUPPORT_ASSISTANT_TOOL and SIDECAR_SUPPORT_ASSISTANT_FPACK parameters to install Support Assistant tool.
SIDECAR_SUPPORT_ASSISTANT_FPACK
Select this parameter to install Support Assistant tool.
Support Assistant tool is deployed as a sidecar container and runs as a non-root user. Support Assistant tool deployment requires namespace level permissions.
Important: Make sure that you select the SUPPORT_ASSISTANT_TOOL and SIDECAR_SUPPORT_ASSISTANT_FPACK parameters to install Support Assistant tool.
SUPPORT_ASSISTANT_CREATE_ROLE
Select this check box to use a default role when installing the Support Assistant tool.
If you want to use a custom role for the Support Assistant tool installation, clear this check box and confirm the following actions:
In your BMC Helix Innovation Suite namespace, make sure that you have created a role and the role has the following rules:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "watch", "list"]- Make sure that you specify the appropriate service account in the SUPPORT_ASSISTANT_SERVICE_ACCOUNT parameter.
SUPPORT_ASSISTANT_SERVICE_ACCOUNT
Specify the value as default so that the default service account is used during the Support Assistant tool installation.
If you want to use a custom role for the Support Assistant tool installation, specify the service account name that is available in your BMC Helix Innovation Suite namespace. Make sure that the custom role is assigned to the service account by using the role binding permission.
SIDECAR_FLUENTBIT
Select this parameter to install Fluent Bit, which is used to collect pods and cluster logs and send that to a central location.
Fluent Bit is deployed as a sidecar container and runs as a non-root user.
SIDECAR_FLUENT_DETAIL_LOG
Select this parameter to collect pods and cluster logs.
In the PRODUCT-DEPLOY section, specify the following parameters:
Parameter
Description
HELIX_GENERATE_CONFIG
Select this check box to generate the deployment input configuration file automatically.
HELIX_PLATFORM_DEPLOY
Select this check box to install the platform components, such as Mid Tier and BMC Helix CMDB.
HELIX_SMARTREPORTING_DEPLOY
Select this check box to install BMC Helix ITSM: Smart Reporting.
HELIX_NONPLATFORM_DEPLOY
Select this check box to install BMC Helix ITSM: Smart IT and BMC Live Chat.
HELIX_CONFIGURE_ITSM
Select this check box to update the hannah_admin user password in the CTM: People form with the value that you provide in the BAKEDUSER_HANNAH_ADMIN_PASSWORD parameter in the DATABASE_REGISTRY_STORAGE_PASSWORDS_SECRETS_DETAILS section.
Important: You must select this check box for successful installation of the smart applications.
HELIX_SMARTAPPS_DEPLOY
Select this check box to install applications, BMC Helix ITSM, BMC Helix Digital Workplace Catalog, BMC Helix Digital Workplace, BMC Helix Business Workflows, BMC Helix Multi-Cloud Broker, and BMC Helix ITSM Insights.
HELIX_INTEROPS_DEPLOY
Select this check box to activate services such as BMC Helix ITSM Insights, BMC Helix ITSM: Smart IT, BMC Helix Digital Workplace, BMC Helix Digital Workplace Catalog, and BMC Helix Business Workflows for the BMC Helix Platform users.
FULL_STACK_UPGRADE
Do not select this option.
HELIX_POST_DEPLOY_CONFIG
Select this check box to delete the Demo user.
The Demo user is deleted when you select this option and run the HELIX_ONPREM_DEPLOYMENT pipeline post-installation of BMC Helix Innovation Suite.
Important: Do not select this parameter while installing the platform and applications.
HELIX_DR
Do not select this option.
SCALE_DOWN
Do not select this option.
HELIX_RESTART
Select this option to restart all the application pods.
All the application pods are restarted when you select this option and run the HELIX_ONPREM_DEPLOYMENT pipeline post-installation of BMC Helix Innovation Suite.
Important: Do not select this parameter while installing the platform and applications.
In the DATABASE_REGISTRY_STORAGE_PASSWORDS_SECRETS_DETAILS section, specify the following parameters:
Parameter
Description
AR_ADMIN_USER
Do not specify any value in this field for fresh installation.
This field is used in the update or upgrade deployment mode.
AR_ADMIN_PASSWORD
Do not specify any value in this field for fresh installation.
This field is used in the update or upgrade deployment mode.
REGISTRY_TYPE
Select the DTR option.
HARBOR_REGISTRY_HOST
Specify the host name of BMC Docker Trusted Registry (DTR) containers.bmc.com
If you use a local Harbor registry to synchronize with BMC DTR, specify the host name of your local registry.
Important: Do not specify the host path; specify only the host name.
IMAGE_REGISTRY_USERNAME
Specify the user name to log in to BMC DTR. Specify your EPD user name.
If you use a local Harbor registry to synchronize with BMC DTR, specify the user name to log in to your local registry.
IMAGE_REGISTRY_PASSWORD
Specify the password to log in to BMC DTR. Specify the BMC DTR (containers.bmc.com) token that you download from EPD.
If you use a local Harbor registry to synchronize with BMC DTR, specify the password to log in to your local registry.
To update the password, click Change Password.
DB_TYPE
Select the database type that you want to use:
- mssql
- postgres
- oracle
DB_SSL_ENABLED
Do not select this check box.
DB_JDBC_URL
Specify a JDBC URL to use a database connection through the URL.
Example: jdbc:postgresql://server-name:server-port/database-name
This parameter is optional.
DB_PORT
Specify the database port value.
ORACLE_SERVICE_NAME
Specify the Oracle service name to use an Oracle database.
DATABASE_HOST_NAME
Specify the host name of the database server.
DATABASE_ADMIN_USER
User name to log in to the database.
If you select the DB_TYPE value as mssql or oracle, you can leave this field blank.
Important: For PostgreSQL database, if you use a user other than the postgres user, make sure that you create a database with the same name as that of the user.
DATABASE_ADMIN_PASSWORD
Specify the password to log in to the database.
If you select the DB_TYPE value as mssql or oracle, you can leave this field blank.
To update the password, click Change Password.
DATABASE_RESTORE
Select this check box if you want to restore PostgreSQL database dumps automatically.
If you have restored the database dumps manually, do not select this check box.
IS_DATABASE_ALWAYS_ON
Select this check box if your Microsoft SQL database is in a high availability cluster.
LOGS_ELASTICSEARCH_HOSTNAME
Specify the Elasticsearch service name that is running on the BMC Helix Platform namespace in the following format:
<Elasticsearch service name>.<BMC Helix Platform namespace>
LOGS_ELASTICSEARCH_TLS
Select this check box.
LOGS_ELASTICSEARCH_PASSWORD
Specify the password that you provided for the KIBANA_PASSWORD parameter in the secrets.txt file while installing BMC Helix Platform services.
FTS_ELASTICSEARCH_HOSTNAME
Specify the external IP address that you created for FTS_ELASTICSEARCH or an internal cluster IP that is accessible for the namespace where you install BMC Helix Service Management.
For more information about external IP for FTS_ELASTICSEARCH, see Setting-up-the-installation-environment.
If the namespaces where you are installing BMC Helix Service Management and BMC Helix Platform are on the same cluster, specify the value in the following format:
<Elasticsearch service name>.<BMC Helix Platform namespace>
FTS_ELASTICSEARCH_USER_PASSWORD
Specify the password for Elasticsearch FTS user.
The default password is admin.
Important: Do not change the password.
FTS_ELASTICSEARCH_PORT
Specify the port of Elasticsearch FTS instance. The port number is 9200.
FTS_ELASTICSEARCH_SECURE
Select this check box if Secure Socket Layer (SSL) is enabled in your environment.
AR_LOCALE_TO_INSTALL
Specify the locale to install the Action Request System.
Example: fr
Supported locales are fr, de, it, es, ja, ko, zh_CN, pt_BR, he, ru, and pl. English locale is installed by default.
Important: If you specify more locales to install, the installation time increases. It take approximately 2 hours to install one locale.
IMAGESECRET_NAME
Specify the name used to create Kubernetes image registry secret.
Important: Use lower case alphanumeric characters and a hyphen (-) in the secret. The secret must start and end with an alphanumeric character. Example: image-1.
BAKEDUSER_HANNAH_ADMIN_PASSWORD
Specify the password for BMC Helix Digital Workplace administrator user hannah_admin.
Specify a password that has minimum 8 characters, including one upper case character, one lower case character, and one special character.
To update the password, click Change Password.
AR_DB_NAME
Specify the name of the BMC Helix Innovation Suite database.
Important:
- If you are using an Oracle database, specify the Oracle service name as the parameter value. Specify the same value as that of the ORACLE_SERVICE_NAME value.
- Make sure that you the database name starts with a character. You can specify numbers and only the following special characters in the name:
- Dollar $
- Hash #
- Underscore _
AR_DB_USER
Specify the BMC Helix Innovation Suite database user.
Important: Make sure that you the database user name starts with a character. You can specify numbers and only the following special characters in the name:
- Dollar $
- Hash #
- Underscore _
AR_DB_PASSWORD
Specify the password for BMC Helix Innovation Suite user.
To update the password, click Change Password.
AR_SERVER_APP_SERVICE_PASSWORD
Specify the password to access applications.
To update the password, click Change Password.
Important: The maximum password limit is 19 characters.
AR_SERVER_DSO_USER_PASSWORD
Specify the password to access the Distributed Server Option.
To update the password, click Change Password.
Important: The maximum password limit is 20 characters.
AR_SERVER_MIDTIER_SERVICE_PASSWORD
Specify the password to access the Mid Tier.
To update the password, click Change Password.
Important: The maximum password limit is 20 characters.
SMARTREPORTING_DB_NAME
Specify the name of the BMC Helix ITSM: Smart Reporting database.
Important: Make sure that you the database name starts with a character. You can specify numbers and only the following special characters in the name:
- Dollar $
- Hash #
- Underscore _
SMARTREPORTING_DB_USER
Specify the BMC Helix ITSM: Smart Reporting database user.
Important: Make sure that you the database user name starts with a character. You can specify numbers and only the following special characters in the name:
- Dollar $
- Hash #
- Underscore _
SMARTREPORTING_DB_PASSWORD
Specify the password for the BMC Helix ITSM: Smart Reporting user.
VC_RKM_USER_NAME
Specify the user name for BMC Helix Virtual Agent.
VC_RKM_PASSWORD
Specify the password for the BMC Helix Virtual Agent user.
To update the password, click Change Password.
VC_PROXY_USER_LOGIN_NAME
Specify the proxy user login name for BMC Helix Virtual Agent.
VC_PROXY_USER_PASSWORD
Specify the password for the BMC Helix Virtual Agentproxy user.
To update the password, click Change Password.
DWP_CONFIG_PRIMARY_ORG_NAME
Specify the organization name for BMC Helix Digital Workplace.
Example: Petramco
Important: Do not use space in the organization name.
DWP_CONFIG_SUBTENANT_USER_PASSWORD
Specify the password for the BMC Helix Digital Workplace user.
AR_SERVER_ALIAS
Specify the alias name of AR System server.
Important: Make sure that you specify the value for this parameter.
PLATFORM_ADMIN_PLATFORM_EXTERNAL_IPS
Specify the external IP address to enable external access.
The external IP must be in JSON list format within square brackets. Multiple values must be separated by a comma with no space after the comma.
Example: [10.168.xx.xx,10.168.xx.xx]
Important: Make sure that you specify the value for this parameter your Kubernetes or Openshift cluster is not in a cloud environment
ENABLE_PLATFORM_INT_NORMALIZATION
Select this checkbox to start the Normalization service on the platform-int pod.
MIDTIERCACHEBUILDER_TRIGGER_PRELOAD
Select this checkbox to enable full data cache mode.
MIDTIERCACHEBUILDER_SCHEDULE
Specify a cron job schedule for the Mid Tier cache builder job.
BWF_DEPLOY_SAMPLE_CONTENT_PACK
Select this check box to deploy BMC Helix Business Workflows sample content package.
AR_DATETIME
Specify the Action Request System date and time format to use:
- DD.MM.YYYY HH:MM:SS (24-hour)
- DD/MM/YY HH:MM:SS (12-hour)
- DD/MM/YY HH:MM:SS (24-hour)
- DD/MM/YY HH:MM:SS AM|PM
- DD/MM/YYYY HH:MM:SS (12-hour)
- DD/MM/YYYY HH:MM:SS (24-hour)
- DD/MM/YYYY HH:MM:SS AM|PM
- MM/DD/YYYY HH:MM:SS (24-hour)
If you do not specify any value, the default system date and time is assigned.
AR_TIMEZONE
Specify the Action Request System time zone to use.
See the .If you do not specify any value, the default system time zone is assigned.
In the RSSO_PARAMETERS section, specify the following parameters:
Parameter
Description
RSSO_URL
BMC Helix Single Sign-On URL that you used during the BMC Helix Platform services deployment.
Example, specify https://<LB_HOST>/rsso
LB_HOST is the load balancer host name that you used in the infra.config file during the BMC Helix Platform services deployment.
Important: Make sure that you do not specify a forward slash ( / ) at the end of the URL.
RSSO_ADMIN_USER
Administrator user name to login to BMC Helix Single Sign-On by using the RSSO_URL.
RSSO_ADMIN_PASSWORD
Password to login to BMC Helix Single Sign-On by using the RSSO_URL.
TENANT_DOMAIN
Value of the Tenant parameter that you specified while configuring the BMC Helix Single Sign-On realm.
In the ITSM_INTEROPS_PARAMETERS section, specify the following parameters:
Parameter
Description
HELIX_PLATFORM_DOMAIN
Domain name of the cluster where BMC Helix Platform is installed.
HELIX_PLATFORM_NAMESPACE
Namespace where BMC Helix Platform is installed.
HELIX_PLATFORM_CUSTOMER_NAME
Registered tenant name in BMC Helix Platform.
In the Select the services for interoperability configuration section, select the services that you want to enable for the tenant that was created during the BMC Helix Platform installation.
Parameter
Description
BMC_HELIX_ITSM_Insights
Select this check box to enable BMC Helix ITSM Insights.
BMC_HELIX_SMART_IT
Select this check box to enable BMC Helix ITSM: Smart IT.
BMC_HELIX_BWF
Select this check box to enable BMC Helix Business Workflows.
BMC_HELIX_DWP
Select this check box to enable BMC Helix Digital Workplace.
BMC_HELIX_INNOVATION_STUDIO
Select this check box to enable BMC Helix Innovation Studio.
BMC_HELIX_DWPA
Select this check box to enable BMC Helix Digital Workplace Catalog.
- In the SPLUNK CONFIGURATION DETAILS section, do not specify any value for the parameters.
- Click Build.
The HELIX_ONPREM_DEPLOYMENT pipeline installs the platform and applications. After the BMC Helix Service Management installation is complete, you must apply application licenses within three days. To perform the post-installation configurations, rebuild the HELIX_ONPREM_DEPLOYMENT pipeline by selecting the HELIX_POST_DEPLOY_CONFIG check box in the PRODUCT-DEPLOY section.
To address a failed pipeline execution
If you encounter an error related to signatures, and the HELIX_ONPREM_DEPLOYMENT pipeline execution fails, you must approve the signature.
The following image shows an example error:
Approve the signature by performing the following steps:
- In the HELIX_ONPREM_DEPLOYMENT pipeline Console Output, in the logs, click Administrators can decide whether to approve or reject this signature.
You are redirected to http://<jenkins_host:port>/scriptApproval/. - Approve the signature.
- Rebuild the HELIX_ONPREM_DEPLOYMENT pipeline.
To install AR System clients
- In your local system, unzip the AR System clients installer ARSuiteKitDeveloperWindows22.1.06.zip file.
- Navigate to the Disk 1 folder and run the setup.exe file.
- On the Introduction page, click Next.
- On the License Agreement page, review the license agreement, click I agree to the terms of license agreement, and then click Next.
- On the User Inputs page, in the Destination Directory field, specify the directory in which you want to install the AR System clients, and click Next.
The default location is C:\Program Files\BMC Software\ARSystem - In the 64-bit JAVA Path field, specify the JRE path, and click Next.
- In the Workspace field, specify the the directory in which you want to install Developer Studio, and click Next.
The default location is C:\Users\Administrator\DeveloperStudio - In the field, Data Import Tool field, specify the location where you want to install Data Import Tool, and click Next.
The default location is C:\Users\Administrator\DataImportTool - Click Install.
The AR System clients are installed. - (Optional) To review the installer log for any errors, click View Log.
The install logs are available at the C:\Users\Administrator\AppData\Local\Temp\arsystem_install_log.txt location.
After you have analyzed the logs, close the log. - To exit the AR System clients installer, click Done.
To perform post-installation checks
Verify the platform and application components pod are running by using the following command:
kubectl get pod -n <namespace>The following image shows an example:
Verify that the you can access the platform and application components by using the following URLs:
Application
URL
Mid Tier
https://<midtier-user ingress name>/arsys
Use the hannah_admin user credentials to login.
BMC Helix Innovation Studio
https://<platform-user ingress name>/helix/index.html#/com.bmc.arsys.rx.innovationstudio
Use the hannah_admin user credentials to login.
BMC Helix Innovation Studio landing page URL that lists all the application links is as follows:
https://<platform-user ingress name>
BMC Helix CMDB
https://<platform-cmdbapi>/cmdb/index.html
Use the hannah_admin user credentials to login.
BMC Helix ITSM: Smart IT
https://<smartit ingress name>
To access
BMC Helix ITSM: Smart IT, you must set up a user with specific a Smart IT role.
Learn about Smart IT roles and adding a user at Smart IT roles and permissions and Adding people without using templates.
BMC Helix ITSM: Smart Reporting
https://<smartreporting ingress name>
Use the siadmin user credentials to login.
BMC Digital Workplace Catalog
https://<catalog ingress name>/dwpc/index.html
Use the hannah_admin user credentials to login.
BMC Digital Workplace
https://<dwp-default-ingress ingress name>
Use the hannah_admin user credentials to login.
BMC Live Chat
https://<virtualchatserver ingress name>
Use the admin user credentials to login.
Openfire
https://<openfire ingress name>
Use the admin user credentials to login.
Support Assistant tool
https://<supportassisttool ingress name>
Use the following default local user credentials:
- User name—admin
- Password—satAdmin1#
Important: When you login for the first time, the change password field is displayed in the login dialog box. Make sure that you change the login credentials.
To find the ingress names, in your Jenkins server, run the following command:
kubectl get ing -n <namespace>The following image shows an example output of the command:
Example: URL to access Mid Tier is https://rtm-dev.aus-ranch.bmc.com/arsys.
To restart application pods
After you perform a fresh installation of BMC Helix Service Management, if you want to restart all the application pods, perform the following steps:
- Verify that the HELIX_RESTART deployment pipeline exists in your Jenkins server.
- If the HELIX_RESTART pipeline is not present in your Jenkins server, add the pipeline by performing the following steps:
- Log in to the Jenkins server by using the following URL:
http://<Jenkins server host name>:8080 - On the Jenkins home page, click New Item.
- In the Enter an item name field, enter the pipeline name as HELIX_RESTART
- Select Pipeline and click OK.
- Click the Pipeline tab.
Enter the following information:
Field
Description
Definition
From the Definition list, select Pipeline script from SCM.
SCM
From the SCM list, select Git.
Repository URL
Enter the Repository URL as the path of your local Git repository in the format ssh://git@<jenkins_server>/<path to itsm-on-premise-installer.git>.
Example: ssh://git@<Jenkins server host name>/home/git/git_repo/ITSM_REPO/itsm-on-premise-installer.git.Credentials
Enter the Git server credentials.
Additional Behaviours
Specify the script path as pipeline/jenkinsfile/HELIX_RESTART.jenkinsfile
- Click Apply and then Save.
After the pipeline is created, make sure that the pipeline is selected from Jenkins home page. - Click Build Now.
The first build fails because it needs to run the first time to load all the parameters of the pipeline script. - After the build fails, select the pipeline name again from the Jenkins home page.
The Build Now option changes to Build With Parameters.
- Log in to the Jenkins server by using the following URL:
- In the HELIX_ONPREM_DEPLOYMENT pipeline, in the Build History section, select the last build, and click Rebuild.
- Make sure that the parameter values that you specified during the build that you used to install BMC Helix Service Management are present.
- In the PRODUCT-DEPLOY section, select the HELIX_RESTART option.
Make sure that you do not select any other options in the section.
- Click Rebuild.
The HELIX_ONPREM_DEPLOYMENT pipeline restarts all the application pods.
To install additional locales
After you perform a fresh installation of BMC Helix Service Management, if you want to install additional locales, perform the following steps:
- In the HELIX_ONPREM_DEPLOYMENT pipeline, in the Build History section, select the last build, and click Rebuild.
- In the DATABASE_REGISTRY_STORAGE_PASSWORDS_SECRETS_DETAILS section, in the AR_LOCALE_TO_INSTALL parameter, add the additional locales that you want to install.
- In the CUSTOMER-INFO section, specify the parameter value as
- In the PRODUCT-DEPLOY section, select the HELIX_GENERATE_CONFIG, HELIX_PLATFORM_DEPLOY, HELIX_NONPLATFORM_DEPLOY, and HELIX_SMARTAPPS_DEPLOY options.
- Click Rebuild.
To install additional products
After you perform a fresh installation of BMC Helix Service Management, if you want to install additional products later, perform the following steps:
- In the HELIX_ONPREM_DEPLOYMENT pipeline, in the Build History section, select the last build, and click Rebuild.
- In the PRODUCTS section, select the additional products that you want to install.
Example, to install BMC Helix Business Workflows , select the HELIX_BWF option. - In the CUSTOMER-INFO section, specify the parameter value as
- In the PRODUCT-DEPLOY section, select the HELIX_GENERATE_CONFIG option and the respective product deployment pipeline.
For example: To install BMC Helix Business Workflows, select the HELIX_SMARTAPPS_DEPLOY option. - Click Rebuild.
Where to go from here
Next task | Proceed with Obtaining-license-keys |
---|---|
Back to process | If you are finished Obtaining the license keys, return to the appropriate installation or upgrade process: |