Oracle Enterprise Manager EMCLI on Mac OS X
EMCLI is not certified or supported on Mac OS X, but I wondered if it is possible to run on my new macbook. I searched metalink, googled and couldn’t found any useful information. I thought it should be easy because EMCLI is a java application certified to run almost all enterprise operating systems including HP-UX, AIX, Linux, Windows, Solaris, and we all remember “write once, run everywhere” slogan of Java. Unfortunately it wasn’t as easy as I expected 🙂
I have downloaded emclikit.jar from my Enterprise Manager web console, and tried to install it. Here’s the output:
1 2 3 4 5 6 7 8 9 10 |
gokhanatil$ java -jar emclikit.jar -installdir=emcli Oracle Enterprise Manager 12c Release 4. Copyright (c) 2012, 2014 Oracle Corporation. All rights reserved. Exception in thread "main" java.lang.UnsupportedOperationException at oracle.sysman.emSDK.emCLI.Utility.getFiles(Utility.java:640) at oracle.sysman.emCLI.CLICSInstaller.installClientSide(CLICSInstaller.java:35) at oracle.sysman.emCLI.CLICSInstaller.installClientSide(CLICSInstaller.java:28) at oracle.sysman.emCLI.CLICSInstaller.main(CLICSInstaller.java:21) Problem while installing. |