Only if you are applying Update 1 to a Tridion Docs 15.1 setup, for each of your Content Managerapplication servers, run a PowerShell script.
Before you begin
You need to run the PowerShell script as an administrator.
Procedure
- Access one of your Content Manager application servers.
- Open a PowerShell prompt as an administrator.
- Go to the folder C:\IshCD\DATE.UPDATE.InfoShare.15.1.BUILDNUMBER.1.Trisoft-DITA-OT\, where DATE is the date of the release of Update 1, and BUILDNUMBER is the specific build number of the release.
- Do one of the following:
- If you still have at least one other Content Manager application server to update after this one, invoke the command
_Update-ISHWebAppServer.ps1 -SkipStartISHDeployment
- If this is your last (or only) Content Manager application server to update, invoke the command
_Update-ISHWebAppServer.ps1
Note: If there are multiple ISHDeployment instances running on this server (you can find out by using the Get-ISHDeployment cmdlet), also add -IshDeploymentName ISHDEPLOYMENTNAME, where ISHDEPLOYMENTNAME is the name of the variable that contains the name of your ISHDeployment (for example, $ishDeploymentName).
- If you still have at least one other Content Manager application server to update, repeat steps 1-4.