Performing the postinstallation configurations
Review information in this topic to understand the configurations that a system administrator performs after the successful deployment of BMC Helix IT Service Management.
After you successfully perform the installation and activate the licenses, perform the following configurations to set up BMC Helix IT Service Management.
Important
When BMC Service Request Management is installed, the Request Entry console in Service Request Management is disabled by default. If you want to use the Request Entry console for service request management, enable the console in BMC Service Request Management.
To load foundation data
Applications use Foundation data that consists of common data elements, such as people, organization, locations, categorizations, and geography, that can be used by multiple applications in an organization to satisfy different requirements. The Foundation data can be used to drive business processes and rules.
For steps on loading the foundation data in your system, see the topic
Setting up and modifying Foundation data by using Application Administration Console
in the Action Request System documentation.
To update the Survey URL in the SYS:Attachments form
- Open the SYS:Attachments form and search for Attachment Definition = Survey.
Update the URL field in the following format:
https://<MIDTIER_USER_INGRESS_HOST>.com/arsys/servlet/ViewFormServlet?form=SRM:Survey&view=RequesterAnswer&server=<MIDTIER_USER_INGRESS_HOST>-s- If you have installed a language pack, update this URL for other language entries.
To configure and validate the incoming and outgoing mailboxes
To configure the incoming and outgoing mailboxes
- Navigate to the AR System Email Mailbox Configuration form.
- To create an incoming mailbox, set the following parameters:
- Mailbox Function - Incoming
- Polling Interval - 1
- Email server Requires SSL - No
Set the Email Server User and Email Server Password.
Incoming Mailbox:
- On the Advanced Configuration tab, set the following values:
- Email Action -Parse
- Enable Modify Actions - Yes
- To create an outgoing mailbox, set the following parameters:
- Mailbox Function - Outgoing
- Polling Interval - 1
- Email server Requires SSL - No
Set the Email Server User and Email Server Password.
- On the Advanced Configuration tab, set the following values:
- Delete Outgoing Notification Messages - No
- Enable Modify Actions - Yes
In the Display Name and Organization, add the full name of the organization.
To validate the incoming and outgoing mailboxes
- Navigate to the AR System Email Messages form.
- Click New Request and update the following fields:
- Mailbox Name
- To
- Subject
- Body of the mail
- Click Send.
You will receive an email in some time. This check validates that your outgoing mailbox is configured correctly. - Reply to the email to test whether the incoming mailbox is configured correctly.
- After you reply to the mail, navigate to the AR System Email Messages form and select New Search > Select Message Type: Incoming > Search.
Check if the reply mail is present.
To validate the Configuration Manager Dashboard (CMDB Dashboard)
- Navigate to Applications > Atrium Core > Configuration Dashboard Manager
- Verify if you can see the dashboard correctly.
To connect to Developer Studio
For Developer Studio to be able to connect with BMC Helix Innovation Suite server, you must use the External IP of the platform service.
On the BMC Deployment Engine which is your Jenkins server, run the following command, and note the EXTERNAL-IP address of the platform-admin-ext service:
kubectl get svc -n <namespace>
If your Kubernetes or Openshift cluster is not in a cloud environment, look for the external IP address and use the value and port 46262 to connect to Developer studio. Example output of the command is as follows:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)platform-admin-ext ClusterIP 10.43.27.39 172.19.xxx.xx 46262/TCP,8008/TCP,20000/TCP,61617/TCP,7319/TCP,40001/TCP,9999/TCP,9556/TCP 16d
If your Kubernetes or Openshift cluster is in a cloud environment, look for the load balancer hostname and use the value and port 46262 to connect to Developer studio. Example output of the command is as follows:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) platform-admin-ext LoadBalancer 10.100.233.202 xxxxxxxxx.us-east-2.elb.amazonaws.com,xx.xx.xxx.xxx 46262:31301/TCP,8008:31827/TCP,20000:30189/TCP,61617:30579/TCP,7319:30370/TCP,40001:31482/TCP,9999:31476/TCP,9556:30511/TCP 8d
(Optional) Confirm that the platform-admin-ext service has the EXTERNAL-IP value configured by using the following command:
kubectl get svc -n <BMC Helix Innovation Suite namespace>
If the command output does not display any IP address for the platform-admin-ext service, the EXTERNAL-IP is not configured. Configure the EXTERNAL-IP by running the following command:
kubectl patch service platform-admin-ext -n <namespace> -p '{"spec":{"externalIPs":["'<IP address of your Kubernetes cluster worker node>'"]}}'
For example:
kubectl patch service platform-admin-ext -n <namespace> -p '{"spec":{"externalIPs":["'172.10.101.123'"]}}'
Where to go from here
Next task | To perform basic configurations such as configure set up users, and provide user permissions proceed with
Onboarding and implementing
|
---|---|
Back to process | Return to Installation process overview. |
Comments
Log in or register to comment.