Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.2 Installation Guide - Solaris
Last Published:
2018-08-24
Product(s):
InfoScale & Storage Foundation (7.2)
Platform: Solaris
- Section I. Introduction to Veritas InfoScale
- Section II. Planning and preparation
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC and SF Sybase CE systems
- Section III. Installation of Veritas InfoScale
- Installing Veritas InfoScale using the installer
- Installing Veritas InfoScale using response files
- Installing Veritas Infoscale using operating system-specific methods
- Completing the post installation tasks
- Section IV. Uninstallation of Veritas InfoScale
- Uninstalling Veritas InfoScale using the installer
- About removing Veritas InfoScale
- Uninstalling Veritas InfoScale using the pkgrm or pkg uninstall command
- Uninstalling Veritas InfoScale using response files
- Uninstalling Veritas InfoScale using the installer
- Section V. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Manually installing packages on Oracle Solaris 11 systems
To install packages on Solaris 11 system
- Copy the
VRTSpkgs.p5p
package from thepkgs
directory from the installation media to the the system at/tmp/install directory
.. - Disable the publishers that are not reachable, as package install may fail if any of the already added repositories are unreachable.
# pkg set-publisher --disable <publisher name>
- Add a file-based repository in the non-global zone.
# pkg set-publisher -p /tmp/install/VRTSpkgs.p5p Veritas
- Install the required packages.
- To configure an OracleVMServer logical domain for disaster recovery, install the following required packages inside the logical domain:
# pkg install --accept VRTSvcsnr
- Remove the publisher on the non-global zone.
# pkg unset-publisher Veitas
- Clear the state of the SMF service if non-global zones are present in the system. In presence of non-global zones, setting the file-based repository causes SMF service
svc:/application/pkg/system-repository:default
to go into maintenance state. .# svcadm clear svc:/application/pkg/system-repository:default
- Enable the publishers that were disabled earlier.
# pkg set-publisher --enable <publisher>