OnDemand Users Group

Support Forums => CMOD for z/OS Server => Topic started by: rajeshmutha on June 26, 2013, 05:30:35 PM

Title: CMOD on z/os - Invoking "arsdoc query" from a linux server
Post by: rajeshmutha on June 26, 2013, 05:30:35 PM

Hi,

I'm facing an issue in connecting to CMOD on MVS from a Linux server and the command is hangging during athentication.
We opened ports 3017,22,446 from linux server as source and MVS as destination server.

Here is the error. Has anyone faced this issue?

$ /opt/ondemand/bin/arsdoc query -v -h rva5 -u uosg065 -p XXXXXX -G TIFF0600 -i 'where INDEX_1='XXXXXXX72540''

06/26/13 13:19:16 : Starting arsdoc.  Version:  8.5.0.6

06/26/13 13:19:16 : /opt/ondemand/bin/arsdoc query -v -h rva5.kdc.XXXXX.com -u uosg065 -G TIFF0600 -i where INDEX_1=XXXXXXX72540

06/26/13 13:19:16 : Attempting login for userid 'uosg065' on server 'rva5.kdc.XXXX.com' ...
$
Title: Re: CMOD on z/os - Invoking "arsdoc query" from a linux server
Post by: Justin Derrick on June 27, 2013, 11:28:34 AM
The TCP/IP port number used by default for CMOD is 1445.  You probably need to have that port opened as well.

-JD.
Title: Re: CMOD on z/os - Invoking "arsdoc query" from a linux server
Post by: LWagner on July 02, 2013, 08:10:37 PM
I use this arsdoc command frequently without any problem, AIX to MVS.

arsdoc get -h <ipaddress> -v -u uidname -p pword -x "19905-116-0-30237FAA-15202-15202" -f $BILLS -i "WHERE LOAD_DATE > 0" -o id.30237 -d c:\ARSSTAGE  2>> log2-30237.txt

We use port 1445.