Upgrade Okta Provisioning Agent
Upgrade the Okta Provisioning Agent to get the latest features and functionality. During an upgrade, the service is stopped if it's running and it isn't 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 OktaProvisioningAgent*.rpm to a scratch directory, and then cd to that directory.
- Determine if there's a previous version of the Okta Provisioning Agent on your server by entering the following command:
rpm -q OktaProvisioningAgent
If the agent is present on the server, the command returns its name and version.
- Use yum to upgrade the existing provisioning agent by entering the following command:
yum localupdate <package name>
For example, yum localupdate OktaProvisioningAgent*.rpm
- To restart your Okta Provisioning Agent, enter the following command:
service OktaProvisioningAgent start
- To confirm that the Okta Provisioning Agent is running, enter the following command:
service OktaProvisioningAgent status
The process automatically restarts after the upgrade is complete.
When you upgrade the Okta Provisioning Agent from version 3.01 or earlier to version 3.01 or later, and you're using a Red Hat-like distribution (using rpm/yum), you must remove the current package. This explicit removal is necessary to avoid conflicts with the service manager. To remove it, use the following command: sudo yum remove OktaProvisioningAgent
Windows
See Install the Okta Provisioning Agent. You don't have to uninstall the previous Okta Provisioning Agent. Installing a new Okta Provisioning Agent replaces the previous version.
