Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: Prologue/Epilogue script: msg#00117

clustering.torque.user

Subject: Re: Prologue/Epilogue script

On Mon, Apr 23, 2007 at 09:02:06AM -0400, Jeffrey B. Layton alleged:
> Good morning,
>
> I'm looking for prologue/epilogue scripts that kill all user jobs
> except the user who is going to run on the assigned nodes.
> The prologue would leave all of the root and "non-user" jobs
> running, and the epilogue would leave only root and "non-user"
> jobs running. Does anyone have scripts like this tat they would
> be willing to share?

There are from my own prologue/epilogue scripts.

node setup bits to scrub off anything that shouldn't be running:

patt='root,daemon,bin,nobody,named,rpc,rpcuser,ntp,nscd'
if [ -n "$(pgrep -d, -v -u $patt)" ];then
pkill -v -u $patt
for try in 1 2 3 4 5 6 7 8 9;do
sleep 2
if [ -n "$(pgrep -d, -v -u $patt)" ];then
pkill -9 -v -u $patt
else
break
fi
done
fi


node takedown bit to kill off the user:

JOBUSER=$2
if [ -n "$(pgrep -d, -U $JOBUSER)" ];then
pkill -U $JOBUSER
for try in 1 2 3 4 5;do
sleep 2
if [ -n "$(pgrep -d, -U $JOBUSER)" ];then
pkill -9 -U $JOBUSER
else
break
fi
echo "PIDs not killed: $(pgrep -d, -U $JOBUSER)" | logger -t
takedownnode
done
fi


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation