Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4 Installation Guide - Solaris
Last Published:
2019-02-26
Product(s):
InfoScale & Storage Foundation (7.4)
Platform: Solaris
- Section I. Planning and preparation
- Introducing Veritas InfoScale
- Licensing Veritas InfoScale
- 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 II. 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 III. Uninstallation of Veritas InfoScale
- Uninstalling Veritas InfoScale using the installer
- About removing Veritas InfoScale
- Uninstalling Veritas InfoScale using response files
- Uninstalling Veritas InfoScale using the installer
- Section IV. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Manually installing packages on Solaris non-global zones
With Oracle Solaris 11, you must manually install Veritas InfoScale packages inside non-global zones.
To install packages manually on Solaris non-global zones
- Ensure that the SMF service
svc:/application/pkg/system-repository:default
andsvc:/application/pkg/zones-proxyd:default
are online on the global zone.global# svcs svc:/application/pkg/system-repository:default global# svcs svc:/application/pkg/zones-proxyd:default
- Log on to the non-global zone as a super user.
- Ensure that the SMF service
svc:/application/pkg/zones-proxy-client:default
is online inside non-global zonenon-global# svcs svc:/application/pkg/zones-proxy-client:default
- Copy the
VRTSpkgs.p5p
package from thepkgs
directory from the installation media to the global zone (for example 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.
global# pkg set-publisher --disable <publisher name>
- Add a file-based repository in the global zone.
global# pkg set-publisher -g /tmp/install/VRTSpkgs.p5p Veritas
- Log on to the non-global zone as a super user and install the required packages.
non-global# pkg install --accept <list of packages>
where <list of packages> is the names of the packages that are required to be installed.
- Remove the publisher on the global zone.
global# pkg unset-publisher Veritas
- Enable the publishers that were disabled earlier.
global# pkg set-publisher --enable <publisher>