> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Doug Chanco
> Sent: Friday, December 14, 2007 5:00 AM
> To: u2-users@listserver.u2ug.org
> Subject: RE: [U2] anyone seen this error before?
> 
> Actually I think that's exactly what we are doing!
> 
> dougc

You want to make sure you only run UV cron jobs as phantoms.  If you run
them in the foreground they will all use the same shared memory segment.
If you ever have 2 UV foreground cron jobs overlap, you could have
problems ranging from the processes crashing to file corruption.  Here's
an example of one of our UV cron jobs:

umask 002
UV=`cat /.uvhome`/bin/uv
cd /uvdata/FABRIC.PROD
$UV "PHANTOM PGMDP0413"

-John
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to