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
Problems with sample CoZLauncher
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.
(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.