03-31-2010 06:43 AM - edited 03-11-2019 10:27 AM
I just switched from a Windows platform to a Linux platform. I have everything working well now. However I do have one problem, I am a reseller and travel to many many customers as well as remotely connect to many customer's gear.
I connected to our own ASAs and grabbed the asdm.jvsp file. However it has our ASA's IP Addresses hardcoded in it. I would like to be able to enter an IP address of the ASA I will connect to as opposed to forcing the connection to where I got the jvsp file and then choosing an additional ASA from the column on the left. Has anyone been able to do something similar to the ASDM Launcher?
As a workaround I am using VBox and running in seamless with the ASDM installed there, but not the optimal solution. Also, I am running CrossOver (Wine) and have Office 2007 installed and working but the ASDM says it installed under CrossOver but never creates the ICON.
Solved! Go to Solution.
11-04-2010 09:01 AM
this question is answered.
11-04-2010 08:18 AM
OK OK the issues was that I was using the Open-Java as opposed to Sun Java. Even though I installed the Sun version, it still failed. In the launch file I specifically gave it the full path. Works like a champ now.
#!/bin/sh
# Evoke ASDM-IDM Launcher on *NIX-based systems.
# Copyright (c) 2009 Cisco Systems, Inc.
# All rights reserved.
DIRNAME=`dirname "$0"`
cd "${DIRNAME}"
case "`uname`" in
CYGWIN*)
s=';'
;;
*)
s=':'
;;
esac
pwd
exec /usr/java/jre1.6.0_21/bin/java -Xms64m -Xmx512m -XX:MaxNewSize=1024k \
-Dsun.swing.enableImprovedDragGesture=true \
-Dapple.laf.useScreenMenuBar=true \
-Dapple.awt.graphics.UseQuartz=true \
-classpath \
lzma.jar${s}jploader.jar${s}asdm-launcher.jar${s}retroweaver-rt-2.0.jar \
com.cisco.launcher.Launcher