Quantcast
Channel: PowerEdge General HW Forum - Recent Threads
Viewing all articles
Browse latest Browse all 5887

How to get KVM Console on Dell (Avocet) 4322DS KVM Switch to work with updated Java

$
0
0

I cannot use the Dell 4322DS KVM switches for remote console support any longer because Java has moved beyond the early unsecure versions that apparently existed when the 4322DS was sold. Now I want a work-around or support for modern Java. Does anyone have a solution?

I have Java 8 installed on my computer. When I open https://kvm/ and open the console link for the particular server I need remote KVM attachment, the session_launch.jnlp file downloads with a security warning in my browser (IE 9 and Chrome 44.0.2403.157, same result). 

Here are the Java security warnings:

Here is the session_launch.jnlp file contents:

<?xml version="1.0" encoding="utf-8"?> <!-- JNLP File for Java Video Viewer Application -->
<jnlp spec="1.0+" codebase="http://madpkvm01:80/viewers">
<information>
<title>KVM Session Viewer</title>
<vendor>Dell Corporation</vendor>
<description>KVM Viewer for Dell RCSes</description>
<description kind="short">KVM Viewer for Dell RCSes</description>
</information>

<security>
<all-permissions/>
</security>

<resources>
<j2se version="1.6+"/>
<jar href="avctVideo.jar" main="true"/>
<property name="user.variant" value="dell"/>
<property name="oem.variant" value="dell"/>
<jar href="avctVM.jar"/>
</resources>
<resources os="Windows">
<nativelib href="avctWin32Lib.jar"/>
<nativelib href="avmWin32Lib.jar"/>
<nativelib href="jpcscdll.jar"/>
</resources>
<resources os="Linux">
<nativelib href="avctLinux32Lib.jar"/>
<nativelib href="avmLinux32Lib.jar"/>
<nativelib href="jpcscso.jar"/>
</resources>



<resources os="Solaris">
<nativelib href="avctSolarisLib.jar"/>
<nativelib href="avmSolarisLib.jar"/>
</resources>
<application-desc main-class="com.avocent.video.Nautilus">
<argument>title="4322DS - MADPCB59"</argument>
<argument>devicetype=avsp</argument>
<argument>path=a:madpkvm01,r:520294-25BD27,c:0,e:1,s:"MADPCB59",l:120</argument>
<argument>oem=DELL</argument>
<argument>user=root</argument>
<argument>password=1AVCT-156717212</argument>
</application-desc>
</jnlp>

Thanks!


Viewing all articles
Browse latest Browse all 5887

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>