Name
[Windows Manager]
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
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.
Deletes the connection information of the registered VDI management server.
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.
Enables notification of users when an L-Server is transferred to the quarantine network.
Disables notification of users when an L-Server is transferred to the quarantine network.
Displays information related to notification of users.
The following information is displayed.
Item Name | Description |
---|---|
Notice | Enabling or disabling of notification One of the following is displayed:
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 |
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 ("-").
In ipaddress, specify the IP address of the VDI management server.
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).
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
OS administrator
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 <RETURN>
Modifying the connection information of the VDI management server
>msgnotice modify -name vdimgr -ip 192.168.100.20 <RETURN>
Enabling notification of transfer to the quarantine network
>msgnotice enable <RETURN>
Displaying the information sent during notification
>msgnotice info <RETURN>
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 <RETURN>
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.