LifeCycleX Installation
Prerequisite
- Make sure to complete environment preparation found in the Prerequisite for LifeCycleX Client.
Step 1: SQL Database Setting
-
Make sure to have an empty database ready.
-
The application user must be a “db Owner”.
-
Fill in the SQL server name or IP.
-
Check the On behalf of the application user checkbox to run the process with the credential of the application user.
-
If the checkbox is un-checked, the process will run under the logged in user credential.
-
Click the Create Tables Button to build the database tables, views and store procedures.
-
Verify the logger has line “Database version 6 is ready” and the button is not displayed anymore and click Next.
Step 2: Install the LifeCycleX Launcher
-
Login to the C-View server with the application user.
-
Make sure the application user is a local administrator.
-
Copy the Installer MSI to a local folder.
-
Double-click on the MSI to start the upgrade process (it will automatically uninstall the current version and install the new one).
-
Install the C-View Server as explained in Step 1.
Step 3: LifeCycleX Server Installation
-
Run LifeCycleX launcher by clicking on the desktop shortcut or run the application for this path C:\Program Files\LifeCycleX\Launcher\CVLauncher.exe.
-
Select Installation package: LifeCycleX server.
-
Fill out application user details:
a. Domain Name
b. Username
c. Password -
Click Next.
-
Validate application user identity.
-
Installing missing IIS features.
-
Installing missing PS modules.
-
Jump to the next wizard page. This step is loading the list of LifeCycleX modules.
- Right click on the list and select the option Mark all – install. The action column will update to "upgrade" for all rows.
-
Authentication setting for IIS (LifeCycleXAdmin). The default Windows authentication provider is NTLM. Note: You may select Kerberos, but it requires creating SPN and delegation after the installation process. For more details, read the section LifeCycleX Admin to Work with Kerberos.
-
Click Next to start the application upgrade process.
-
A confirmation window displays. Click OK to continue or cancel to go back and change the module selection.
LifeCycleX Admin to Work with Kerberos
|
IMPORTANT: This is a sample Kerberos configuration, if you are working with NTLM you may skip this section. |
-
Open the IIS Manager and select the LifeCycleX Admin application.
-
Go to Windows Authentication and remove the negotiation and NTLM providers.
-
Add a new Kerberos provider and save.
Define SPN for application user. PS command samples:
setspn -s HTTP/cviewserver.securely.local domain\Username
setspn -s HTTP/cviewserver domain\Username
Delegation for the application user. PS command sample:
Get-ADObject -Filter {Name -eq " appUser "} | Set-ADObject -Add @{"msDS-
AllowedToDelegateTo"=@("HOST/CAomputerName","HOST/CAComputerName.securely.local",
"rpcss//CAComputerName",”rpcss///CAComputerName.securely.local")}
Delegation for C-View Server PS command sample:
Get-ADObject -Filter {Name -eq " cviewserver "} |Set-ADObject -Add @{"msDS-
AllowedToDelegateTo"=@("HOST/CAComputerName","HOST/CAComputerName.securely.local",
"rpcss//CAComputerName",”rpcss///CAComputerName.securely.local")}
|
Legend: • |
LifeCycleX Remote Installations
Step 1
-
Run LifeCycleX launcher by clicking on the desktop shortcut or run the application for this path C:\Program Files\LifeCycleX\Launcher\CVLauncher.exe
-
The first wizard step is loading the previous installation setting. Verify data accuracy.
-
The table on the page's second part displays the action's status. These actions are also written to the trace log in folder: C:\CViewData\TraceLogs\Launcher.
-
Click Next.
-
Validate application user identity.
-
Installing missing IIS features.
-
Installing missing PS modules.
-
Jump to the next wizard page.
Step 2
- This step is loading the list of C-View modules. Each module shows if an upgrade is required.
- Right click on the list and select the option Mark all – install. The action column will update to "upgrade" for all rows.
- Click Next to start the application upgrade process. A confirmation window will be displayed.
- Click OK to continue or cancel to go back and change the module selection.