CMOD on z/os - Invoking "arsdoc query" from a linux server

Previous topic - Next topic

rajeshmutha


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' ...
$

Justin Derrick

The TCP/IP port number used by default for CMOD is 1445.  You probably need to have that port opened as well.

-JD.
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Webinars:  https://CMOD.Training/
IBM CMOD Professional Services: https://CMOD.cloud

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

LWagner

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.