Controlling the KVM switch via XML
G&D DP1.2-MUX3-ATC ·
78
English
Commands
User logon and user logoff
Users can log on with the command
<logonmux>
.
The command
<logoffmux>
logs users off.
A successful login requires the following parameters:
If there are several switches in the KVM system, specify additionally on which
switch the logon or logoff is to be executed:
Transmitting username and password is not required when logging in.
<User>
Name of user to log on
<Password>
Password of user to log on
<DlMux4>
KVM switch to which the user is to be logged in
<DropMinorErrors/>
Suppress error message if the user is already logged in (logonmux)
or no user is logged in (logoffmux)
USER LOGIN
<?xml version="1.0" encoding="utf-8"?>
<root>
<logonmux>
<DlMux4>0x000009CC</DlMux4>
<User>JohnDoe</User>
<Password>secret</Password>
</logonmux>
</root>
NOTE:
Information about
optional
password encryption is given on page 76.
USER LOGOFF
<?xml version="1.0" encoding="utf-8"?>
<root>
<logoffmux>
<DlMux4>0x000009CC</DlMux4>
</logoffmux>
</root>