Problems with sample CoZLauncher

Discussion of the COZBATCH utility for z/OS
Post Reply
rsuess
Posts: 3
Joined: Wed Jul 08, 2009 8:13 am

Problems with sample CoZLauncher

Post by rsuess »

Hi forum

i downlaoded and installed CoZ on our z/OS 1.10 test system. I tried the sample jcl

//PROCLIB JCLLIB ORDER='SCB.COZ0000.C.SAMPJCL'
//RUNCOZ EXEC PROC=COZPROC,ARGS='kirk§linux1.myco.com'
//COZCFG DD *
//STDIN DD *
uname -a
env


and get the follwoing error

CoZLauncherÝN¨: version: 1.3.0 2009-06-11
CoZLauncherÝN¨: Copyright (C) Dovetailed Technologies, LLC. 2006. All rights reserved.
ssh: linux1.myco.com: EDC9501I The name does not resolve for the supplied parameters.

CoZLauncherÝE¨: kirk§linux1.myco.com target command '<default shell>' ended with RC=255

I do not have configured ssh in the config. The only config value ist the absolut path to cozserver (it is in my home directory) and default ports

I'am a pure z/OS system programmer and not so familiar with unix/uss

Best regards
Raimund
coz
Posts: 391
Joined: Fri Jul 30, 2004 5:29 pm

Post by coz »

I'm guessing you don't have a userid or machine "kirk@linux1.myco.com" :)
(The linux userid and machine information in the sample JCL has to be customized for your setup).

I'd recommend starting with this chapter of the user's guide:

http://www.dovetail.com/docs/coz/instal ... l_overview

Which will take you step by step through the installation process and required SSH configuration.

Please make sure you can connect to your remote linux machine via SSH without Co:Z before trying to run the launcher.
rsuess
Posts: 3
Joined: Wed Jul 08, 2009 8:13 am

Post by rsuess »

Hi

yes after changing to the right machine name it works !
Thanks a lot

Raimund
Post Reply