ADSM-L

Re: AIX Question

2001-04-30 19:43:56
Subject: Re: AIX Question
From: Steve Harris <Steve_Harris AT HEALTH.QLD.GOV DOT AU>
Date: Tue, 1 May 2001 09:44:08 +1000
Don't ever edit inittab directly
AIX has some nice commands to do this (mkitab chitab lsitab)

If you are asking how to I restart dsmc sched or dsmserv,  I use this in ksh

chitab "$(lsitab label | sed s/once/respawn/)"
where label is the inittab label of the item to restart
wait a minute for the command to start and then change it back with
chitab "$(lsitab label | sed s/respawn/once/)"

Steve Harris
AIX and ADSM Admin
Queensland Health, Brisbane Australia


>>> "Gill, Geoffrey L." <GEOFFREY.L.GILL AT SAIC DOT COM> 01/05/2001 7:27:20 >>>
For all you AIX guru's out there,

I haven't been able to find an answer to this in any of the books I have so
I need to ask. I've been told that on other UNIX systems there is a way to
"refresh" what's in inittab to the system. In AIX is there a way to have the
inittab re-run to pick up any changes or processes that may have been
stopped without restarting the computer?

Thanks,

Geoff Gill
TSM Administrator
NT Systems Support Engineer
SAIC
E-Mail:   gillg AT saic DOT com 
Phone:  (858) 826-4062
Pager:   (888) 997-9614
<Prev in Thread] Current Thread [Next in Thread>