compiling on dos from sysv via rsh

compiling on dos from sysv via rsh

Post by Gerhard Ot » Thu, 19 Nov 1992 21:42:05



Hi all !

I've to setup an awfull configuration for a big software project and get it
to work as soon as possible and need some input:

Configuration:
- several sysv machines (30-40) including sco, apollo(domain/os) using
dsee for configuration and developing managment;
- some i486 pc's (20-30); on these machines the intel C compiler ic86
must be running to produce binaries for a special 186 target hardware.
- all connected via TCP/IP

Because of developing under the dsee environment the compile jobs must be
started on the pc's via rsh(rcmd on sco,remsh on domain/os) and the pc's
must be able to mount the sources from the sysv machines.
In addition the pc's must accept more than one rsh job at a time,
so they need some multitasking features.

OS/2 with TCP/IP and NFS isn't a solution,because you can't start a dos
programm(the ic86 compiler) on an OS/2 Server with rsh or rexec, at least
after a week experience in trying to do this.
Next theoretical solutuon could be PC/TCP from FTP with DESQUview/X;
this configuration should offer NFS capabilities and an rshd feature
on the dos pc, but i haven't tried it yet(any comments?).

If this doesnt't work, .... ???????

Any input or experience with this kind of problem would help me
to get on with this thing. I'll summarize an repost.
Thank's a lot,
Gerhard

.
--
       ____  _____   _    Gerhard Otte
      /    | | ___| | |   phone: ++49 941 75081
    /  /_| | |_|__  | |   fax:   ++49 941 75084

 
 
 

1. exit code of the remote command execution (done via rsh)

Hello,

This question has been asked a few times, but I was wondering if there has
been any modification.

If you are doing
rsh hostname fooprog - How do you obtain the exit code of fooprog ?

- Has rsh been enhanced to do that ? or we just resort to doing
  rsh hostname fooprog; echo $?

thanks,
tarak

2. From one newbie to all newbies

3. SYSV IPC via the shell?

4. kfm compile problem (kde 1.1.1)

5. Compiling TERM, on SysV 3.2

6. 'make' command

7. SYSV -> SUN Compile problem

8. Can't "see" web server outside Netgear RT314 router.

9. Compiling TERM, on SysV 3.2

10. compile xterm in linux - BSD or SYSV

11. Trouble compiling sysv file system support into kernel

12. Help: rsh DOS -> Linux problem

13. How to get the exit status of a remote command executed via rsh