Server :: Regding JAVA Installation In CENTOS/RHEL?
Feb 17, 2011
Note : Test it on Test Machine before you do it on live server O.S : RHEL 5 / CENTOS 5 FYI.... OR IDEA If you wish to install only jre download & install jre-6u18-linux-i586-rpm.bin in /usr/java ( Note create java dir { mkdir /usr/java }
#ll /usr/bin/java
lrwxrwxrwx 1 root root 22 Feb 12 19:24 /usr/bin/java -> /etc/alternatives/java
unlink /usr/bin/java
[code]....
View 1 Replies
ADVERTISEMENT
Oct 21, 2010
This is actually a question regarding RHEL 5.5. rather than CentOS but I understand they are very similar.With Solaris we use SMF to ensure that certain Java process are continuously running.If SMF notices that Java process has stopped it will run a start script, if we want to stop it, it will run a stop script.What could be use in RHEL?
View 2 Replies
View Related
Jan 27, 2010
I have been searching for a software package that will install on CentOS5.4 x86_64 or RHEL5.4 x86_64 that I can allow users to access via the Internet for online web storage, pictures and they can manage their space (quota would be enforced). I am not having much luck finding any software?
View 7 Replies
View Related
Feb 16, 2010
A client has sent me an RHEL 5.1 box for me to do some work on, but it's not registered with Red Hat. This is causing me problems, because it's a minimal installation, and I need some more dev software.My immediate reaction was to install various bits (emacs, and so on) from my Centos 5(.0) DVD.The base RHEL system only had one (disabled) repo entry,so I added a yum DVD repo entry in yum.conf.d.
This looked good to start with, but it doesn't work. Something in RHEL's pirut/yum/rpm/whatever is getting confused, and can't work out what is/isn't installed.
Question - how do you maintain an unregistered RHEL box? Has RH done something to make life difficult? Is my problem simply that I'm using a Centos 5.0 DVD, instead of Centos 5.1? Am I stuck with downloading lots of rpms from the net and doing everything manually? I really don't want to do that.
View 2 Replies
View Related
Jul 23, 2009
I've a java program which needs to be executed regardless of whether a user is logged in or not. Currently I've a shell script which executes the java program. I login to the server and run this shell script when the server is rebooted. I would like to start this script automatically preferably as a service so that I can stop and restart this service whenever I update the java program.
View 3 Replies
View Related
Dec 8, 2009
There is a particular java app called LanguageTool which we need to host on our centos server. Other applications are supposed to send an http request to this machine; this machine should pass this data (received over the http request) to the java application concerned, obtain the output from the app; and then send this response back to the requesting client...
We need to set this app as a service on startup. The centos machine might restarted from time to time; so we expect this service should startup automatically. What can I do to get this done?
View 1 Replies
View Related
Apr 8, 2011
I have been battling an issue for a couple of days and I have it down to 2 possibilities. Memory or mobo. A server in the DC is being very sketchy. Sometimes it will boot fine, sometimes it will boot but will not show all the memory, and sometimes it will hang before it even posts. I have replaced just about everything inside the system except for the memory and the mobo.
I would like to test the memory before replacing either because both are a few hundred dollars. The problem is, the memory doesn't log any errors and running a memory test with ubcd doesn't work because it's ecc memory. I thought I remembered hearing that there is a way to run a memory test during a Centos or RHEL installation, but I can't figure out how.
The memory is
DDR2 667 FB-DIMM
and the board is
Tyan S5380
View 3 Replies
View Related
Mar 6, 2010
i have new build testing centos 5.4 i386 base how to monitor logs and watch what is going wrong with file. i have 1 zmanda server enterprise i give permission and when i excecute nothing happend
# chmod +x amanda-enterprise-3.0-installer.bin
-rwxr-xr-x 1 root root 0 Mar 6 12:12 amanda-enterprise-3.0-installer.bin
# ./amanda-enterprise-3.0-installer.bin
what i am missing to install it.
View 1 Replies
View Related
Mar 2, 2011
is possible to edited the default RHEL CD to have it automatically install RHEL based off of a kickstart file that I will store locally on the CD. My plan would be to put a cd in a server and have the OS automatically being installed.
View 3 Replies
View Related
Apr 5, 2010
After upgrading java (jre) to 1.6.0_19, the java plugin no longer loads into Firefox. All the rest of my plugins from /usr/lib/mozilla/plugins/ load fine.Java can be a pain such a pain the neck!
View 8 Replies
View Related
Feb 4, 2011
Where I found Download Link of JAVA 1.5 Update 15 for RHEL.
View 1 Replies
View Related
Feb 1, 2011
We are planning to migrate our LINUX server from RHEL 3to RHEL 5. What are the configuration difference between RHEL 3 to RHEL 5 for webserver installations?
View 1 Replies
View Related
Jan 8, 2011
I am experiencing issues when installing a software package, receiving the following error codes within .../install/logs/log.txt
"percent complete: 98%"
"...../JDK/jre.pak/repository/package.java.jre/java/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png (No such file or directory)
"The file java/jre/lib/desktop/icons/HighContrastInverse/16x16/mimetypes/gnome-mime-application-x-java-archive.png could not be replaced"
From looking in the specified directory I can see that this file does not exist, however I am unable to simply create or copy a file with the required name to resolve this issue. Is this a known error, or is my install package simply missing the needed files; even though I managed to successfully install this package a few days earlier onto the same system.
View 1 Replies
View Related
Oct 15, 2010
I have to install RHEL 5.0 onto one of productions machines. Programming department need this to be clean installation without GUI. They also need : vi editor, no man pages and that's all. What kind of packages I should install from installation wizard ?
There are :
Code:
[]Administration Tools
[]Authoring and Publishing
[]DNS Name Server
[]Development Libraries
[]Development Tools
[]Editors
[]Engineering and Scientific
[]FTP Server
[]GNOME Desktop Environment
[]GNOME Software Development
[]Games and Entertainment
[]Graphical Internet
[]Graphics
[]Java Development
[]KDE (K Dektop Environment)
[]KDE Software Development
[]Legacy Network Server
[]Legacy Software Development
[]Legacy Software Support
[]Mail Server
[]MySQL DataBase
[]Network Servers
[]News Server
[]Office/Productivity
[]OpenFabrics Enterprise Distributions
[]Postgre SQL Databse
[]Printing Support
[]Server Configuration Tools
[]Sound and Video
[]System Tools
[]Text Based Internet
[]Virtualization
[]Web Server
[]Windows File Server
[]X Software Development
[]X Window System
Is there some kind of standard in preparing RHEL clean installation (what packages) that sys admins follow in order to prepare production installation on server platform?
View 5 Replies
View Related
May 1, 2010
I have installed CENTOS / PHP 5.1.6 / JAVA 1.5.0_20. Now i want to install JAVABRIDGE for PHP and JAVA title should list in the PHP_info page.
View 1 Replies
View Related
Jul 17, 2011
I tried to install eugene software on RHEL-6 64 bit server. After extracting (tar -zxvf eugene-3.6.tar.gz) compilation files from eugene.tar.gz, I used ./configure to compile. Since I already installed gd (>=2.0), compilation error comes in need of gd lib (>=2.0). Again I removed the software & installed newly downloaded. But still it showing same error. What's the exact error in this?
Code:
[root@localhost eugene-3.6]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/eugene/eugene-3.6/config/missing: Unknown `--run' option
Try `/usr/local/eugene/eugene-3.6/config/missing --help' for more information
configure: WARNING: `missing' script is too old or missing .....
[root@localhost eugene-3.6]# yum install gd
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
Package gd-2.0.35-10.el6.x86_64 already installed and latest version
Nothing to do
[root@localhost eugene-3.6]#
View 5 Replies
View Related
Dec 14, 2010
what are the major differences between rhel 5.2 and rhel 5.4
View 2 Replies
View Related
Dec 9, 2009
I have a database server running RHEL 5.1 32 bit that suffered some catastrophic failures about 6 months ago. We were able to patch it back together and keep it running, but now the manufacturing site it supports is going to shut down for two weeks and I would like to replace it permenantly. Does anyone have any guidance for that sort of thing? I'd like to have the new server up and running before hand, basically changing the hostname/ip and restoring the databases only on conversion day. I've done this in the past with HP UX - Red Hat conversions, but this is my first red hat to red hat move. Any advice or shortcuts?I forgot to add the other wrinkle. The new server will be running 64bit linux.
View 1 Replies
View Related
Feb 1, 2010
how many terminals are running in background while rhel installation
View 3 Replies
View Related
Aug 30, 2010
How to initiate a file installation repair of Red Hat Enterprise Linux 5.5 x64 from the DVD rom drive? my problem is that i can only do it from single mode login since the run level 5 is always prompting me for login name loop.
View 3 Replies
View Related
Feb 18, 2011
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
View 13 Replies
View Related
Feb 23, 2010
I am trying to see if there is an authbind equivalent or authbind package for CentOS/RHEL? x If so, where can I get more info and download it? It seems to be only available for Debian and Ubuntu.
View 3 Replies
View Related
Aug 31, 2010
We are slowly migrating from a predominantly Windows house to a 50/50 Win/RHEL operation and even further in the future.Currently, we have a LOT of Windows folders that are created by custom applications which, upon creation of a new folder set, applies the corresponding ACL so that only the associated groups are able to access the folders. Now for the problem, we are migrating the applications to a RHEL55 environment and it is creating the folders on that system now but the groups are still residing in the Windows AD. Is there an "easy" (I know, a very relative term) to have the Windows groups given permission to the Linux shares without very much manual intervention?
View 1 Replies
View Related
May 3, 2009
This is what I have done[URL]...I download Linux x64 RPM I follow the instructions from there [URL]..now problem now is that after installing the java software, I'm still prompted by Firefox that I have not installed java. I have enable Java in Firefox. This is how I check Edit->Preferences->Content.
Later I found this post How to get Java to work in Firefox
[Code]...
View 2 Replies
View Related
Jan 5, 2010
what is the diffrence between RHEL and Centos. diffrences between support,packges, Xwindow, organization funda, someone say redhat is launch Centos like fedora. but when fedora for beta, RHEL for tested with formal support so why redhat launch this Centos.i get some information from net but not sufficiant for me..
View 3 Replies
View Related
Apr 3, 2010
I downloaded src of gcc 3.3.3 and tried to compile in RHEL 5 with the existing gcc 4.1.2.
Got following error
[root@localhost gcc-3.3.3-src]# pwd
/home/nikole/gccmy/gcc-3.3.3-src
[root@localhost gcc-3.3.3-src]# which gcc
[code]....
View 2 Replies
View Related
Sep 25, 2010
There is a way to have a CentOS installation very very minimal?Not like Damn Small Linux, but similar (as footprint)My need is create some Virtual Machine that only have BIND and SSH on it.
View 2 Replies
View Related
May 24, 2010
I am getting these error in RHEL 5.3 while i did "yum update".
---> Package libstdc++-devel.i386 0:4.1.2-46.el5_4.2 set to be updated
---> Package libstdc++-devel.x86_64 0:4.1.2-46.el5_4.2 set to be updated
---> Package libstdc++44-devel.i386 0:4.4.0-6.el5 set to be updated
[code]....
The program package-cleanup is found in the yum-utils package.
View 2 Replies
View Related
Oct 9, 2010
RHEL 5 is my proxy server. i want to remove temp files and cache . How do i remove cache and temp files.
View 3 Replies
View Related
Apr 11, 2010
I am trying to do a https access with virtual hosting with apache.
But when I install mod_ssl rpm httpd server does not start again
I am stumped
httpd -t shows syntax is OK
View 5 Replies
View Related