NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

EF & E-Series, SANtricity, and Related Plug-ins

Santricity 11.50 "Error: Could not find or load main class devmgr.cli.CommandLineInterface"

dtran
1,673 Views

Trying to help a customer which uses smcli but keep getting this error below.  Please advise, thanks!

 

$ cat smcli2724.sh

#!/bin/bash

if echo $@ | grep -q -- "-f " ; then

  jre/bin/java -Ddevmgr.dmv.featureOption=FULL_FEATURE -DMANAGEMENT_APP_STARTUP_MODE=3 -Ddevmgr.datadir=. -classpath "SANtricity_11.50 V1.1pkg.jar;jhall.jar;sevenzip.jar;." devmgr.cli.CommandLineInterface  localhost -n "E2724 SAS" -f $2

else

my_command=$(echo $@ | sed 's/-c//g')

jre/bin/java -Ddevmgr.dmv.featureOption=FULL_FEATURE -DMANAGEMENT_APP_STARTUP_MODE=3 -Ddevmgr.datadir=. -classpath "SANtricity_11.50 V1.1pkg.jar;jhall.jar;sevenzip.jar;." devmgr.cli.CommandLineInterface  localhost -n "E2724 SAS" <<!

$my_command

!

 

fi

 

However, the layout of the simulator seems to be completely different, so locating the classpath is tricky. I’ve tried multiple incantations – but always get:

Error: Could not find or load main class devmgr.cli.CommandLineInterface

0 REPLIES 0
Public