Problem "zos_operator" command #592
-
Hi all, I'm new in this area and i'm having problems to execute the module 'zos_operator - ibm_zos_core' (I tried zos_command too) to display an information about TCP. Follow the code bellow and the error: provision.yml
Role query_cics
role zOS_operator
Display of error: ESTABLISH SSH CONNECTION FOR USER: xyzxpto NotesI put the two roles just to show that one works (query_cics) and another no (zOS operator) I'm using this collections level: ibm.ibm_zos_cics 1.0.1 python3-3.6.8-18.el7.x86_64 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
From the below portion of your dump, I'm wondering if your ZOAU_HOME might be pointing at the wrong thing (looks like it might be pointing at pyz?) |
Beta Was this translation helpful? Give feedback.
-
Otherwise, it looks like there's an issue with locale |
Beta Was this translation helpful? Give feedback.
-
@fabiobncbb thank you for reaching out to us, First thing I notice is typos in your variables, e.g.
Second, Here is what a log should look like.
Here is an example of my
You can also find this documented here in more detail. |
Beta Was this translation helpful? Give feedback.
-
Hi all! After your observations, that points to environmet_vars, i solved the problem! Was an atualization made by the team responsible for ZOAU and Python instalation, that changed the environmet vars. Now i learned how to see this and change in my aplicattion if is necessary. |
Beta Was this translation helpful? Give feedback.
@fabiobncbb thank you for reaching out to us,
First thing I notice is typos in your variables, e.g.
BPXK_AUTOCVT
it should be_BPXK_AUTOCVT
, this typo with a leading underscore seems to be missing from many of your variables:Second,
@ketankelkar has a point, the environment variables look a bit off to me, notice the excessive quotes , eg you have
BPXK_AUTOCVT='"'"'"'"'"'"'"'"'“ON”'"'"'"'"'"'"'"'"'
where I have_BPXK_AUTOCVT=ON
Here is what a log should look like.