Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm avmgr - antivirus software operations
Format
rcxadm avmgr create -name name -mgmt_soft_name ident -ip ipaddress [-nowait] rcxadm avmgr list rcxadm avmgr modify -name name -ip ipaddress [-nowait] rcxadm avmgr delete -name name [-nowait] rcxadm avmgr quarantine -lserver lserver [-nowait] rcxadm avmgr unquarantine -lserver lserver [-nowait]
Description
rcxadm avmgr is the command used to perform operations of antivirus software.
Subcommands
Registers antivirus software to enable the receipt of SNMP traps by Resource Orchestrator.
When antivirus software is registered, Resource Orchestrator can analyze any SNMP traps it receives from that software, and automatically quarantine L-Servers as necessary.
Displays a list of registered antivirus software.
The following information is displayed.
Item Name | Description |
---|---|
NAME | Antivirus software name |
MGMT_SOFT | Antivirus software identifier |
IPADDRESS | IP address of the SNMP trap agent |
Changes the IP addresses of registered antivirus software.
Changes are reflected immediately. Restarting of the Resource Orchestrator manager is not necessary.
Unregisters registered antivirus software.
After unregistration, quarantining of L-Servers is automatically disabled.
Connects the specified L-Server to the quarantine network, isolating it from the operation network.
It is necessary to create an XML file for changing the network which describes the quarantine network beforehand.
Information
After this subcommand is executed, the connected network is changed by the rcxadm lserver modify command.
Connects the specified L-Server to the operation network.
It is necessary to create an XML file for changing the network which describes the operation network beforehand.
Information
After this subcommand is executed, the connected network is changed by the rcxadm lserver modify command.
Options
In name, specify the resource name of the target antivirus software.
Specify a character string that is up to 15 characters long, starts with an alphabetic character, and is composed of alphanumeric characters and hyphens ("-").
In ident, specify the identifier of the antivirus software. The following identifier can be specified.
For OfficeScan 11.0 server
Specify "corp".
For OfficeScan XG server
Specify "corp".
For McAfee ePolicy Orchestrator server
Specify "epo".
In ipaddress, specify the IP address of the SNMP trap agent.
For OfficeScan 11.0 server
Specify the IP address of the SNMP trap agent of the OfficeScan 11.0 server.
For OfficeScan XG server
Specify the IP address of the SNMP trap agent of the OfficeScan XG server.
For McAfee ePO server
Specify the IP address of the SNMP trap agent of the McAfee ePO server.
In lserver, specify the name of the L-Server whose network will be changed.
Use this option to return directly to the command prompt without waiting for the antivirus software operation specified in the subcommand to complete its execution.
Requirements
OS administrator
Admin server
Usage Example
To display the list of antivirus software information
> rcxadm avmgr list <RETURN>
NAME MGMT_SOFT IPADDRESS
---- --------- ---------
avmgr corp 192.168.1.10
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.