win4-sessions Status Codes

win4-sessions Status Codes

Product Line:  VERDE

VERDE features a CLI command that outputs all the sessions running in the server's environment.

The command, win4-sessions, can found in the /usr/lib/verde/bin/ directory.

The output containts PID, USER name, CONFIG name, Image TITLE, Session STATUS and IP Address. The pids displayed by win4-sesssions are those of the win4-runtime processes so you won't see the qemu-kvm pid in that list. To find the session to which that qemu-kvm process is related you can look at its command line, e.g.

% ps -f -p 19666

there should be several hints, such as path names, that should give you some idea what user and desktop it is related to.

win4-sessions, as mentioned, provides Status codes. Their meaning is as follows:

P - Provisioned
D - Display connected
A - Available
I - Installing
S - Shutting down
r - RDP ready
s - SPICE ready

u - UXP ready
v - reserved (unused)

So in this example:

[root@localhost bin]# win4-sessions
USER CONFIG TITLE STATUS IP ADDRESS
32172 mcadmin1 Ubuntu1204_Centrify "Ubuntu1204_Centrify" Asv 192.168.84.7
19182 verde11@vbtest win732-office "win732-office" PArsv 192.168.84.2

The Windows image is provisioned and available as well as being RDP and SPICE ready.
The Ubuntu image is available and SPICE only ready.


    • Related Articles

    • VERDE User Side Error Codes

      Product Line:  VERDE If we talk about the VERDE VDI client mode then we need to distinguish between two types of communication: User authentication and enumeration of VERDE VDI desktops. Terminal connections to VERDE VDI desktops.   The RX-series GUI ...
    • VERDE Error Code Definitions

      Product Line:  VERDE Following are the defined error codes in VERDE.  * Error codes should be smaller than 127.  * Positive values below 10 are reserved for non-failure exits.  * Some values are returned only by shell scripts.  */ #define ...
    • VERDE VDI Optimization for Windows 10

      Product Line:  VERDE   Introduction   A basic Windows 10 ISO is not configured by default for VDI implementation.  If not configured correctly, a Windows 10 guest will consume a a large amount of CPU, Memory and network resources per desktop. The ...
    • Running VERDE (CM/MC/VDI) on a vSphere - VMWARE ESX server

      Product Line:  VERDE The ESX server is capable of doing nested virtualization, so it's possible to run VERDE servers that run VDI sessions on this ESX host. You must enable the "vhv.enable=TRUE" flag in the .vmx file to take advantage of this ...
    • Gold Image Check-out and Check-in hang and are stuck in 'Pending' Status

      Product Line:  VERDE VERDE version: 6.6.x Host/Server: N/A Guest/Image: N/A Client/Workstation: N/A   In VERDE 6.6.x, the situation may arise where the Status of the Gold Image (when viewed in the Management Console) shows to be pending and never ...