AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  console respawing error?

    Posted Wed May 06, 2009 06:17 AM

    Originally posted by: chandru0078


    Hi Gurus

    Somethig causing my server console respawning again anf agian.You can see for the error in the file i have attached.i dont sure what causing this error.is it somthing not rite in the corntab entire or at initab entire?ELSAG is apps user id.Where i should to disable the to stop this error>
    #AIX-Forum


  • 2.  Re: console respawing error?

    Posted Wed May 06, 2009 06:18 AM

    Originally posted by: chandru0078


    1. lsitab -a
    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
    mkatmpvc:2:once:/usr/sbin/mkatmpvc >/dev/console 2>&1
    atmsvcd:2:once:/usr/sbin/atmsvcd >/dev/console 2>&1
    load64bit:2:wait:/etc/methods/cfg64 >/dev/console 2>&1 # Enable 64-bit execs
    tunables:23456789:wait:/usr/sbin/tunrestore -R > /dev/console 2>&1 # Set tunables
    rc:23456789:wait:/etc/rc 2>&1 | alog -tboot > /dev/console # Multi-User checks
    fbcheck:23456789:wait:/usr/sbin/fbcheck 2>&1 | alog -tboot > /dev/console # run /etc/firstboot
    srcmstr:23456789:respawn:/usr/sbin/srcmstr # System Resource Controller
    rctcpip:23456789:wait:/etc/rc.tcpip > /dev/console 2>&1 # Start TCP/IP daemons
    rcnfs:23456789:wait:/etc/rc.nfs > /dev/console 2>&1 # Start NFS Daemons
    sniinst:2:wait:/var/adm/sni/sniprei > /dev/console 2>&1
    cron:23456789:respawn:/usr/sbin/cron
    piobe:2:wait:/usr/lib/lpd/pioinit_cp >/dev/null 2>&1 # pb cleanup
    cons:0123456789:respawn:/usr/sbin/getty /dev/console
    qdaemon:23456789:wait:/usr/bin/startsrc -sqdaemon
    writesrv:23456789:wait:/usr/bin/startsrc -swritesrv
    uprintfd:23456789:respawn:/usr/sbin/uprintfd
    shdaemon:2:off:/usr/sbin/shdaemon >/dev/console 2>&1 # High availability daemon
    l2:2:wait:/etc/rc.d/rc 2
    l3:3:wait:/etc/rc.d/rc 3
    l4:4:wait:/etc/rc.d/rc 4
    l5:5:wait:/etc/rc.d/rc 5
    l6:6:wait:/etc/rc.d/rc 6
    l7:7:wait:/etc/rc.d/rc 7
    l8:8:wait:/etc/rc.d/rc 8
    l9:9:wait:/etc/rc.d/rc 9
    naudio::boot:/usr/sbin/naudio > /dev/null
    ntbl_reset:2:once:/usr/bin/ntbl_reset_datafiles
    rcml:2:once:/usr/sni/aix53/rc.ml > /dev/console 2>&1
    logsymp:2:once:/usr/lib/ras/logsymptom # for system dumps
    perfstat:2:once:/usr/lib/perf/libperfstat_updt_dictionary >/dev/console 2>&1
    diagd:2:once:/usr/lpp/diagnostics/bin/diagd >/dev/console 2>&1
    ha_star:h2:once:/etc/rc.ha_star >/dev/console 2>&1
    ctrmc:2:once:/usr/bin/startsrc -s ctrmc > /dev/console 2>&1
    mF:2345:wait:sh /etc/mflmrcscript > /dev/null 2>&1
    mfes:2345:wait:sh /etc/mfeslmrcscript > /dev/null 2>&1

    xmdaily:2:once:/usr/bin/xmwlm -L 2>&1 >/dev/null # Start xmwlm daily recording
    ServerVantage:2:once:/usr/vantage/bin/restart_ecoagt -e /usr/vantage > /usr/vantage/log/restart.log 2>&1
    #AIX-Forum


  • 3.  Re: console respawing error?

    Posted Thu May 07, 2009 07:47 PM

    Originally posted by: dukessd


    Doesn't look like a cron or init problem to me.
    I think the App is sending something to the console device, check the app, or stop it and see if the messages stop, if they do look into the app or call the app support people.
    #AIX-Forum