Cloud (AWS, Azure, Google) deployment requirements

Last published : Jun 19, 2026
This section explains the system resource requirement and prerequisites for the deployment of Arctera InfoScale Operations Manager Management Server on cloud environment.
  • Make sure that the swap memory is properly configured, if the swap memory is not already configured then use the below commands to configure the swap memory:
Following is the example for 1 GB swap memory.
sudo dd if=/dev/zero of=/swapf1 bs=1024 count=1048576
sudo chmod 600 /swapf1
mkswap /swapf1
sudo swapon /swap
Add swap entry in /etc/fstab file.
/swapf1 swap swap defaults 0 0
  • Verify that the libltdl.so.7 file is present on the server. If it is not found then install it using below command:
On RHEL platform, installlibltdl lib using yum utility
Related information

yum install -y libtool-ltdl

Verify libltdl.so.7 file under/lib64 directory after installed.
# ls -ltra /usr/lib64/libltdl.so.7
On SLES platform, install libtool using zypper utility

zypper install libtool

Verify libltdl.so.7 file under/usr/lib64
# ls -ltra /usr/lib64/libltdl.so.7
  • Permit root or root level access for Arctera InfoScale Operations Manager installation and configuration.
For Network, firewall requirements and System requirements, see Chapter 2 in Arctera InfoScale™ Operations Manager Installation and Configuration Guide.
Hostname and IP should be added in /etc/hosts file.
For example: Ex: xxx.xxx.xxx.xxx example.domain.com example
Note: If DNS is not configured, then please add MH (Managed Hosts) entry in Arctera InfoScale Operations Manager under/etc/hostsfile. Similarly, Arctera InfoScale Operations Manager entry should be added in MH under/etc/hostsfile.