Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

startup problems on AIX 4.3.3

55 views
Skip to first unread message

Lehmann

unread,
Aug 15, 2000, 3:00:00 AM8/15/00
to
Hi!

I have an error in my /etc/inittab file which result in that my async kernel
extension doesn't load (orapw:2:wait:/etc/loadext -l /etc/pw-syscall)

Does AIX have a startuplog/systemlog where I can see whats happening duing
startup?

I normally use Solaris...;-)

Regards
Lehmann


my inittab:

init:2:initdefault:
brc::sysinit:/sbin/rc.boot 3 >/dev/console 2>&1 # Phase 3 of system boot
powerfail::powerfail:/etc/rc.powerfail 2>&1 | alog -tboot > /dev/console #
Power Failure Detection
load64bit:2:wait:/etc/methods/cfg64 >/dev/console 2>&1 # Enable 64-bit execs
rc:2:wait:/etc/rc 2>&1 | alog -tboot > /dev/console # Multi-User checks
fbcheck:2:wait:/usr/sbin/fbcheck 2>&1 | alog -tboot > /dev/console # run
/etc/firstboot
srcmstr:2:respawn:/usr/sbin/srcmstr # System Resource Controller
rctcpip:2:wait:/etc/rc.tcpip > /dev/console 2>&1 # Start TCP/IP daemons
rcnfs:2:wait:/etc/rc.nfs > /dev/console 2>&1 # Start NFS Daemons
cron:2:respawn:/usr/sbin/cron
piobe:2:wait:/usr/lib/lpd/pio/etc/pioinit >/dev/null 2>&1 # pb cleanup
qdaemon:2:wait:/usr/bin/startsrc -sqdaemon
writesrv:2:wait:/usr/bin/startsrc -swritesrv
uprintfd:2:respawn:/usr/sbin/uprintfd
logsymp:2:once:/usr/lib/ras/logsymptom # for system dumps
pmd:2:wait:/usr/bin/pmd > /dev/console 2>&1 # Start PM daemon
httpdlite:2:once:/usr/IMNSearch/httpdlite/httpdlite -r
/etc/IMNSearch/httpdlite/httpdlite.conf & >/dev/console 2>&1
diagd:2:once:/usr/lpp/diagnostics/bin/diagd >/dev/console 2>&1
dt:2:wait:/etc/rc.dt
cons:0123456789:respawn:/usr/sbin/getty /dev/console
imnss:2:once:/usr/IMNSearch/bin/imnss -start imnhelp >/dev/console 2>&1
imqss:2:once:/usr/IMNSearch/bin/imq_start >/dev/console 2>&1
lft:2:respawn:/usr/sbin/getty /dev/lft0
orapw:2:wait:/etc/loadext -l /etc/pw-syscall
orakstat:2:wait:/etc/loadext -l /etc/ora_kstat

John Schneider

unread,
Aug 15, 2000, 3:00:00 AM8/15/00
to
Lehmann,
Does the command work correctly when you try it from the AIX command line?
Make sure that is true first. If so, then add a redirection at the end of the
command, as in:

orapw:2:wait:/etc/loadext -l /etc/pw-syscall > /tmp/loadext.out 2>&1

So that messages go to the log file /tmp/loadext.out. That should show you what
is wrong.

John


Lehmann wrote:

--
John Schneider

***********************************************************************
* John D. Schneider Email: jds...@attglobal.net * Phone: 636-651-4641
* Lowery Systems, Inc.
* 1329 Horan Disclaimer: Opinions expressed here are
* Fenton, MO 63026 mine and mine alone.
***********************************************************************

Nicholas Dronen

unread,
Aug 15, 2000, 3:00:00 AM8/15/00
to
Lehmann <Spaceboy_...@hotmail.com> wrote:
> Hi!

> I have an error in my /etc/inittab file which result in that my async kernel
> extension doesn't load (orapw:2:wait:/etc/loadext -l /etc/pw-syscall)

> Does AIX have a startuplog/systemlog where I can see whats happening duing
> startup?

> I normally use Solaris...;-)

orapw:2:wait:/etc/loadext -l /etc/pw-syscall >/tmp/pw-syscall.log 2>&1
orakstat:2:wait:/etc/loadext -l /etc/ora_kstat >/tmp/ora_kstat.log 2>&1

bernard.tavan

unread,
Aug 15, 2000, 3:00:00 AM8/15/00
to
The async. I/o must be enable.
Fastpath = smit aio

Regards
Bernard


Lehmann <Spaceboy_...@hotmail.com> a écrit dans le message :
96634697...@ns.cci.dk...


> Hi!
>
> I have an error in my /etc/inittab file which result in that my async
kernel
> extension doesn't load (orapw:2:wait:/etc/loadext -l /etc/pw-syscall)
>
> Does AIX have a startuplog/systemlog where I can see whats happening duing
> startup?
>
> I normally use Solaris...;-)
>

> orapw:2:wait:/etc/loadext -l /etc/pw-syscall

Dale Lakes

unread,
Oct 28, 2000, 10:59:31 AM10/28/00
to
On Tue, 15 Aug 2000, Lehmann wrote:

> Does AIX have a startuplog/systemlog where I can see whats happening duing
> startup?

alog -t boot -o
--
Dale Lakes
UNIX Systems Administrator

0 new messages