InfoScale™ 9.0 Installation Guide - Solaris
- Section I. Planning and preparation
- Introducing Arctera InfoScale
- Licensing Arctera InfoScale
- System requirements
- Preparing to install
- Setting up the private network
- Setting up shared storage
- Planning the installation setup for SF Oracle RAC systems
- Section II. Installation of Arctera InfoScale
- Installing Arctera InfoScale using the installer
- Installing Arctera InfoScale using response files
- Installing Arctera InfoScale using operating system-specific methods
- Completing the post installation tasks
- Section III. Uninstallation of Arctera InfoScale
- Uninstalling Arctera InfoScale using the installer
- About removing Arctera InfoScale
- Uninstalling Arctera InfoScale using response files
- Uninstalling Arctera InfoScale using the installer
- Section IV. Installation reference
- Appendix A. Installation scripts
- Appendix B. Tunable files for installation
- Appendix C. Troubleshooting installation issues
Installing InfoScale using an IPS repository
InfoScale common product installer (CPI) supports InfoScale deployment using the Image Packaging System (IPS) repository. CPI includes an option named -ipsrepo
that defines the IPS repository path or the repository name for performing IPS-based installation on Solaris.
The following procedure describes how to perform an IPS-based InfoScale installation on the Solaris operating system. The general process is to first create an IPS repository that contains the InfoScale installation packages, and then run CPI with the IPS repository option.
To install InfoScale using a Solaris IPS repository
- Create a new boot environment (BE) and then mount the BE.
Run the following commands:
# beadm create isreponame
# beadm mount isreponame /isrepomount
Here,
isreponame
represents the InfoScale repository name andisrepomount
represents the mount path where the repository is mounted. These names are used as examples only. You can specify custom names as per your requirements. - To display a list of InfoScale packages and Solaris version for the newly created BE, run the following commands:
# pkg -R /isrepomount list VRTS*
# pkg -R /isrepomount info entire
The output displays a list of all the Solaris packages (SRU) that are in the repository, including the InfoScale installer packages (*vrts).
- Download and extract the InfoScale base software to the BE mount path using the following commands:
# cd /isrepomount
# ls /isrepomount/infoscalesoftware.tar.gz
# tar -zxvf infoscalesoftware.tar.gz
The CPI installer script is located at the path:
/isrepomount/dvd1-sol_sparc/sol11_sparc
.Here,
infoscalesoftware.tar.gz
represents the base InfoScale software. The actual file name might vary depending on the release version. - Create a Solaris IPS repository for the InfoScale installer packages.
Run the following commands:
# zfs create rpool/export/ispackagerepo
# zfs list | grep ispackagerepo
# pkgrepo create /export/ispackagerepo
Here,
export/ispackagerepo
represents the InfoScale packages repository. You can specify a custom name as per your requirements. - Add the InfoScale packages to the newly created IPS repository.
# pkgrecv -s /dvd1-sol_sparc/sol11_sparc/pkgs/VRTSpkgs.p5p -d /export/ispackagerepo '*'
- Download and extract the InfoScale patch updates, if any.
Run the following commands:
# cd /root
# tar -zxvf infoscalepatch.tar.gz
Here,
infoscalepatch.tar.gz
represents the InfoScale patch. The actual file name might vary. - Add the InfoScale p5p packages to the InfoScale repository. For each VRTS*.p5p package, run the following command to add the package to the repository:
# for I in 'ls -1 /root/patches/*.p5p`; do echo $i; pkgrecv -s $i -d '/export/ispackagerepo/' '*'; done | sh -x
- Verify the package add status using the following command:
# /usr/bin/pkgrepo info -s 'export/ispackagerepo'
PUBLISHER PACKAGES STATUS UPDATED Arctera 14 online 2024-09-04T15:10:04.631401Z
The command output may resemble the following:
PUBLISHER NAME VERSION Arctera VRTSaslapm 9.0.0.1500:20240523T015901Z Arctera VRTScavf 9.0.0.1700:20240517T050644Z Arctera VRTScps 9.0.0.1100:20240514T204446Z Arctera VRTSdbac 9.0.0.1100:20240523T120021Z Arctera VRTSdbed 9.0.2.1200:20240508T104510Z Arctera VRTSgms 9.0.0.1700:20240517T050757Z Arctera VRTSodm 9.0.0.1700:20240517T050958Z Arctera VRTSsfcpi 9.0.0.1200:20240531T063929Z Arctera VRTSsfmh 9.0.0.500:20240321T154308Z Arctera VRTSvbs 9.0.0.1100:20240226T065309Z Arctera VRTSvcs 9.0.0.1100:20240514T205256Z Arctera VRTSvxfen 9.0.0.1100:20240514T204555Z Arctera VRTSvxfs 9.0.0.1700:20240517T053317Z Arctera VRTSvxvm 9.0.0.1500:20240523T015547Z
The command output is for representation purpose only. The actual output varies depending on the released packages and their versions.
- Run the InfoScale CPI installer to start the InfoScale installation.
Navigate to the InfoScale installation directory in the InfoScale IPS repository:
# cd /isrepomount/dvd1-sol_sparc/sol11_sparc
Run CPI installer with the
-ipsrepo
option followed by the repository name:# ./installer -isrepo <repository_name>
If
isrepo
is the InfoScale repository name, the command should resemble the following:# ./installer -isrepo isrepo
If the IPS repository is not local and is on a network path, you can use the following command to run the installer:
# ./installer -patch_path /export/ispackagerepo -ipsrepo 'http://<hostname>:8092/' -rootpath /isrepo
- After the installation is complete, verify the updated InfoScale package information.
Run the following command:
# pkg -R /isrepo list VRTS*