Re: Shell Script needed
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 54770
interpreted = N
texte = Sounds to me like you have some bad code somewhere .. the versions of WebDNA> 4.5 are pretty solid, especially when the WebDNAmonitor is running.What is 'heavy traffic' ?try this version ..#!/bin/shcd /Library/WebServer/CGI-Executables/Webcatalogengine/Library/WebServer/CGI-Executables/Webcatalogengine/webcatalogctl stopAlain----- Original Message ----- From: "Paul Uttermohlen"
To: "WebDNA Talk" Sent: Tuesday, December 09, 2003 5:39 PMSubject: Re: Shell Script needed> Webcatalog gets confused when the traffic gets heavy. It can't find> databases. It can't create carts because it can't find the shoppingcarts> folder. And on and on.>> Killing webcatalog has always solved the problem without any database> corruption, I guess since at the time it is not writing to any databases> since it can't find them anyway.>> I can use webcat to get the pid. And I can use webcat to kill itself with> that pid, but I can't do either of these when webcat is not running> correctly..... So I need to do it with a shell script>> Help. Please.>> Thanks, Paul>>>>> On 12/8/03 10:00 PM, "Alain Russell" > wrote:>> > You don't want to do a kill -9 as this will corrupt the databases if it> > is writing at the time ..> > Do you get an error when running the script .. ?> > Why do you want to stop WebDNA ?> >> > Alain> >> > On 09/12/2003, at 12:21 PM, Paul Uttermohlen wrote:> >> >>> >> Yeah. That's the first thing I tried, but it doesn't work.> >>> >> I need something that will get the PID so I can do> >>> >> Kill -9 PID> >>> >> I can use> >>> >> Ps -aux | head -21 | grep Webcatalog> >>> >> To get> >>> >> www 20381 100.8 30.3 528656 476356 p3- R 87:44.76 Webcatalog -m> >>> >> Where the second number is the pid.> >>> >> Paul> >>> >>> >>> >> On 12/8/03 5:45 PM, "Alain Russell" > >> wrote:> >>> >>> #/bin/sh> >>>> >>> cd /Library/WebServer/CGI-Executables/Webcatalogengine (or the correct> >>> path)> >>> ./webcatalogctl stop> >>>> >>> Should do it for you ..> >>>> >>>> >>> On 09/12/2003, at 11:40 AM, Paul Uttermohlen wrote:> >>>> >>>> Hi,> >>>>> >>>> I need a shell script for Mac OSX that I can call with cron to kill,> >>>> quit or> >>>> restart Webcatalog.> >>>>> >>>> Does anyone have one that they can donate to me?> >>>>> >>>> I'm trying to automatically kill webcatalog at a specified time.> >>>>> >>>> I've tried webcatalogctl restart, but it does not work. I just get a> >>>> message> >>>> that WebDNA monitor is already running.> >>>>> >>>> Thanks, Paul> >>>>> >>> >>> >>> >> -------------------------------------------------------------> >> This message is sent to you because you are subscribed to> >> the mailing list .> >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to> >> > >> Web Archive of this list is at: http://webdna.smithmicro.com/> >> >> >> > -------------------------------------------------------------> > This message is sent to you because you are subscribed to> > the mailing list .> > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to> > > > Web Archive of this list is at: http://webdna.smithmicro.com/>> ________________________________________________________> Paul Uttermohlen> http://www.Anoweb.com/> http://www.Uttermohlen.com/> Paul@Anoweb.com> Columbus, Ohio 43026> 614-529-8963> _______________________________________________________>>>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> Web Archive of this list is at: http://webdna.smithmicro.com/>-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Sounds to me like you have some bad code somewhere .. the versions of WebDNA> 4.5 are pretty solid, especially when the WebDNAmonitor is running.What is 'heavy traffic' ?try this version ..#!/bin/shcd /Library/WebServer/CGI-Executables/Webcatalogengine/Library/WebServer/CGI-Executables/Webcatalogengine/webcatalogctl stopAlain----- Original Message ----- From: "Paul Uttermohlen" To: "WebDNA Talk" Sent: Tuesday, December 09, 2003 5:39 PMSubject: Re: Shell Script needed> Webcatalog gets confused when the traffic gets heavy. It can't find> databases. It can't create carts because it can't find the shoppingcarts> folder. And on and on.>> Killing webcatalog has always solved the problem without any database> corruption, I guess since at the time it is not writing to any databases> since it can't find them anyway.>> I can use webcat to get the pid. And I can use webcat to kill itself with> that pid, but I can't do either of these when webcat is not running> correctly..... So I need to do it with a shell script>> Help. Please.>> Thanks, Paul>>>>> On 12/8/03 10:00 PM, "Alain Russell" > wrote:>> > You don't want to do a kill -9 as this will corrupt the databases if it> > is writing at the time ..> > Do you get an error when running the script .. ?> > Why do you want to stop WebDNA ?> >> > Alain> >> > On 09/12/2003, at 12:21 PM, Paul Uttermohlen wrote:> >> >>> >> Yeah. That's the first thing I tried, but it doesn't work.> >>> >> I need something that will get the PID so I can do> >>> >> Kill -9 PID> >>> >> I can use> >>> >> Ps -aux | head -21 | grep Webcatalog> >>> >> To get> >>> >> www 20381 100.8 30.3 528656 476356 p3- R 87:44.76 Webcatalog -m> >>> >> Where the second number is the pid.> >>> >> Paul> >>> >>> >>> >> On 12/8/03 5:45 PM, "Alain Russell" > >> wrote:> >>> >>> #/bin/sh> >>>> >>> cd /Library/WebServer/CGI-Executables/Webcatalogengine (or the correct> >>> path)> >>> ./webcatalogctl stop> >>>> >>> Should do it for you ..> >>>> >>>> >>> On 09/12/2003, at 11:40 AM, Paul Uttermohlen wrote:> >>>> >>>> Hi,> >>>>> >>>> I need a shell script for Mac OSX that I can call with cron to kill,> >>>> quit or> >>>> restart Webcatalog.> >>>>> >>>> Does anyone have one that they can donate to me?> >>>>> >>>> I'm trying to automatically kill webcatalog at a specified time.> >>>>> >>>> I've tried webcatalogctl restart, but it does not work. I just get a> >>>> message> >>>> that WebDNA monitor is already running.> >>>>> >>>> Thanks, Paul> >>>>> >>> >>> >>> >> -------------------------------------------------------------> >> This message is sent to you because you are subscribed to> >> the mailing list .> >> To unsubscribe, E-mail to: > >> To switch to the DIGEST mode, E-mail to> >> > >> Web Archive of this list is at: http://webdna.smithmicro.com/> >> >> >> > -------------------------------------------------------------> > This message is sent to you because you are subscribed to> > the mailing list .> > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to> > > > Web Archive of this list is at: http://webdna.smithmicro.com/>> ________________________________________________________> Paul Uttermohlen> http://www.Anoweb.com/> http://www.Uttermohlen.com/> Paul@Anoweb.com> Columbus, Ohio 43026> 614-529-8963> _______________________________________________________>>>>> -------------------------------------------------------------> This message is sent to you because you are subscribed to> the mailing list .> To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to> Web Archive of this list is at: http://webdna.smithmicro.com/>-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
"Alain Russell"
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
How To Install (2003)
Delete context run amok (2005)
is sku a REQUIRED field on NT (1997)
notification solutions (1997)
Range of Reports- go relational or include file? (2000)
WebCommerce: Folder organization ? (1997)
New public beta available (1997)
Newbie needs advice to learn to use WebDNA (2003)
no word on MacAuthorize... (1997)
exclamation mark... (1999)
Inventory Adjustment SOLUTION (2000)
Multiple serial numbers (1997)
A quickie question (1997)
Random Image (1998)
Is there an alternative to emailer? (1999)
Parameter Passing (2000)
hmmm (2006)
Search bug. Help (2002)
remotely add + sign (1997)
Summing fields (1997)