From LMC, click the Software Client Groups tab.
From the Software Client Groups section, click or Add.
Type a unique name for the software client group.
Click Save or Add.
From LMC, click the Software Client Groups tab.
From the Software Client Groups section, select a software client group.
From the Tasks section, select Client Profiles.
In the Address field, type one of the following:
IP address (For example,
)IP address range (For example,
)Subnet (For example,
)FQDN (For example,
)Note: Using the asterisk wildcard character ( ) to represent the sections at the end of the IP address returns all devices in that subnet. For example, typing searches for all devices that have been discovered within the range 10.10.0.1–10.10.255.255. |
Click Add > Save.
When adding a software client on an MSCS, add the following information:
IP address of the logical host
IP addresses of all the physical nodes in the cluster
For more information, see Installing client software on a Microsoft Cluster Server.
Note: Software client groups manage software clients by IP address and do not require discovery. |
Software clients can be imported from an XML, TXT, or CSV file.
Click the Software Client Groups tab.
From the Software Client Groups section, select a software client group.
From the Tasks section, select Client Profiles.
Click Import, and then browse to the file.
Note: To prevent overwriting existing files, clear Overwrite if file already exists. |
Click Upload.
The entries in the file are added to the list of software clients.
In a CSV and TXT file, each line must contain a single IP address of a software client. The following is an example of an XML file structure:
<?xml version="1.0" encoding="UTF-8" ?> <filters> <filter> <address>10.10.2.200</address> </filter> <filter> <address>10.10.2.150</address> </filter> </filters>