Date: Wed, 20 Jan 1999 20:57:49 -0700 From: Chris Tubutis <chris@tci.com> To: bsd <bsd@capgemini.com.sg> Cc: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: Re: cron and NT scheduler Message-ID: <36A6A5BD.581C55B0@tci.com> References: <36A6A286.9A9CAF21@capgemini.com.sg>
next in thread | previous in thread | raw e-mail | index | archive | help
bsd wrote: > > Hi > > I have encountered a problem with sychronizing a WindozeNT and FreeBSD. > Can anybody help? > > Description: > > I need to start a program in FreeBSD and another program on NT at the > same time, I know i can set the cron for FreeBSD and scheduler for NT, > but on events that the clocks don't sychronise, there may be some > delays. > > Is there a way to activate a program (on NT) from FreeBSD or vice versa? > > Best Regards and thanks in advance, > > Chan You can set up your fbsd box to allow remote logins from the nt box. (You may have to snoop the ethernet here to see exactly what usernmae the nt box is coming across as; unix is case sensitive, nt isn't.) Then, from the nt box, $ rsh fbsdbox /path/to/program/or/command I think nt comes with the rstuff by default; it might be part of the resource kit, though, in which cause I think you can find a pd version of the r utilities. Read a few things: man rsh man rhosts and related files, including the parts about security considerations. ct To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36A6A5BD.581C55B0>