HP3000-L Archives

July 2005, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Cathlene Mc Rae <[log in to unmask]>
Reply To:
Cathlene Mc Rae <[log in to unmask]>
Date:
Tue, 5 Jul 2005 13:13:47 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (62 lines)
The output of a batch job for mpe is not what a posix process expects.
There is a note on this subject in the itrc: KBRC00004043

Basically here's how you can get it to work:


The problem may be with the width of the job file.  If the job file is less
then 80 bytes in width the remote shell commands will execute successfully.
If the job file has a file width of 80 bytes or more the remote shell
commands will NOT execute and the job may loop because it never sees EOJ.


The WorkArounds:

1) Change the file width from 80 bytes to 79 or less bytes.

or

2) Change the SHELL command to use the '-c' option.  This will
execute the shell commands from MPE and the file width can be any size.

change:

!remote xeq sh.hpbin.sys "-L"
compress MYFILE
compress ./MYFILE
rm ./MYFILE.Z
echo this is a test
exit

 to:

!remote sh.hpbin.sys '-c "compress MYFILE"'
!remote sh.hpbin.sys '-c "compress ./MYFILE"'
!remote sh.hpbin.sys "-c 'rm ./MYFILE.Z'"
!remote sh.hpbin.sys "-c 'echo this is a test'"


Output of the job with a file width of 80 bytes:

 44 ********************************************************
 45 :remote sh.hpbin.sys '-c "compress ./MYFILE"'
 46 :remote sh.hpbin.sys "-c 'rm ./MYFILE.Z'"
 47 rm: cannot unlink entry "./MYFILE.Z": No such file or directory
 48 :remote sh.hpbin.sys "-c 'echo this is a test'"
 49 this is a test
 50 :remote bye
 51 CPU=6. Connect=1. WED, SEP 13, 2000,  9:01 AM.
 52
 53 :eoj
 54 CPU sec. = 3.  elapsed min. = 1.  WED, SEP 13, 2000,  9:01 AM.
 55


hope this helps.

Best Regards
Cathlene Mc Rae.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2