|
ADDING/DELETING EXTERNAL AGENTS IN BULK
Using the eG admin interface, you can also add/delete two/more external agents in bulk in the eG Enterprise. This is very useful, particularly in large IT environments, where massive server farms are managed and needs to be monitored. In such environments, manually adding every external agent to the eG Enterprise would require a lot of administrative time and effort. Bulk addition/deletion of external agents significantly reduces administrator workload in large IT infrastructures by simplifying agent management and maintenance.
For adding external agents in bulk, do the following:
Login to the eG admin interface.
Follow the Agents > External Agents menu sequence.
The External Agent Configuration page appears, click the Bulk Agents Add/Delete button.
ADD/DELETE EXTERNAL AGENTS IN BULK window will then appear. To add external agents in bulk, select the Add option in this window.
Typically, you need to enter the details of all the external agents you want to add in a CSV file. This file should then be uploaded to the eG manager, so that all the external agents configured in the CSV file are added to the eG Enterprise at one shot. To help you build this CSV file quickly, eG Enterprise provides you with a ready-to-use template. Click on the Download sample CSV link in this window to download this CSV sample/template to the local host.
Next, proceed to edit the downloaded CSV sample/template. The template is pre-configured with columns to capture information pertaining to an external agent - e.g.,name of the agent, Host IP, client emulations, etc. When editing the template, make sure you fill each column with the information related to the external agent you want to add. A single row in the CSV file will contain all the details required for adding an external agent to the eG Enterprise. For adding multiple external agents therefore, multiple rows of data need to be provided.
Note:
You can add rows of external agent information to the CSV file, but you should not add new columns to it. Nor can you change the labels of the existing columns.
Once the CSV file is filled in and is ready to be uploaded, save the file. When saving, you can change the name and/or location of the file, if you so want.
Note:
Make sure that you do not change the file type (.csv) when saving the file.
Then, using the Browse button in ADD/DELETE EXTERNAL AGENTS IN BULK window, browse for the location of the CSV file. Once the location is specified in this window, click the Upload button to upload the file to the eG manager.
Once the CSV file is successfully uploaded to the eG manager, the manager will use the eG CLI to execute commands for adding all the external agents configured in the CSV file.
If the bulk addition succeeds/fails, a message to the corresponding effect will appear. To troubleshoot failures, use the egCLI.log file in the <EG_MANAGER_INSTALL_DIR>\manager\logs directory (in Windows; in Unix, this will be /opt/egurkha/manager/logs directory).
For deleting external agents in bulk, do the following:
Login to the eG admin interface.
Follow the Agents > External Agents menu sequence.
The External Agent Configuration page appears, click the Bulk Agents Add/Delete button.
ADD/DELETE EXTERNAL AGENTS IN BULK window will then appear. To delete external agents in bulk, select the Delete option in this window.
Typically, you need to enter the details of all the external agents you want to modify in a CSV file. This file should then be uploaded to the eG manager, so that the configuration of all the components specified in the CSV file are modified at one shot. To help you build this CSV file quickly, eG Enterprise provides you with a ready-to-use template. Click on the Download sample CSV link in this window to download this CSV sample/template to the local host.
Next, proceed to edit the downloaded CSV sample/template. The template is pre-configured with the column for capturing the external agents that need to be deleted - e.g., name of the agent.
Note:
You should not add new columns to the CSV file. Nor can you change the labels of the existing column.
Once the CSV file is filled in and is ready to be uploaded, save the file. When saving, you can change the name and/or location of the file, if you so want.
Note:
Make sure that you do not change the file type (.csv) when saving the file.
Then, using the Browse button in ADD/DELETE EXTERNAL AGENTS IN BULK window, browse for the location of the CSV file. Once the location is specified in this window, click the Upload button to upload the file to the eG manager.
Once the CSV file is successfully uploaded to the eG manager, the manager will use the eG CLI to execute commands for deleting all the external agents mentioned in the CSV file.
If the bulk deletion succeeds/fails, a message to the corresponding effect will appear. To troubleshoot failures, use the egCLI.log file in the <EG_MANAGER_INSTALL_DIR>\manager\logs directory (in Windows; in Unix, this will be /opt/egurkha/manager/logs directory).
|