Configure UNIX agent components
The Control Center gives you access to the tools you need to perform UNIX identity management tasks.
NOTE: If the Control Center is not currently open, you can either double-click the desktop icon or access it by means of the Start menu.
Follow the steps outlined on the Control Center Home page to get your UNIX agents ready.
Upgrade client components manually
You can upgrade your Safeguard Authentication Services client components from the UNIX command line.
The first time you install or upgrade the Safeguard Authentication Services Windows components in your environment, One Identity recommends that you configure Active Directory for Safeguard Authentication Services to utilize full functionality. This is a one-time Active Directory configuration step that creates the Safeguard Authentication Services application configuration in your forest. Safeguard Authentication Services uses the information found in the application configuration to maintain consistency across the enterprise.
To upgrade the Safeguard Authentication Services agent package
-
Log in and open a root shell.
-
Mount the installation ISO and run the appropriate command.
See Additional configuration information that follows the table.
Table 10: Safeguard Authentication Services: Agent commands
Linux x86 - RPM |
# rpm -Uhv /<mount>/client/linux-x86/vasclnt-<version>-<build>.i386.rpm |
Linux x64 - RPM |
# rpm -Uhv /<mount>/client/linux-x86_64/vasclnt-<version>-<build>.x86_64.rpm |
Linux x86 - DEB |
# dpkg -i /<mount>/client/linux-x86/vasclnt-<version>-<build>.i386.deb |
Linux x64 - DEB |
# dpkg -i /<mount>/client/linux-x86_64/vasclnt-<version>-<build>_amd64.deb |
Linux s390 |
# rpm -Uhv /<mount>/client/linux-s390/vasclnt-<version>-<build>.s390.rpm |
Linux s390x |
# rpm -Uhv /<mount>/client/linux-s390x/vasclnt-<version>-<build>.s390x.rpm |
SLES 11, 12, and 15 PPC |
# rpm -Uhv /<mount>/client/linux-glibc23-ppc64/vasclnt-glibc23-<version>-<build>.ppc64.rpm |
Oracle Solaris 10 and 11 x64 |
# pkgadd -d /<mount>/client/solaris10-x64/vasclnt_SunOS_5.10_i386-<version>-<build>.pkg vasclnt |
Oracle Solaris 10 and 11 SPARC |
# pkgadd -d /<mount>/client/solaris10-sparc/vasclnt_SunOS_5.8_sparc-<version>-<build>.pkg vasclnt |
HP-UX PA-RISC 11i v3 (B.11.31) |
# swinstall -s /<mount>/client/hpux-pa-11v1/vasclnt_hpux-11.11-<version>-<build>.depot vasclnt |
HP-UX IA64 11i v3 (B.11.31) |
# swinstall -s /<mount>/client/hpux-ia64/vasclnt_ia64-<version>-<build>.depot vasclnt |
AIX 7.1 and 7.2 |
# installp -acXd /<mount>/client/aix-71/vasclnt.AIX_5.3.<version>-<build>.bff all |
Mac OS X |
/usr/sbin/installer -pkg '/<mount>/VAS.mpkg/Contents/Packages/vasclnt.pkg' -target / |
FreeBSD 10 and 11 |
pkg /<mount>/client/freebsd-x86_64/vasclnt-<build>.txz |
Amazon Linux AMI |
# rpm - Uhv /<mount>/client/linux-x86_64/vasclnt-<build>.x86_64.rpm |
Additional configuration information
NOTE: During the upgrade, vasd reloads and updates its user and group cache. To restart the Safeguard Authentication Services caching service, see Restarting services.
NOTE: Oracle Solaris: The -a vasclient-defaults option specifies an alternative default file for pkgadd administrative options that allows pkgadd to overwrite an existing package with a new package.
pkgadd does not support the concept of upgrading a package, so this allows you to upgrade without having to rejoin your machine to the Active Directory domain, or uninstalling the old version first.
NOTE: HP-UX: Reboot the HP-UX machine to ensure that all of the new files are installed. HP-UX does not allow you to overwrite files that are in use—this is done as part of the boot sequence.