Upgrade an Okta Provisioning Agent
Upgrade the Okta Provisioning Agent to get the latest features and functionality. During an upgrade, the service is stopped if it is running and it is not automatically started after an upgrade. The upgrade echoes the exact command needed to start the service.
Linux
- Sign in as root to your server.
- Copy the OktaProvisioningAgent*.rpm and okta-jre*.rpm to a scratch directory, and then cd to that directory.
- Determine if you have a previous version of the Okta Provisioning Agent on your server by entering the following command:
- Use yum to upgrade the existing provisioning agent by entering the following command:
- To restart your Okta Provisioning Agent, enter the following command.
- To confirm that the Okta Provisioning Agent is running, enter the following command:
rpm -q OktaProvisioningAgent
If it is present on the server, your command returns the name and current version.
yum localupdate <package name>
For example, yum localupdate OktaProvisioningAgent*.rpm
service OktaProvisioningAgent start
service OktaProvisioningAgent status
The process automatically restarts after the upgrade is complete.
Windows
See Install the Okta Provisioning Agent. You do not have to uninstall the previous Okta Provisioning Agent. Installing a new Okta Provisioning Agent replaces the previous version.