 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
mvh
Joined: 11 Mar 2016 Posts: 5 Country: Netherlands |
|
Installation on Linux fails |
|
Hi,
I am trying to install 24x7_Scheduler on a linux server with nogui but it keeps keeps failing without any leads as to why it is failing.
My settings:
java version "1.7.0_91"
OpenJDK Runtime Environment (rhel-2.6.2.1.0.1.el7_1-x86_64 u91-b00)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)
perl -v
perl 5, version 16, subversion 3 (v5.16.3)
Red Hat Enterprise Linux Server release 7.1
Software unzipped in /u01/sw/24x7mp_setup
drwx------. 2 dbaudit dbaudit 4096 Jul 25 17:26 24x7_Scheduler
-rw-r--r--. 1 dbaudit dbaudit 12902 Apr 20 03:11 LICENSE.TXT
-rw-r--r--. 1 dbaudit dbaudit 8990 Apr 20 03:11 readme.txt
-rw-r--r--. 1 dbaudit dbaudit 366 Apr 20 03:11 setup.bat
-rwxrwxrwx. 1 dbaudit dbaudit 102463490 Apr 20 03:15 setup.jar
-rwxr-xr-x. 1 dbaudit dbaudit 541 Jul 25 17:19 setup.sh
-rw-r--r--. 1 dbaudit dbaudit 286 Apr 20 03:11 setup_zos.sh
When I try to install with the command ./setup.sh nogui /u01/app I get the following:
[dbaudit@dbaudit 24x7mp_setup]$ ./setup.sh nogui /u01/app
INFO: Running console mode installer.
IMPORTANT: For license terms and conditions read LICENSE.TXT file.
INFO: Installing into: "/u01/app"
INFO: Using TEMP directory: "/tmp"
Looking at /tmp I find the file autoinstall9184733110793116540xml which has the following content:
<AutomatedInstallation>
<com>
<com>
<installpath>/u01/app</installpath>
</com>
<com>
<pack>
<description>The core files</description>
<fileset>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
<executable>
</pack>
<pack>
<description>The documentation files</description>
<fileset>
</pack>
</com>
<com>
A simple ls on /u01/app shows there has been done no installation:
</AutomatedInstallation>[dbaudit@dbaudit 24x7mp_setup]$ ls -l /u01/app/
total 4
drwx------. 9 dbaudit dbaudit 4096 Jul 4 19:25 apache-tomcat-9.0.0.M9
Tomcat is running fine since I can reach the welcome page.
Note that when I refrain from giving an alternate location for the installation it will create an empty directory in the the directory where I unzipped the files.
the Catalina.out is also not showing any relevant information.
Also ran the setup.sh in debug mode but no useful information came up.
Not sure what's going and where else to look for information.
|
|
Mon Jul 25, 2016 11:46 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
When you run the install script, do you add nogui parameter to the command line?
|
|
Mon Jul 25, 2016 12:15 pm |
|
 |
mvh
Joined: 11 Mar 2016 Posts: 5 Country: Netherlands |
|
|
|
As shown above, I am using the command "./setup.sh nogui /u01/app". The nogui included.
|
|
Tue Jul 26, 2016 2:34 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Maybe some common dependency isn't satisfied. It's hard to say what's wrong without an error.
Please use the following workaround
Run the same on a different system, or maybe on Windows desktop or VM using setup.bat.
After the installation copy all files from c:\24x7 folder or wherever it is to your Linux server.
Exec chmod +755 *.sh
Exec chmod +755 *.pl
Start the scheduler in the background mode
.\master.sh nogui &
Use either command console .\console.sh or web console to verify it's running and working.
|
|
Tue Jul 26, 2016 8:30 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|