Send us a question or comment

I need to install, upgrade, or uninstall VShell® for UNIX on my AIX system.

Required Libraries

The following libraries must reside on your system for the VShell for UNIX installer to complete successfully:

AIX 5.3

  • libc.a(shr.o)
  • libpthread.a (shr_xpg5.o)
  • libcrypt.a(shr.o)

Install

To install VShell for UNIX, follow these steps:

Note: You must have root permissions to install VShell.

  1. Download VShell from the VanDyke Software web site. Make a note of the MD5 checksum listed below the download link that you use. You can ensure that the downloaded file has not been corrupted by comparing that number to the number generated by running the following command on the downloaded file:
     md5 <vshell filename>
  2. Clear port 22. By default, VShell uses port 22. Before installing VShell, stop all other services that run on port 22.
  3. Go to the directory where you downloaded the VShell installer.
  4. Enter the following command:
    gunzip vshell-<version number>-<build number>.aix.bff.tar.gz
  5. Install VShell using the following command:
    installp -a -X -d <version number>-<build number>.aix.bff all
    The installer will create the following files and install them to the indicated pathnames:

    /usr/local/sbin/vshelld
    /usr/local/bin/vcp
    /usr/local/bin/vkeygen
    /usr/local/bin/vpka
    /usr/local/bin/vsftp
    /usr/local/bin/vsh
    /usr/local/etc/vshell.init
    /usr/local/etc/vshell_pid.txt
    /usr/local/etc/vshelld_config.default
    /usr/local/etc/vshelld_config (not replaced if existing)
    /usr/local/etc/vshelld_primes.txt (not replaced if existing)
    /usr/local/man/man1/vcp.1
    /usr/local/man/man1/vkeygen.1
    /usr/local/man/man1/vpka.1
    /usr/local/man/man1/vsftp.1
    /usr/local/man/man1/vsh.1
    /usr/local/man/man5/vshelld_config.5
    /usr/local/man/man8/vshelld.8
    /usr/local/vshell/lib/libgcc_s.a
    /usr/local/vshell/lib/libstdc++.a
    /usr/share/doc/vshell-<version>/VShell_EULA.pdf
    /usr/share/doc/vshell-<version>/history.txt
    /usr/share/doc/vshell-<version>/order.txt
    /usr/share/doc/vshell-<version>/readme.txt
    /etc/rc.d/vshelld (copied from /usr/local/etc/vshell.init)
    /etc/rc.d/rc2.d/S99vshelld (linked to /etc/rc.d/vshelld)
    /etc/rc.d/rc2.d/K01vshelld (linked to /etc/rc.d/vshelld)
    /etc/inittab (modified)
  6. Once VShell has been installed successfully, you can quit the installer.

Upgrade

To upgrade VShell for UNIX, rerun installp using the following command:

installp -a -X -d <version number>-<build number>.aix.bff all

Note: You must have root permissions to upgrade VShell.

You should not remove the host keys when doing an upgrade unless you want them to be regenerated. If you do choose to regenerate the host keys, all users using the service must re-load the host key for the system.

Uninstall

To uninstall VShell for UNIX, enter the following command:

installp -u vshell

Note: You must have root permissions to uninstall VShell.

The uninstall program will not delete the following files:

/usr/local/etc/vshelld_config
/usr/local/etc/vshelld_eval.lic
/usr/local/etc/vshelld_hostkey
/usr/local/etc/vshelld_hostkey.pub
/usr/share/doc/vshell<version>

Return to Installations or Solutions page