Omaha #3245 fix GFE starting without a cave data
Change-Id: I61e9766bccd099619bfedfd9a1e1121fe63120d7 Former-commit-id:19aa9dc96e
[formerly 539d497c5fc80efd5099e76a9e95a4709ace041d] Former-commit-id:8ab7d86a8f
This commit is contained in:
parent
485aced54c
commit
451b265ce6
2 changed files with 3 additions and 6 deletions
|
@ -233,11 +233,8 @@ curTime=`date +%Y%m%d_%H%M%S`
|
||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
# Special instructions for the 64-bit jvm.
|
# Eclipse recommends explicitly setting the JVM to use
|
||||||
ARCH_ARGS=""
|
ARCH_ARGS="-vm /awips2/java/bin/java"
|
||||||
if [ -f /awips2/java/jre/lib/amd64/server/libjvm.so ]; then
|
|
||||||
ARCH_ARGS="-vm /awips2/java/jre/lib/amd64/server/libjvm.so"
|
|
||||||
fi
|
|
||||||
|
|
||||||
lookupINI "${USER_ARGS[@]}"
|
lookupINI "${USER_ARGS[@]}"
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ usage() {
|
||||||
echo " The servers to grab top information from, make sure list is quoted and space delimited"
|
echo " The servers to grab top information from, make sure list is quoted and space delimited"
|
||||||
echo
|
echo
|
||||||
echo -e "-d {y/n}\t\tdefault [$RUN_JMAP]"
|
echo -e "-d {y/n}\t\tdefault [$RUN_JMAP]"
|
||||||
echo " Run jmap to grab the head dump information"
|
echo " Run jmap to grab the heap dump information"
|
||||||
echo
|
echo
|
||||||
echo -e "-e {request/ingest/ingestGrib/ingestDat}"
|
echo -e "-e {request/ingest/ingestGrib/ingestDat}"
|
||||||
echo " Run edex mode and grab information about the jvm passed. May be used multiple times to grab data about multiple jvms"
|
echo " Run edex mode and grab information about the jvm passed. May be used multiple times to grab data about multiple jvms"
|
||||||
|
|
Loading…
Add table
Reference in a new issue