Plan Host Data Collection
Prior to configuring APTARE StorageConsole to discover your host inventory, you must identify the hosts for which you will be collecting data. Because each enterprise has a unique inventory of hosts with specific access requirements and restrictions, the process of ensuring successful host data collection requires an assessment of the hosts in your environment and several configuration steps.
Host Resources Prerequisites and Configurations
To gather data from hosts, the following privileges are required.
Sudo Commands: If you are using sudo for root privileges, update your sudoer file using the lists of the sudo commands (per OS) that are located on the Portal server in: <Home>/opt/aptare/updates
Table 2.1 Host Resources Prerequisites by Operating System
Host OS | Host Access Requirements | Port Requirements | Notes |
Linux RH Linux SUSE CentOS AIX HP-UX Solaris | ssh or telnet must be enabled Some commands may require an account with super-user root privileges. sudo, sesudo, and pbrun are supported; ensure the user ID has required sudo, sesudo, or pbrun privileges. | ssh: 22 telnet: 23 | Data collection uses ssh/telnet to execute commands. OS and application commands require root privileges for HBA API access. |
Windows | A WMI Proxy is required to collect from Windows hosts. All Windows hosts require a user ID with Administrator privileges for WMI. When the Data Collector Policy is configured to include file-level data, the Data Collector and associated WMI need to use a Windows Domain Administrator ID. | RPC: TCP Port 135 for WMI DCOM: TCP/UDP 1024-65535 TCP/IP 1248, if WMI Proxy server is not the same as the Data Collector server | |
WMI Proxy Requirements for Windows Host Data Collection
A WMI Proxy server is required for collecting data from Windows hosts.
• WMI uses DCOM for networking. DCOM dynamically allocates port numbers for clients. DCOM’s service runs on port 135 (a static port) and any client communicating with a host connects on this port. The DCOM service allocates the specific port for the WMI service. To set up a fixed port for WMI, see http://msdn.microsoft.com/en-us/library/bb219447%28VS.85%29.aspx.
• When installing the WMI proxy, if the installer detects that Microsoft .NET is not already installed, it notes this dependency and then installs .NET for you. Microsoft .NET contains several necessary libraries.
• .NET Framework 4 is installed by default with Windows Server 2012. You must explicitly install .NET Framework 3.5 to support the WMI Proxy Service installation. You do not need to uninstall .NET Framework 4.
Table 2.2 Host Resources Prerequisites by Operating System
Data Collector Server OS | WMI Proxy Requirements | Notes |
Windows | WMI proxy will be installed on Data Collector server by default | |
Red Hat Linux SUSE CentOS | Identify a Windows machine on which to install the WMI Proxy | Note the IP address of the server on which the WMI proxy resides, as you will use it during the Portal configuration process. |