Veritas InfoScale™ 7.4 Installation Guide - Solaris
- Section I. Planning and preparation- Introducing Veritas InfoScale
- Licensing Veritas InfoScale
- System requirements
- Preparing to install- Mounting the ISO image
- Setting up ssh or rsh for inter-system communications
- Obtaining installer patches
- Disabling external network connection attempts
- Verifying the systems before installation
- Setting up the private network
- Setting up shared storage
- Synchronizing time settings on cluster nodes
- Creating a root user
- Configuring LLT interconnects to use Jumbo Frames
- Creating the /opt directory
- Planning the installation setup for SF Oracle RAC and SF Sybase CE systems
- Making the IPS publisher accessible
- Preparing zone environments
 
 
- 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
- Removing the Replicated Data Set
- Uninstalling Veritas InfoScale packages using the installer
- Uninstalling Veritas InfoScale using the pkgrm or pkg uninstall command
- Manually uninstalling Veritas InfoScale packages on non-global zones on Solaris 11
- Removing the Storage Foundation for Databases (SFDB) repository
 
- 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- About setting tunable parameters using the installer or a response file
- Setting tunables for an installation, configuration, or upgrade
- Setting tunables with no other installer-related operations
- Setting tunables with an un-integrated response file
- Preparing the tunables file
- Setting parameters for the tunables file
- Tunables value parameter definitions
 
- Appendix C. Troubleshooting installation issues
 
Veritas File System requirements
Veritas File System requires that the values of the Solaris variables   lwp_default_stksize and svc_default_stksize  are at least 0x8000 (for Solaris 11).  When you install the Veritas File System package, VRTSvxfs, the VRTSvxfs packaging scripts check the values of these variables in the kernel.  If the values are less than the required values, VRTSvxfs increases the values and modifies the /etc/system file with the required values. If the VRTSvxfs scripts increase the values, the installation proceeds as usual except that you must reboot and restart the installation program. A message displays if  a reboot is required.
To avoid an unexpected need for a reboot, verify the values of the variables before installing Veritas File System. Use the following commands to check the values of the variables:
| For Solaris 11: | # echo "lwp_default_stksize/X" | mdb -k lwp_default_stksize: lwp_default_stksize: 8000 # echo "svc_default_stksize/X" | mdb -k svc_default_stksize: svc_default_stksize: 8000 | 
If the values shown are less than 8000 (for Solaris 11), you can expect a reboot after installation.
Note:
The default value of the svc_default_stksize variable is 0 (zero), which indicates that the value is set to the value of the lwp_default_stksize variable. In this case, no reboot is required, unless the value of the lwp_default_stksize variable is too small.
To avoid a reboot after installation, you can modify the /etc/system file with the appropriate values. Reboot the system prior to installing the packages. Add the following lines to the /etc/system file:
| For Solaris 11: | set lwp_default_stksize=0x8000 set rpcmod:svc_default_stksize=0x8000 |