Thanks for the reponse PSD. The inittab is below, as well as the reponse to startsrc -s and g commands. I did need to issue a stopsrc since I had previously started the spooler manually.
init:2:initdefault:
brc::sysinit:/sbin/rc.boot 3 >/dev/console 2>&1 # Phase 3 of system boot
powerfail:

owerfail:/etc/rc.powerfail 2>&1 | alog -tboot > /dev/console # Power
Failure Detection
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/fi
rstboot
srcmstr:2:respawn:/usr/sbin/srcmstr # System Resource Controller
gpms1:2:wait:/etc/rc.idx.pre > /dev/console 2>&1
cons:0123456789:respawn:/usr/sbin/getty /dev/console
rctcpip:2:wait:/etc/rc.tcpip > /dev/console 2>&1 # Start TCP/IP daemons
gpms2:2:wait:/etc/rc.idx > /dev/console 2>&1
rcnfs:2:wait:/etc/rc.nfs > /dev/console 2>&1 # Start NFS Daemons
rcport:2:wait:/etc/rc.post > /dev/console 2>&1 # Start JobSoft (Post Proc) Items
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
pmd:2:wait:/usr/bin/pmd > /dev/console 2>&1 # Start PM daemon
diagd:2

nce:/usr/lpp/diagnostics/bin/diagd >/dev/console 2>&1
logsymp:2

nce:/usr/lib/ras/logsymptom # for system dumps
ptypa:2:respawn:/usr/sbin/getty /dev/ttypa #PCIforDOS
rcpci:2

nce:/etc/rc.pci > /usr/spool/pcilog/start.log
tty6:2

ff:/usr/sbin/getty /dev/tty6
apache1:2

nce:/etc/rc.apache
tty5:2:respawn:/usr/sbin/getty /dev/tty5
tty8:2:respawn:/usr/sbin/getty -r /dev/tty8
tty2:2

ff:/usr/sbin/getty /dev/tty2
tty9:2:respawn:/usr/sbin/getty -r /dev/tty9
tty1:2:respawn:/usr/sbin/getty /dev/tty1
lpd:2

nce:/usr/bin/startsrc -s lpd
[root @ chc] # stopsrc -g spooler
0513-044 The qdaemon Subsystem was requested to stop.
0513-044 The writesrv Subsystem was requested to stop.
0513-044 The lpd Subsystem was requested to stop.
[root @ chc] # startsrc -sqdaemon
0513-059 The qdaemon Subsystem has been started. Subsystem PID is 11400.
[root @ chc] # stopsrc -sqdaemon
0513-044 The qdaemon Subsystem was requested to stop.
[root @ chc] # startsrc -gspooler
0513-059 The qdaemon Subsystem has been started. Subsystem PID is 11402.
0513-059 The writesrv Subsystem has been started. Subsystem PID is 8268.
0513-059 The lpd Subsystem has been started. Subsystem PID is 7756.