Installing the e-Biz Impact server in console mode

These installation instructions assume you are logged in, with administrative privileges, to the server. After you enter the initial command, the installation automatically continues; however, you must respond to prompts.

StepsInstalling the e-Biz Impact server

  1. Insert the CD.

  2. Start the installer.

    Windows

    1. From a command prompt, enter the following:

       <CD drive>:\setup.exe -is:javaconsole -console
      
    2. Click OK.

  3. Solaris If you are using the Solaris automounter and insert the e-Biz Impact Server CD multiple times, the CD might be mounted with a hash mark and number suffix (for example, the first time you mount the CD, it is /cdrom/sybasecd, and the second time, /cdrom/sybasecd#1). The JRE does not run from a path that contains a hash mark, so you must either restart the system before you install, or run this command as “root”:

    rm /vol/dsk/*
    
    1. Mount the CD. For example:

      pfs_mount <CD DEVICE> /mnt_point
      
    2. Set the IP address:

      export DISPLAY=<IP address:0.0>
      
    3. To change to the /mnt_point directory, enter:

      %cd mnt_point
      
    4. Start the installer:

      %./setupSolaris.bin -is:javaconsole -console
      
  4. AIX

    1. Mount the CD. For example:

      mount -v cdrfs -o ro /dev/cd0 /cdrom
      
    2. Set the IP address:

      export DISPLAY=<IP address:0.0>
      
    3. To change to the /mnt_point directory, enter:

      %cd mnt_point
      
    4. Start the installer:

      %./setupAIX -is:javaconsole -console
      

    NoteTo display additional start-up commands for the AIX installer, enter:

    %.setupAIX -is:help
    
  5. HP-UX

    1. Mount the CD.

      Some of the installation files might have names longer than 31 characters, or have mixed-case file and directory names, so enter the following mount commands:

      nohup pfs_mountd &
      
      nohup pfsd &
      
      pfs_mount <cd device> /mnt_point
      
    2. Set the IP address:

      export DISPLAY=<IP address:0.0>
      
    3. To change to the /mnt_point directory, enter:

      %cd mnt_point
      
    4. To start the installer, enter:

      %./setupHP11.bin -is:javaconsole -console
      
  6. In the installer Welcome window, press Enter.

  7. Enter a directory name or press Enter to accept the default.

  8. Select the products to install.

  9. Select the features to install. A list of selected features displays.

  10. Press Enter. The progress bar displays installation progress. As the e-Biz Impact server and shared Sybase components are installed and the uninstall scripts are created, verbose text messages are echoed to the screen. You can safely ignore these messages.

  11. When you see a message saying the installation was successful, press Enter.

  12. Press Finish to exit.