acleda wrote:
> Hi,
>
> Could you help me i got an error when i try to replay the transaction
> journaling to DR server, please help me
>
> Please see below the detail error:
>
> jsh report ~ -->sh
> $ jlogdup -u5 -l/mkcdfs/stat/jlogdup_info INPUT set=current
> terminate=wait OUTPUT set=stdout | rsh 192.168.0.19 /gbdev/kuong/bnk/
> bnk.run/jlogacldr.sh
> rshd: 0826-826 The host name for your address is not known.
>   
This is telling  you that you do not have the address/dns/reverse lookup 
settings correct for your domain. The rshd is trying to look up the 
address for your client side and failing to do so, hence it is just 
dropping the connection. This is why you are getting the broken pipe.

rsh is unsecure and you should probably use ssh, but before trying the 
pipe, make sure you can just do:

rsh 192.168.0.19 ls

When you can do that, you will be able to run jlogdup.

You should configure dns/hostd or named or whatever your system uses for 
DNS. You can also configure /etc/hosts, but this is not the way to do it 
really.

Also, please read the posting guidelines as you did not include any 
information about your operating systems or version of jBASE.

Jim

> 14:44:30 20 MAY 2009 : STATUS:
>     Begin jlogdup process: From set 'set=current terminate=wait' to
> set 'set=stdout'
> 14:44:30 20 MAY 2009 : ERROR:  For definition set=stdout
>     Error number 32 writing to stdout
> Process ID 352602 , port 98 , broken pipe
>   Program source name jlogdup.b , line 19
> *
> 14:44:30 20 MAY 2009 : STATUS:
>     Termination Statistics: usr 0.04 , sys 0.04 , elapsed 0m0.06
>     INPUT : 5 records , 0 blocks , 4709 record bytes , 0 errors
>     OUTPUT: 0 records , 0 blocks , 0 bytes , 1 errors
> $
>
>
> >
>   


--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to