����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.191.31.198 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/dell/srvadmin/lib64/openmanage/wsupdate/ |
Upload File : |
if [ -z "$1" ] || [ -z "$2" ] then echo Invalid arguments are typed. Usage: ./omwsupdate.sh [Installation path of Server Administrator] [Apache Tomcat file] else if [ -d "$1/lib64" ]; then JRE_PATH="$1/lib64/openmanage/jre/bin" else JRE_PATH="$1/lib32/openmanage/jre/bin" fi if [ -d "$JRE_PATH" ]; then $JRE_PATH/java -cp "OMWSUPDATE.jar:commons-compress-1.26.2.jar" tools.wsupdate.src.OMSAWSUpdateUtility $1 $2 else echo The installation path of Server Administrator is invalid. Retry with a valid path. fi fi