Author Topic: CMOD on z/os - Invoking "arsdoc query" from a linux server  (Read 2850 times)

rajeshmutha

  • Guest

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

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: CMOD on z/os - Invoking "arsdoc query" from a linux server
« Reply #1 on: June 27, 2013, 04: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.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

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

LWagner

  • Guest
Re: CMOD on z/os - Invoking "arsdoc query" from a linux server
« Reply #2 on: July 02, 2013, 01: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.