Skip to content
QUALIFIED TRUST SERVICES

Legally compliant digital signatures (eIDAS) to drive forward the digitalization of your business processes.

CORPORATE TRUST SERVICES

Cryptography-based trust services
to protect your digital identities,
data and business secrets.

Qualified electronic signature products based on eIDAS - legally binding and secure.

API GUIDE

Upgrade your application with electronic signatures by primesign.





DOCUMENT SIGNING API

Signing of PDF documents. primesign handles document processing and adds a visual signature stamp.

HASH SIGNING API

Signing of hash values. Your application handles document processing and provides the document viewer.

CASH BOX API

RKSV-compliant JWS- or raw signatures for cash box receipts.





primesign TRUST CENTER

All documents for our qualified trust services, certificate revocation list, root-/CA- certificates, etc.

RESOURCES

Fact sheets, product documentation and more.



Vmware Standalone Converter Unable To Query The Live Linux Source Machine Full High: Quality

If you can provide the specific Linux distribution and version, as well as the Converter version you are using, I can offer more tailored troubleshooting steps. "unable to query the live source machine" in P2V convert

Before diving into deep troubleshooting, ensure these basic requirements are met. Most "unable to query" errors stem from simple configuration oversights. Port 22 must be open on the source machine.

The "Unable to query the live Linux source machine" error in VMware vCenter Converter Standalone typically occurs when the tool cannot execute its discovery scripts on the target machine . This is usually due to restrictive permissions, non-standard shell configurations, or network blockages. "unable to query the live source machine" in P2V convert If you can provide the specific Linux distribution

Security modules like SELinux (RHEL/CentOS) or AppArmor (Ubuntu/Debian) may block the Converter agent’s temporary files from executing.

To maximize your chances of success, run these commands on the Linux machine starting the conversion wizard: Port 22 must be open on the source machine

On newer Linux distributions like CentOS 8 or RHEL 8, the migration can fail due to missing legacy libraries that the Converter's script depends on. For example, the script might require libnsl.so.1 . The error log would show "error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory". The solution is to install the missing library manually on the source machine. For libnsl , you would typically run:

Unlike Windows migrations—which install a temporary agent service on the source OS—VMware Converter treats Linux machines differently. "unable to query the live source machine" in

One of the machines John needed to convert was a Linux server named "linux01." It was a critical system, running a custom application that supported several business-critical processes. John decided to use the VMware Standalone Converter to convert linux01 while it was still running, to minimize downtime.