To apply an update to S2IX follow these steps:
- Log onto the primary server of the node.
- Navigate to Central Administration.
- Navigate to System Settings.
- Navigate to Manage farm solutions.
- For each of the solutions s2ix.branding.wsp and s2ix.wsp (executed in this order):
- Click on the solution Name.
- Click Retract Solution.
- Click Ok.
- Once the solution has been retracted, click on the solution name.
- Click Remove Solution.
- Click Ok.
- Included within the update package is three solutions s2ix.wsp, s2ix.branding.wsp and s2ix.branding.ran.wsp. For each of these solutions:
- Open a SharePoint 2019 Management Shell session.
- Enter the command Add-SPSolution -LiteralPath <wsp-path> where <wsp-path> is the path to each wsp file located where you extracted the cumulative update to e.g. F:\Source\CumulativeUpdate4\S2IX\s2ix.wsp
- Run the above command.
- Navigate to Central Administration.
- Navigate to System Settings.
- Navigate to Manage farm solutions.
- For each of the solutions s2ix.wsp and s2ix.branding.wsp (executed in this order):
- Click on the solution Name.
- Click Deploy Solution.
- Click Ok.
- Once all the solutions have been deployed, restart the server.
- Log onto the primary server of the node.
- Start a PowerShell session as an administrator.
- Add in the S2IX PowerShell Snapin by running the command Add-PSSnapin S2IX.PowerShell.
- Run the command Invoke-S2IXDatabaseUpgrade.
- Review and update the node.config and nodenetwork.config files in C:\Program Files\S2IX\Configuration as appropriate, based on any release notes or environment requirements.