Veritas Access Solutions Guide for Software-Defined Storage (SDS) Management Platform
- Introduction
- Deploying the SDS Management Platform with Veritas Access
- Using the SDS Management Platform interface
- Setting up SSL in the SDS Management Platform
- Performing authentication
- System backup and restore
- Troubleshooting
- SDS Management Platform known issues
Deploying the SDS Management Platform
Supported operating system: RHEL 7.4
Supported NetBackup server versions: 8.1 and later
Note:
If you are using NetBackup 8.1, you have to add a Veritas Access cloud instance. For more information, see https://www.veritas.com/support/en_US/article.000125094 .
Ensure that you have installed Java version 1.8.0u152.
You can find out the existing version of Java present in your system. If you have not installed Java, then, you can install it using the yum install java-1.8.0-openjdk command. If any other versions of Java are installed, you have to set the 1.8.0 version as the default.
You can set the default using the alternatives --config java option and selecting the required version.
Add Veritas Access cluster details to the
/etc/hosts
file of the NetBackup master server.
The SDS Management Platform RPMs are available at /dvd1-redhatlinux/rhel7_x86_64/fluidops/rpms
. You are required to install the following packages:
RPM containing the core platform: VRTSFOPS-platform-9.0.0.XXXX.noarch.rpm
RPM containing the modules for the SDS Management Platform (VDL branding, Infrastructure Application, Providers and the User Interface): VRTSFOPS-bundled-sds-mgmt-platform-1.0.XXXX.rpm
RPM containing the Long Term Retention Storage application: VRTSFOPS-bundled-sds-ltr-1.0.183.rpm
RPM containing the SDS module: VRTSsds-fops-1.0.xxxxx.rpm
To deploy the SDS Management Platform
- Install the core platform rpm.
rpm -Uv VRTSFOPS-platform*.rpm
- Install the bundled application.
rpm -Uv VRTSFOPS-bundled-sds*.rpm
- Install the SDS module.
rpm -Uv VRTSsds_fops*.rpm
- Check whether all the SDS services are running using the following command:
/etc/init.d/sds_fops status
/etc/init.d/sds-access_fops status
- Start the platform using the following command:
/etc/init.d/fops start
Note:
The applications can be updated without updating the core platform.
- Check whether all the services are running using the following command:
/etc/init.d/fops status
- After you install the SDS Management Platform RPMs on any Veritas Access cluster node, you have to open the 50443 port. You can open the port using the following command:
iptables -I INPUT 1 -p tcp --dport 50443 -j ACCEPT
The SDS Management Platform server takes some time to start. Wait for a few minutes.
After installing the SDS Management Platform RPMs, you can verify if the 50443 port is open using the following command:
netstat -plunt | grep 50443
If the command does not return any output, then you have to reload the systemctl daemon and restart the SDS Management Platform server.
systemctl daemon-reload systemctl restart fops
- After a few minutes, you can access the platform in a browser using the https://<host>:50443 URL.
- The default credentials are:
User: admin
Password: 5D5C+r1!
You can change the password on the User Management page. Go to Settings > User Management.