Installing SFCFSHA using the system command

Installing SFCFSHA on Solaris 10 using the pkgadd command

On Solaris 10, the packages must be installed while in the global zone.

To install SFCFSHA on Solaris 10 using the pkgadd command

  1. Mount the software disc.

    See Mounting the product disc.

  2. Copy the supplied VRTS* files from the installation media to a temporary location. Modify them if needed.
    # cp /cdrom/cdrom0/pkgs/VRTS* \
        /tmp/pkgs
  3. Create the admin file in the current directory. Specify the -a adminfile option when you use the pkgadd command:
        mail=
        instance=overwrite
        partial=nocheck
         runlevel=quit
        idepend=quit
        rdepend=nocheck
        space=quit
        setuid=nocheck
        conflict=nocheck
        action=nocheck
        basedir=default
  4. Use the product-specific install command with one of the following options to get a list of packages in the order to be installed:

    • minpkgs

    • recpkgs

    • allpkgs

    See About the Veritas installer.

    See Installation script options.

  5. Install the packages listed in step 4.
    #  pkgadd -a adminfile -d /tmp/pkgs pkgname.pkg

    On Solaris 10, these packages must be installed while in the global zone. If a package's pkginfo file contains the variable SUNW_PKG_ALLZONES set not equal to true, the -G option should additionally be specified to the pkgadd command.

  6. Verify that the packages are installed:
    # pkginfo -l
    			packagename

  7. Start the processes.

Installing SFCFSHA on Solaris 11 using the pkg install command

To install SFCFSHA on Solaris 11 using the pkg install command

  1. Mount the software disc.

    See Mounting the product disc.

  2. Copy the supplied VRTS* files from the installation media to a temporary location. Modify them if needed.
    # cp /cdrom/cdrom0/pkgs/VRTS* \
        /tmp/pkgs
  3. Use the product-specific install command with one of the following options to get a list of packages in the order to be installed:

    • minpkgs

    • recpkgs

    • allpkgs

    See About the Veritas installer.

    See Installation script options.

  4. Install the packages listed in step 3.
    #  /usr/bin/pkg  set-publisher -p /tmp/pkgs/VRTSpkgs.p5p Symantec
    #  /usr/bin/pkg  install -accept pkgname
    #  /usr/bin/pkg  unset-publisher Symantec
  5. Verify that the packages are installed:
    # pkg info packagename
  6. Start the processes.