Contents
-
Introducing Tachyon Platform
-
Quick Start
-
Implementing Tachyon Platform
-
Using consumer applications
-
Using Settings
-
Using Inventory
-
Troubleshooting
-
Extending Tachyon
-
Training
-
Tachyon v5.2 - Install and Configure - Lab Guide
-
Ex 1 - Tachyon v5.2 - Install and Configure - Installing and Configuring Tachyon Prerequisites
-
Ex 2 - Tachyon v5.2 - Install and Configure - Installing Tachyon
-
Ex 3 - Tachyon v5.2 - Install and Configure - Configure Users and Roles
-
Ex 4 - Tachyon v5.2 - Install and Configure - Upload Instruction Sets and Create Management Groups
-
Ex 5 - Tachyon v5.2 - Install and Configure - Working with Instructions
-
Ex 6 - Tachyon v5.2 - Install and Configure - Microsoft Configuration Manager Integration
-
Ex 7 - Tachyon v5.2 - Install and Configure - Consumer Application Configuration
-
Ex 8 - Tachyon v5.2 - Install and Configure - Post installation optional configuration
-
Ex 1 - Tachyon v5.2 - Install and Configure - Installing and Configuring Tachyon Prerequisites
-
Tachyon v5.2 - AppClarity Training
-
Tachyon v5.2 - Application Migration Training
-
Tachyon v5.2 - Using - Using Experience - Lab Guide
-
Tachyon v5.2 - Using - Using Explorer - Lab Guide
-
Tachyon v5.2 - Using - Using Guaranteed State - Lab Guide
-
Tachyon v5.2 - Using - Using Inventory - Lab Guide
-
Tachyon v5.2 - Using - Using Patch Success - Lab Guide
-
Tachyon v5.2 - Using - Using TIMS - Lab Guide
-
Tachyon Advanced v5.2 Lab Guide
-
Tachyon v5.2 - Using - Application Programming Interface Lab Guide
-
Tachyon - Nomad as Content Provider Lab Guide
-
Tachyon v5.2 - Install and Configure - Lab Guide
-
Reference
Installing and Configuring Tachyon Prerequisites
Tachyon has a few prerequisites which need to be installed before the server components can be installed. The installer will install the server roles and features via PowerShell scripts, however there are a few other prereqs we need to account for.
In this lab, you will learn how to install and configure the server upon which we will install all the Tachyon components.
Create a DNS Alias
- On 1ETRNDC logon as 1ETRN\administrator. Search for DNS from the Start page
- Open DNS manager, expand 1ETRNDC> Forward Lookup Zones and select 1ETRN.LOCAL
- Select the Action menu and select New Alias (CNAME)…
- In the Alias name field, type TACHYON
- In the Fully qualified domain name (FQDN) for target host, type 1ETRNAP.1ETRN.local
- Click OK
- Open a CMD prompt and run Ping tachyon. Validate that it resolves to 1etrnap.1etrn.local (10.0.0.4)
Create a web certificate for the Tachyon website
Each server that has Tachyon Server components installed requires its own Web Server certificate (except for a remote SQL Server). This certificate must be enrolled prior to installation of Tachyon on the server. In this task, we will create a web server template for use with Tachyon, and then enroll the Tachyon server with the certificate.
- Log onto 1ETRNCM as 1ETRN\administrator
- From the start menu, launch Certification Authority
- Expand 1ETRN-1ETRNCM-CA. navigate to Certificate Templates
- Right-click on Certificate Templates and click Manage
- Within the Certificate Templates Console, locate the Web Server template
- Right-click on the Web Server template and select Duplicate Template
- On the General tab, enter Tachyon Web Server as the Template display name
- On the Security tab, click the Add button
- Click the Object Types button, and check Computers
- Type 1ETRNAP in the Enter the object names to select box and click the Check Names button
- Ensure 1ETRNAP has resolved. Click Ok
- Ensure 1ETRNAP has Read access. Check the Allow box for Enroll
- Click OK to save the template. Validate that the Tachyon Web Server template now exists in the Certificate Templates Console
- Close the Certificate Templates console and return to the Certificate Authority console
- Right-click on Certificate Templates, and select New > Certificate Template to Issue
- Select the Tachyon Web Server template and click OK
- Validate that the Tachyon Web Server template is now visible in the Certificate Templates space
- Close the CA console
- Restart the server
Add the Tachyon Server Computer Account to SCCM
- Log onto 1ETRNCM as SCCMAdmin
- From the Start menu type in Users and launch Edit Local Users and Groups
- Click on Groups – Find ConfigMgr_DViewAccess group and double-click it
- Click Add. Click Object Types and Check the box next to Computers. Click OK
- Type in 1ETRNAP then click Check Names
- Click Ok. Click Ok then close Lusrmgr
Requesting the Web Certificate on the Tachyon server
- Restart 1ETRNAP
- Log into 1ETRNAP as 1ETRN\AppInstaller
- From the start menu, type Cert, and click on Manage computer certificates
- In the Computer Certificates console, right-click on Personal and select All Tasks > Request New Certificate
- In the Certificate Enrollment wizard, on the Before You Begin page, click Next
- On the Select Certificate Enrollment Policy page, click Next
- On the Request Certificates page, note that two certificates are available
- Under the Tachyon Web Server certificate, click on the link in blue next to the warning symbol. This will open Certificate Properties
- In the Alternate name field, change Type to DNS
- In the Value field, enter tachyon.1etrn.local. Click the Add button
- On the General tab of the Certificate Properties, input Tachyon Web Certificate in the Friendly Name space
- Click OK to close the Certificate Properties
- Select the Tachyon Web Server certificate and click Enroll. Once enrolled, click Finish
- In the Certificates console, expand Personal > Certificates, and validate that the certificate has been added
Lab Summary
In this lab, we managed the manual prerequisites required to install Tachyon. We set up a DNS alias to be used by Tachyon internally and externally, and we created a copy of the web certificate template and enrolled it on our Tachyon server. In the next lab, we will see the installer manage the remaining prerequisites.
Next Page
Ex 2 - Tachyon v5.2 - Install and Configure - Installing Tachyon