Installation_folder\SVROR\Manager\bin\rcxadm avmgr - Antivirus software operations
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]
rcxadm avmgr is the command used to perform operations of antivirus software.
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 |
---|---|
MGMT_SOFT | Antivirus software identifier |
IPADDRESS | IP address of the SNMP trap agent |
NAME | Antivirus software name |
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.
When antivirus software is deregistered, automatic quarantining is no longer performed.
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.
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 ("-").
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.
Specify the IP address of the SNMP trap agent of the OfficeScan XG server.
Specify the IP address of the SNMP trap agent of the McAfee ePolicy Orchestrator 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.
OS Administrator
Admin server
> rcxadm avmgr list
NAME MGMT_SOFT IPADDRESS
---- --------- ---------
avmgr corp 192.168.1.10
This command returns the following values:
The command executed successfully.
An error has occurred.