Skip to page content

Asia Pacific (English) Change

Update to EZproxy 5.0c GA for Solaris 2.6/7 (SPARC)

These instructions cover how to update existing Solaris 2.6/7 (SPARC) installations to new versions of EZproxy. These instructions are valid to update from any version of EZproxy to this release. This process will preserve all existing configuration files.

  1. Change your current directory to the directory where EZproxy is installed with a command such as:
    cd /usr/local/ezproxy
  2. Rename your existing copy of the program file ezproxy to another name such as ezproxy.em>yyyymmdd replacing yyyymmdd with the current year, month and day using a command such as:
    mv ezproxy ezproxy.yyyymmdd
  3. Download ezproxy-sol26-sparc.bin into the directory where EZproxy is installed. If you download this file on different system and use FTP to move it to your EZproxy server, be sure to perform this transfer using binary.
  4. Rename the program and make it executable with the commands:
    mv ezproxy-sol26-sparc.bin ezproxy
    chmod 755 ezproxy
  5. Create any new files required for the updated release with the command:
    ./ezproxy -m
  6. Use the following command to stop the old version of EZproxy:
    ./ezproxy stopall
  7. Start EZproxy with the command:
    ./ezproxy &