Hi Paul,
This is a fresh install of SAS94M5 just for testing. Validate Server using SASMC works fine in X11 mode. Going thru my archives, I found versions of this going back to SAS93 where I had to populate $CLASSPATH with a directory list supplied by SAS TS.
Do you have $JAVA_HOME or $CLASSPATH set? I may need to do some further Linux configuration.
I have been trying different permutations based on previous versions and have stripped it down to this:
/opt/sas/sashome/SASPrivateJavaRuntimeEnvironment/9.4/jre/bin/java \
-classpath sas.servermgr.jar com.sas.management.servers.validator.commands.ValidateServer \
-msp "metadataprofile=/home/sas/.SASAppData/MetadataServerProfiles/sasadm_ah194.swa" \
-servername "SASApp - Workspace Server" \
-serverparms "hostid=ahl194" \
-cred "userid=sas password=XXXX domain=DefaultAuth"
I have tried running the above command string from $HOME and from /opt/sas/sashome/SASPlatformObjectFramework/9.4 since there is a ValidateServer.ini there.
Every time, I get the same message :
Error: Could not find or load main class com.sas.management.servers.validator.commands.ValidateServer
Andrew