Re: Oracle on RHEL4 with ASM problem
- From: Jack Challen <jack_challen@xxxxxxxxxx>
- Date: Fri, 21 Apr 2006 13:52:48 +0100
Lunt, Nick wrote:
h1:35:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1 </dev/null
When ASM throws this error I have to comment out this entry in inittab, run 'init q', uncomment the inittab entry and run 'init q' again.
This fixes the problem.
I don't have a copy of this script kicking around here, but it sounds like it's timing out or locking somehow. Seems like they (Oracle) are using a cross between SysV init scripts and init(1) handling; have you tried running either:
/etc/init.d/init.cssd status #(/may/ not work)
/etc/init.d/init.cssd restart #(should work)
as root?
Failing that, you may able to hack that script to put e.g. "sleep 5" at the top -- this is a dirty hack; hopefully running the script by hand should give you some more information.
If the sleep trick fixes it, then I'd suggest that that script is restarting too quickly for init(1) to assume that it's successful - you should see messages in /var/log/messages that say something like
init: process h1 respawning too quickly -- disabled for 5 minutes.
hth
jack
--
Jack Challen
Technical Consultant, OCSL.
http://www.ocsl.co.uk/
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- Oracle on RHEL4 with ASM problem
- From: Lunt, Nick
- Oracle on RHEL4 with ASM problem
- Prev by Date: Oracle on RHEL4 with ASM problem
- Next by Date: RE: Oracle on RHEL4 with ASM problem
- Previous by thread: Oracle on RHEL4 with ASM problem
- Next by thread: Re: Oracle on RHEL4 with ASM problem
- Index(es):
Relevant Pages
- Re: Solaris 10: cannot gracefully shutdown legacy services?
... Oracle starts up just fine. ... > processes with a SIGTERM. ...
> Reading `man init`, I find: ... > This invokes the script, ... (comp.unix.solaris) - Re: Python init
... that is needed for scripts running at init time. ... I think 2.5Mb would be
sufficient to serve as an init platform and natively ... cover more than 80-90% of any
operation an init script would need. ... python stuff to /bin and /lib and remove
it from /usr, ... (Debian-User) - Re: Python init
... that is needed for scripts running at init time. ... I think 2.5Mb would be
sufficient to serve as an init platform and natively ... cover more than 80-90% of any
operation an init script would need. ... python stuff to /bin and /lib and remove
it from /usr, ... (Debian-User) - Re: [SLE] SUSE 9.3: buggy as hell
... The thing is that once upon a time I made a temporary backup of an init ...
script while I decided which to use. ... * service postfix did not start on boot,
nor did it stop on halt ... network named syslog xntpd ldap ypbind ... (SuSE) - Re: unmounting a filesystem mounted by /init (initramfs)
... > I am trying to build a system that uses a unionfs as root. ... > script
is based on the one used by gentoo and uses initramfs. ... > problem is that /memory is no
longer visible after the init script did ... "A chroot"? ... (Linux-Kernel)