InfoScale™ Operations Manager 9.0 Installation and Configuration Guide
- Section I. Installing and configuring Arctera InfoScale Operations Manager
- Planning your Arctera InfoScale Operations Manager installation
- Downloading Arctera InfoScale Operations Manager 9.0
- Typical Arctera InfoScale Operations Manager deployment configuration
- System requirements
- Installing, upgrading, and uninstalling Arctera InfoScale Operations Manager
- About installing Management Server
- About installing managed host
- About upgrading the Management Server
- About backing up and restoring Arctera InfoScale Operations Manager data
- About upgrading managed hosts to Arctera InfoScale Operations Manager 9.0
- Configuring Arctera InfoScale Operations Manager in a high availability and disaster recovery environment
- Configuring the high availability feature in Arctera InfoScale Operations Manager
- Configuring a new Arctera InfoScale Operations Manager installation in high availability environment
- Configuring an existing Arctera InfoScale Operations Manager installation in high availability environment
- Configuring a new Arctera InfoScale Operations Manager installation in high availability environment
- Configuring Management Server in one-to-one DR environment
- Configuring Arctera InfoScale Operations Manager in high availability and disaster recovery environment
- About upgrading the high availability configurations
- About upgrading the high availability and disaster recovery configurations
- Configuring the high availability feature in Arctera InfoScale Operations Manager
- Installing and uninstalling Arctera InfoScale Operations Manager add-ons
- Uploading a Arctera InfoScale Operations Manager add-on to the repository
- Installing a Arctera InfoScale Operations Manager add-on
- Uninstalling a Arctera InfoScale Operations Manager add-on
- Removing a Arctera InfoScale Operations Manager add-on from the repository
- Canceling deployment request for a Arctera InfoScale Operations Manager add-on
- Installing a Arctera InfoScale Operations Manager add-on on a specific managed host
- Uninstalling a Arctera InfoScale Operations Manager add-on from a specific managed host
- Planning your Arctera InfoScale Operations Manager installation
- Section II. Setting up the Management Server environment
- Basic Arctera InfoScale Operations Manager tasks
- Adding and managing hosts
- Overview of host discovery
- Overview of agentless discovery
- About installing OpenSSH on a UNIX host
- Adding the managed hosts to Management Server using an agent configuration
- Adding the managed hosts to Management Server using an agentless configuration
- Adding Agentless hosts to the Management Server using Profile
- Editing the agentless host configuration
- Setting up user access
- Adding Lightweight Directory Access Protocol or Active Directory-based authentication on Management Server
- Configuring LDAP using CLI
- Setting up fault monitoring
- Creating rules in the Management Server perspective
- Editing rules in the Management Server perspective
- Deleting rules in the Management Server perspective
- Enabling rules in the Management Server perspective
- Disabling rules in the Management Server perspective
- Suppressing faults in the Management Server perspective
- Suppressing a fault definition in the Management Server perspective
- Setting up virtualization environment discovery
- Setting up near real-time discovery of VMware events
- Requirements for discovering the Solaris zones
- Adding a virtualization server
- Editing a virtualization discovery configuration
- Refreshing a virtualization discovery configuration
- Deploying hot fixes, packages, and patches
- Installing a Arctera InfoScale Operations Manager hot fix, package, or patch
- Configuring Management Server settings
- Configuring SNMP trap settings for alert notifications
- Setting up extended attributes
- Viewing information on the Management Server environment
- Appendix A. Troubleshooting
- Management Server (MS)
- Managed host (MH)
- Management Server (MS)
Cloud (AWS, Azure, Google) deployment requirements
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, install
libltdl lib
using yum utility# 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/hosts
file. Similarly, Arctera InfoScale Operations Manager entry should be added in MH under /etc/hosts
file.