Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

4.1 rcxadm avmgr

Name

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

create

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.

list

Displays a list of registered antivirus software.

The following information is displayed.

Table 4.1 Antivirus Software Information
Item Name Description
MGMT_SOFT Antivirus software identifier
IPADDRESS IP address of the SNMP trap agent
NAME Antivirus software name
modify

Changes the IP addresses of registered antivirus software.

Changes are reflected immediately. Restarting of the Resource Orchestrator manager is not necessary.

delete

Unregisters registered antivirus software.

When antivirus software is deregistered, automatic quarantining is no longer performed.

quarantine

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.

unquarantine

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

-name name

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 ("-").

-mgmt_soft_name ident
In ident, specify the identifier of the antivirus software. The following identifier can be specified.
[Trend Micro OfficeScan]
  • For OfficeScan 11.0 server

    Specify "corp".

  • For OfficeScan XG server

    Specify "corp".

[McAfee]
  • For McAfee ePolicy Orchestrator server

    Specify "epo".

-ip ipaddress

In ipaddress, specify the IP address of the SNMP trap agent.

[Trend Micro OfficeScan]
  • 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.

[McAfee]
  • For McAfee ePolicy Orchestrator server

    Specify the IP address of the SNMP trap agent of the McAfee ePolicy Orchestrator server.

-lserver lserver

In lserver, specify the name of the L-Server whose network will be changed.

-nowait

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

Permissions

OS Administrator

Location

Admin server

Usage Example

  • To display the list of antivirus software information
> rcxadm avmgr list  
NAME MGMT_SOFT IPADDRESS 
---- --------- --------- 
avmgr corp 192.168.1.10

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.