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

4.9 msgnotice

Name

Installation_folder\SVROR\Manager\bin\msgnotice - Notification settings

Format

msgnotice register -name name -ip ipaddress -user_name user_name -passwd password 
msgnotice unregister -name name 
msgnotice modify -name name [-ip ipaddress] [-user_name user_name] [-passwd password] 
msgnotice enable 
msgnotice disable 
msgnotice info

Description

When using the automatic quarantining function, msgnotice is the command used to configure notification of users.

When configuring notification of users, first use this command to set the connection information of the VDI management server, and then enable notification.

Note

This command cannot be executed multiple times simultaneously.

Subcommands

register

Registers the connection information of the VDI management server which will be used for notifying users.

Note

It is not possible to register the connection information of multiple VDI management servers.

unregister

Deletes the connection information of the registered VDI management server.

modify

Modifies the following information of the registered VDI management server.

  • IP address
  • Administrator user ID
  • Administrator password

Note

It is not possible to change the registration name for the VDI management server. To change the registration name, first delete the registered information of the VDI management server, and then re-register it.

enable

Enables notification of users when an L-Server is transferred to the quarantine network.

disable

Disables notification of users when an L-Server is transferred to the quarantine network.

info

Displays information related to notification of users.

The following information is displayed.

Table 4.28 Information Related to Notification of Users
Item Name Description
Notice

Enabling or disabling of notification

One of the following is displayed:

  • enable

    Displayed when notification is enabled.

  • disable

    Displayed when notification is disabled.

By default, this will be empty. (Notification is disabled)

Name VDI management server name
IP address IP address used to connect to the VDI management server
User name Administrator user ID for the VDI management server
Password Administrator password for the VDI management server
Options
-name name

In name, specify the registration name for the VDI management server.

For the registration name, specify a character string that is up to 15 characters long, starts with an alphabetic character, and is composed of alphanumeric characters and hyphens ("-").

-ip ipaddress

In ipaddress, specify the IP address of the VDI management server.

-user_name user_name

In user_name, specify the user ID of an account with administrator privileges for the VDI management server.

For the user ID, specify a character string that is up to 84 characters long, and is composed of alphanumeric characters and symbols (ASCII characters (0x20 to 0x7e)).

-passwd password

In password, specify the password for an account with administrator privileges for the VDI management server.

For the password, specify a character string that is up to 128 characters long, and is composed of alphanumeric characters and symbols (ASCII characters (0x20 to 0x7e)).

Note

A password is required when registering the connection information of the VDI management server. Specify the password of the user account specified in -user_name.

Requirements

Privileges

OS administrator

Location

Admin server

Usage Example

  • Registering the connection information of the VDI management server
    > msgnotice register -name vdimgr -ip 192.168.100.10 -user_name administrator -passwd admin00 
  • Modifying the connection information of the VDI management server
    > msgnotice modify -name vdimgr -ip 192.168.100.20 
  • Enabling notification of transfer to the quarantine network
    > msgnotice enable 
  • Displaying the information sent during notification
    > msgnotice info  
    Notice: enable 
    
    Name: vdimgr 
    IP address: 192.168.100.20 
    User name: administrator 
    Password: *******
    
  • Deleting the connection information of the VDI management server
    > msgnotice unregister -name vdimgr 

Exit Status

This command returns the following values:

0

The command executed successfully.

non-zero

An error has occurred.