Staging Requirements
Key Requirements
O/S User / Privileges
- Delphix O/S user which is identical to the cassandra software installer O/S user. Script to create Delphix O/S user: createDelphixOSUser.sh
- Delphix O/S user must have read, write and execute privileges on:
- Cassandra Install Path: Location where software binaries are installed.
- The Cassandra installation on the staging environment must have the same version as the source environment.
- There must be a directory on the target environment where you can install the Delphix Plugin. This directory should have 2GB of available storage.
- Empty folder on host to mount nfs filesystem. This is just and empty folder with no space requirements and act as base folder for nfs mounts.
- Ensure any login banners similar to the one in the image below must be disabled on the staging host.
- The Delphix OS user account requires privilege elevation specifications.
Here is an example specification for the
sudo
privileges for mount, umount, ip on the staging host.Defaults:delphix !requiretty delphix ALL=NOPASSWD:/bin/mount,/bin/umount,/sbin/ip
- Install the OS utilities on the staging host to ensuring smooth execution of automated processes.
- expect : The utility plays a crucial role in automating interactive processes on the staging host.