Skip to main content
Delphix

Accessing the Delphix Engine Console in KVM Environment (KBA1740)

 

 

 

Applicable Delphix Versions

Click here to view the versions of the Delphix engine to which this article applies
Major Release All Sub Releases
6.0 6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1

5.3

5.3.0.0, 5.3.0.1, 5.3.0.2, 5.3.0.3, 5.3.1.0, 5.3.1.1, 5.3.1.2, 5.3.2.0, 5.3.3.0, 5.3.3.1, 5.3.4.0, 5.3.5.0 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0

5.2

5.2.2.0, 5.2.2.1, 5.2.3.0, 5.2.4.0, 5.2.5.0, 5.2.5.1, 5.2.6.0, 5.2.6.1

5.1

5.1.0.0, 5.1.1.0, 5.1.2.0, 5.1.3.0, 5.1.4.0, 5.1.5.0, 5.1.5.1, 5.1.6.0, 5.1.7.0, 5.1.8.0, 5.1.8.1, 5.1.9.0, 5.1.10.0

5.0

5.0.1.0, 5.0.1.1, 5.0.2.0, 5.0.2.1, 5.0.2.2, 5.0.2.3, 5.0.3.0, 5.0.3.1, 5.0.4.0, 5.0.4.1 ,5.0.5.0, 5.0.5.1, 5.0.5.2, 5.0.5.3, 5.0.5.4

4.3

4.3.1.0, 4.3.2.0, 4.3.2.1, 4.3.3.0, 4.3.4.0, 4.3.4.1, 4.3.5.0

4.2

4.2.0.0, 4.2.0.3, 4.2.1.0, 4.2.1.1, 4.2.2.0, 4.2.2.1, 4.2.3.0, 4.2.4.0 , 4.2.5.0, 4.2.5.1

Issue

In any hypervisor environment, diagnosing Engine availability issues may require VM console access if the Engine is not responsive to SSH login attempts.

Resolution

From the KVM server, use the command virsh list to list guests and current states:

$ virsh list
Id    Name                           State
----------------------------------------------------
1     Delphix                        running
2     ubuntu-target                  running
3     ubuntu-guest2                  running

Using virsh list will output domains with the following states:

  • The running state refers to domains which are currently active on a CPU.
  • Domains listed as blocked or blocking are presently idle, waiting for I/O, waiting for the hypervisor or dom0.
  • The paused state lists domains which are suspended.
  • The shutdown state is for domains in the process of shutting down.
  • Domains in the shutoff state are off and not using system resources.
  • crashed domains have failed while running and are no longer running.

After locating the Delphix Engine, use the virsh console command to access.  This can be used against the guest name or ID.

$ virsh console 1
Connected to domain Delphix
Escape character is ^]
$ virsh console Delphix

To break out of the console interface, use CTRL-5 or CTRL-].

External Links