Re: Shell Script needed

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 54769
interpreted = N
texte = 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/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Shell Script needed ( John Peacock 2003)
  2. Re: Shell Script needed ( Paul Uttermohlen 2003)
  3. Re: Shell Script needed ( John Peacock 2003)
  4. Re: Shell Script needed ( Christer Olsson 2003)
  5. Re: Shell Script needed ( Andy Mowrey 2003)
  6. Re: Shell Script needed ( Paul Uttermohlen 2003)
  7. Re: Shell Script needed ( Christer Olsson 2003)
  8. Re: Shell Script needed ( Paul Uttermohlen 2003)
  9. Re: Shell Script needed ( "Alain Russell" 2003)
  10. Re: Shell Script needed ( Paul Uttermohlen 2003)
  11. Re: Shell Script needed ( Alain Russell 2003)
  12. Re: Shell Script needed ( Paul Uttermohlen 2003)
  13. Re: Shell Script needed ( Alain Russell 2003)
  14. Shell Script needed ( Paul Uttermohlen 2003)
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/ Paul Uttermohlen

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:

flushdatabases (1997) off topic fetch vs PCS photomaster (1997) [SEARCH] Context for SKU prices not working... (1998) ASP and WebDNA (1998) WebCat for Site Search? (1997) Help formatting search results w/ table (1997) Running _every_ page through WebCat ? (1997) Decrypting a user password (2000) email messages (1997) includes and cart numbers (1997) WebMerchant Problem (1999) can WC render sites out? (1997) Microsoft frong page extensions (2004) Auto Submit (2000) Re:no [search] with NT (1997) PCS Customer submissions ? (1997) Multiple postings (2000) StoreBuilder/SiteBuilder (2005) Anomaly ? causes NT application event log to overflow (1997) search for non-unique question (2001)