General :: Reboot Timings In Enterprise RHEL 5.5
Aug 9, 2011
This is about an oracle application server running on RHEL platform(Linux prod.xyz.com 2.6.18-194.el5PAE #1 SMP Mon Mar 29 20:19:03 EDT 2010 i686 i686 i386 GNU/Linux). All of a sudden all the application services shut down abnormally on weekend. On the first day of the week, business users were unable to login as a result. For root cause investigation, we were unable to findout anything in the application logs. But were trying to get reboot/shutdown information from the system.....but we are bit confused with the info in /var/log/wtmp by using 'last' command(output given bellow):
[root@prod ~]# last reboot |head -2
reboot system boot 2.6.18-194.el5PA Mon Aug 8 11:26 (1+03:10)
reboot system boot 2.6.18-194.el5PA Sun Aug 7 17:27 (17:55)
We doubt the server might have gone down on Sunday(7th Aug) but there's also an entry of 8th Aug, on which day the server was running fine, no reboot/shutdown happened. If there any other way of getting info on reboot timings.
View 2 Replies
ADVERTISEMENT
Jan 13, 2011
So I updated my software using Yast. One of the updates failed to install. I rebooted and then was in black screen hell with the following information:
Neither the variables MOUSEDEVICE and MOUSETYPE nor the variable GPM_PARAM is set in /etc/sysconfig/mouse
Run 'yast mouse' to set up gpm
Starting hpssd: Checking/updating CPU microcode unused
Starting nfsboot (sm-notify) done
done
Loading keymap i386/qwert/uk.map.gz done
Loading compose table winkeys shiftctrl latin1.add done
Start Unicode mode done
Starting hotkey-setup done
[OK]
Starting cupsd done
Starting powersaved: ###################################
# ACPI system but acpid not running. #
# Start acpid first, then restart powersaved! #
############################################### skipped
Mount SMB/ CIFS File Systems unused
Executing suseRegister (looking for new update channels): skipped
Starting SSH daemon done
Starting ypbind.....................No domainname set skipped
Starting service automounter ("files nis" does not provide any mounts) skipped
Starting Firewall Initialization (phase 2 of 2) SuSEfirewallZ: Warning: ip6tables does not support state matching. Extended IPu6 support disabled.
SuSEfirewallz: Warning: no interface active done
Master Resource Control: runlevel 3 has been reached
Skipped services in runlevel 3: nfs gpm microcode powersaved smbfs suseRegister ypbind autofs
Welcome to SUSE Linux Enterprise Desktop 10 SP1 (i586) - Kernel 2.6.16.54-0.2.5-default (tty1).
linux-bvuz login: Starting ZENworks Management Daemon^[^[^[
I don't have a CD drive attached to the HP 2133.
View 5 Replies
View Related
Aug 16, 2010
I am new to Linux, I had Just Installed Red Hat Enterprise Linux 5 on y desktop PC, the installation is completed ok, while installation process, RHEL ask me for the root password and I had entered my password, now after the installation is finished and my PC Reboot, RHEL asks me Username, Now here I am confused, while installing RHEL it had only asked me the Password, now what is the username for RHEL? One more thing I would like to ask, I had one more Hard Disk Drive of 80GB and on it I had installed Windows XP, now I want to Dual boot Windows XP and RHEL, can I do it from two different OS installed in two different Hard Disk Drives, If yes Please Provide Procedure.
View 11 Replies
View Related
May 25, 2010
I have a startup script placed in /etc/init.d wherein I make the following call:
nohup sudo -u myuser $CATALINA_HOME/bin/startup.sh 2>&1
This causes Tomcat to be run as myuser, which is expected. However after issuing the reboot command the system starts up and root is now the owner of this process. How can I force the process to be started off as myuser on reboot?
View 1 Replies
View Related
Apr 28, 2011
I'm using 11.04 and when I boot I see post messages and then when it gets to grub I just see black screen with a monitor timing not supported issue. I have a geforce 6100 nforce 405 video card with a Dell U2311H monitor. It does boot to the desktop eventually, and everything from there on works as expected.
View 4 Replies
View Related
Jul 25, 2010
I am runig a program on a server at my university that has 4 Dual-Core AMD Opteron(tm) Processor 2210 HE and the O.S. is Linux version 2.6.27.25-78.2.56.fc9.x86_64. My program implements Conways Game of Life and it runs using pthreads and openmp. I timed the parrallel part of the program using the getimeofday() function using 1-8 threads. But the timings don't seem right. I get the biggest time using 1 thread(as expected), then the time gets smaller. But the smallest time i get is when i use 4 threads.
Here is an example when i use an array 1000x1000.
Using 1 thread~9,62 sec, Using 2 Threads~4,73 sec, Using 3 ~ 3.64 sec, Using 4~2.99 sec, Using 5 ~4,19 sec, Using 6~3.84, Using 7~3.34, Using 8~3.12.The above timings are when i use pthreads. When i use openmp the timing are smaller but follow the same pattern.I expected that the time would decrease from 1-8 because of the 4 Dual core cpus? I thought that because there are 4 cpus with 2 cores each, 8 threads could run at the same time. Does it have to do with the operating system that the server runs?
Also i tested the same programs on another server that has 7 Dual-Core AMD Opteron(tm) Processor 8214 and runs Linux version 2.6.18-194.3.1.el5. There the timings i get are what i expected. The timings get smaller starting from 1(the biggest) to 8(smallest excecution time).The program implements the Game of Life correct, both using pthreads and openmp, i just cant figure out why the timings are like the example i posted. So in conclusion, my questions are:
1) The number of threads that can run at the same time on a system depends by the cores of the cpus?it depends only by the cpus although each cpu has more than one cores? It depends by all the previous and the Operating System?
2) Does it have to do with the way i divide the 1000x1000 array to the number of threads? But if i did then the openmp code wouldn't give the same pattern of timings?
3)What is the reason i might get such timmings?
View 4 Replies
View Related
Oct 30, 2009
This is probably a newbie problem, so forgive me, but when I do this:chmod o+rw /dev/nst0It resets back to what it was upon reboot. How do I get this change to stick?I tried searching the forums and Google, but I haven't found an answer.
View 1 Replies
View Related
Jan 11, 2010
I encountered problem on my NEW PROD box. I have remaining space of 300GB and i decided the create a /dev/mapper/VolGroup00 using Redhat Gui. It is successful. Then, i decided to create logical volumes out of it..
lvcreate -L 10G -n rawdevice1 VolGroup00
lvcreate -L 30G -n rawdevice2 VolGroup00
lvcreate -L 10G -n rawdevice3 VolGroup00
[code]...
View 1 Replies
View Related
Apr 28, 2010
To run applications compiled for RedHat 4 Enterprise (gcc3.4) on RedHat 5 Enterprise (gcc4.1), what should I do?
View 4 Replies
View Related
May 1, 2011
can not ping from host (RHEL 6) to RHEL 5 in (virtual)? I have stopped iptables on both machines. But still not able to ping from host machine to virtual.
View 1 Replies
View Related
Dec 23, 2009
I am trying to download RHEL 5.4 AS version for testing..But under [URL] There is no specific link for AS version or ES version..How can I detect which iso is for AS and which one for ES..? There are separate links for AS and ES version for RHEL 4.x version but why is it not available for RHEL 5.x versions?
View 3 Replies
View Related
Apr 27, 2010
To run applications compiled for RedHat 4 Enterprise (gcc3.4) on RedHat 5 Enterprise (gcc4.1), what should I do?
View 4 Replies
View Related
May 4, 2011
I'm working with Linux 2.6.23 on an embedded device and am receiving the following error executing the reboot command.
View 2 Replies
View Related
Oct 7, 2010
I am using sda1 as /, which is a bootable drive. I do not know if my problem is that I did not create a /boot drive. After removing the iso dvd, I tried to reboot and I get this back: -bash: /sbin/reboot: input/output error Then it returns me to the terminal prompt.
View 6 Replies
View Related
Feb 3, 2011
difference between rhel 5 and rhel 6 - basic difference.
View 3 Replies
View Related
Nov 18, 2009
i have old RHEL 3 system which has kernel 2.4 installed into it. I wasnt to upgrade it to RHEL 5.x so i downloaded a kernel 2.6 package but was not able to compile it.
View 1 Replies
View Related
Jul 3, 2011
I have one hard disk partitioned into four logical drives.
1.20gb for red hat 5 //installed after installing window xp
2.40gb for Win xp //Installed first
3.40gb not formatted yet
4.more than 50gb for data storage.
After all the installation,I can just boot Red hat 5 but it shows the prompt for window xp also to boot in boot selection screen.When I entered for window to boot,I have this message-
[Code]...
View 5 Replies
View Related
Mar 12, 2010
I want to use SCTP socket in red hat enterprise.
View 9 Replies
View Related
Jan 16, 2010
I am trying to compile the Kommander on Red Hat Enterprise Linux 5. But when i try to run the configure, this is what happend:
[root@localhost kommander-1.5.3]# ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
[Code].....
How can i solve the "kde-config was not found?
View 6 Replies
View Related
Apr 7, 2011
The solution should be capable to use intranet only (no communication should traverse the inernet). It would be of an advantage if it would support conferencing. And if it's possible it'd be fine if it'd be free.
One solution which comes to my mind is jabber, but I do not have any experience with it... what's your oppinion on that? What other solutions are there?
View 5 Replies
View Related
May 18, 2011
According to this site, Red Hat Enterprise Linux is based on Fedora. Is this true?
View 2 Replies
View Related
Aug 17, 2011
I have two HP servers which have a total of 10 Ethernet ports each, both running RHEL 5.7. I need to make sure that Ethernet ports are mapped to the same devices in Linux on both systems (see below) because these servers must be identical (the second box is a drop-in replacement in case the first system fails).The ethernet ports on the first system are mapped as follows:
Device Port
eth0 Intel Dual Port Card, Port 1 (Rightmost Port)
eth1 Dual, Port 2
[code]....
View 1 Replies
View Related
Nov 20, 2010
i am suffering from very strange problem.i am using red hat and my mouse right click is not working in it.my mouse is ok i have checked it on windows system
View 7 Replies
View Related
Jul 5, 2010
Actually i want to know if i don't want any support or software update from redhat, can i continue to use RHEL after 30 days evaluation ?
View 3 Replies
View Related
Jan 10, 2011
I would like to know the difference between redhat enterprise linux 5.4 and redhat linux 9.0. Also, if redhat linux 9.0 could be used as a server os.
View 2 Replies
View Related
Apr 14, 2010
I am using a Red Hat enterprise server 5.0 I would like to know if there is a way to extract a single file from inside a war file and display its contents on the screen? For example: I have a file labeled test.war and inside this war there are multiple files/directories. I am interested in seeing the contents of one file labeled MANIFEST.MF without having to unzip the entire war file. does it make sense?
View 6 Replies
View Related
Aug 9, 2011
I successfully install vnc server and client in my machine after installation in GUI mode i clicked on service and enable vnc server when i click on start. It says that "This service is being refreshed right now" Then after i use terminal and typed "#service vncserver start"
its display error message "Starting VNC server: no displays configured [FAILED]"
View 1 Replies
View Related
Apr 25, 2010
How to install Red Hat Enterprize Linux 5.0 on Hard disk which have xp already install
View 7 Replies
View Related
Jun 13, 2010
I just installed Oracle Enterprise Linux 5.x on my laptop from an iso file. But I cannot browse internet from firefox (tried to connect internet from a wire connection), and cannot ping a website.
View 5 Replies
View Related
Jun 19, 2010
I just installed Red Hat 6 but when I try to login it prompts me to enter a "Smartcard Authentication" instead of a user name. Does anyone know how to get pass this? and just login with the user name I created or the root?Here's a screenshot of the login screen:[URL]
View 3 Replies
View Related