Overview
Zetaris hybrid lakehouses leverage the power of Vcinity data pipes to enable seamless data transfers between cloud-based and on-premises lakehouses. These data pipes serve as the backbone for efficient and secure data exchange, ensuring that organizations can seamlessly move and synchronize data across different storage environments.
By utilizing Vcinity data pipes, organizations can take advantage of high-speed connectivity and optimized data transfer protocols, facilitating smooth and reliable data movement. Whether transferring data between cloud and on-premises environments or across multiple distributed sites, the Vcinity data pipes ensure that data transfer is fast, secure, and efficient.
The Vcinity Solution is a cutting-edge technology that seamlessly integrates with enterprise networks as a standard NAS or high-speed storage tier. When connected over the MAN/WAN, it facilitates high-performance, geo-diverse data exchange. Key components of the Vcinity solution include Ultimate X (ULT X), Command X, and Access X.
The architecture behind this approach is designed to streamline data management processes, enhance data accessibility, and support the scalability of hybrid lakehouse environments. With Vcinity data pipes at the core, organizations can confidently manage their data resources, maximize productivity, and drive innovation within their data ecosystem.
In terms of performance, the Vcinity Solution boasts exceptional features:
- Achieving up to 95% bandwidth utilization on terrestrial and satellite links regardless of network connection size
- Providing near-real-time access to remote data as if it were stored locally
- Enabling the transfer of terabytes to petabytes of data at remarkable speeds, such as transferring 1PB in less than a day over a 100Gbps link, making it ideal for organizations with extensive data transfer needs.
Transfer data between virtual machines (VMs) equipped with Vcinity using the Zetaris notebook.
Pre-Requisites
2 VMs with Vcinity installed on them
Zetaris SaaS/VM
Steps to configure Vcinity Source VM
-
Login to source VM
-
Create a password for Vcinity frontend
-
Unlock the credentials for configuration by running the unlock script:
sudo /root/scripts/misc/root-unlock.sh
-
Set the ULT X administration password:
sudo ultx debug admin-reset <user-defined-password> sudo ultx enable all sudo ultx restart all
-
Set the ULT X hostname:
sudo hostnamectl set-hostname ultxv1-host
-
Restart your ULT X instance either through the AWS console or by issuing reboot on the command line:
sudo reboot
-
-
Login to the first VM's frontend
-
<https://<Your_ULT-X_EC2_Public_IP_Address>/login
-
For example : https://3.5.XXX.45/login
-
-
Login screen will appear
-
Put username as “admin” and the password that created in 2.b.1. Click on sign in
-
Save the INI file which needed to be upload on your machine
-
Change the public IP on line 67 to your destination public IP. For example 44.XXX.33.16/X4 is destination Public IP
-
Save the file with .ini extension
-
-
On the next page upload the INI file and click Next
- Click on Save on the next screen
-
-
Now Open setting screen on the front and change tranfer to peer to peer method
Steps to configure Vcinity Destination VM
-
Do the exact same steps as you did to configure Destination except
-
Change the public IP on line 67 in the .ini file to your Source public IP. For example 3.235.157.249/24 is destination Public IP
-
Check If configuration is done properly on both source and destination machine
-
Login to Source VM
-
Run command on source vm
-
Sudo check_tunnel
-
status will be ok and it will show destination public IP
-
-
Login to Destination VM
-
Run command on destination VM
-
-
Sudo check_tunnel
-
status will be ok and it will show source public IP
-
-
Now the machine is set up properly and can transfer data from source to destination and vice versa
Step to transfer data between source and destination
-
Find source node information
-
Login to frontend : https://<public IP>/login
-
Go to configuration. Then click on inventory. you will see source details
-
- Go to configuration. Then click on locations. You will see destination details
-
-
You can then carry out file transfers using curl commands or Zetaris notebooks. Contact Zetaris for sample connectivity notebooks