Categories: AsperaIBM

Switching from trapd to pvcl_cloud

Introduction 

The IBM Aspera High-Speed Transfer Server (HSTS) includes the ability to natively read and write object storage within all of the major public cloud providers. This was originally implemented as a standalone service called Aspera Trapd, which was implemented in Java.  With the release of HSTS v4.1, a new implementation of this service was written in C, leveraging pvcl and packaged as part of the core code base rather than as a standalone service.  This implementation promises faster object storage access with a smaller memory footprint. 

Procedure 

In order to leverage this new native object storage implementation, we simply need to create a symlink for the new binary to be discovered, restart asperanoded, and disable the trapd service: 

  • ln -s /opt/aspera/lib/pvcl/libpvcl_cloud.so /opt/aspera/lib/
  • systemctl restart asperanoded
  • /opt/aspera/bin/astrap-config.sh disable

Now the Java based trapd service is no longer running and the new pvcl_cloud implementation is enabling read/write to cloud object storage.  For more information on this service, you can visit: https://www.ibm.com/docs/en/ahts/4.4?topic=cloud-getting-started-aspera-pvcl 

Scott Pecnik

Recent Posts

Secure Data Transfer: Protecting Your Business’s Sensitive Information

In today's digital economy, data is more than just a resource—it's the backbone of modern…

5 days ago

PacGenesis Expands IBM Partnership with webMethods Managed File Transfer

At PacGenesis, our commitment to delivering secure, high-speed data transfer solutions has made us a…

2 weeks ago

PacGenesis Named Trend Micro’s 2025 US Catalyst Partner of the Year

Austin, TX – May 1, 2025 — PacGenesis has been officially recognized as Trend Micro’s…

4 weeks ago

FTP (File Transfer Protocol) is one of the earliest protocols designed to transfer files between…

4 weeks ago

What is SFTP (Secure File Transfer Protocol)?

Before we dig into SFTP, let’s quickly discuss FTP also known as the file transfer…

4 weeks ago

Latency is the response time between a user's action and the system’s reaction—how long it…

1 month ago