Re: Superuser (su) in batch

2022-08-11 Thread Chen, Ya-Fang
William,

FYI. This what I use to create directory and set up ownership in a batch job. 
Some companies may need to change the pipe char from '!' to '|'. 

---
//STEP1EXEC PGM=BPXBATCH   
//SYSPRINT DD  SYSOUT=*
//STDOUT  DD  SYSOUT=* 
//STDERR  DD  SYSOUT=* 
//STDPARM  DD   *  
SH 
echo 'date' ! su ; 
echo 'mkdir -m 755 /home/y01' ! su ;   
echo 'mkdir -m 755 /home/y01/.ssh2' ! su ; 
echo 'chown -R y01:agroup  /home/y01' ! su ;   
hostname;  
ls -l /home;   
ls -la /home/y01   
/* 
---

Regards,
Ya-Fang


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Boyer, William
Sent: Thursday, August 11, 2022 9:35 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Superuser (su) in batch

Tried that.

OSHELL su
OPUT
The OPUT failed on permissions.  


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Ituriel do Neto
Sent: Thursday, August 11, 2022 9:25 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Superuser (su) in batch



 [External: Use caution with links & attachments]

You may try:

//STEP1  EXEC PGM=IKJEFT01 //SYSEXEC  DD   DISP=SHR,DSN=SYS1.SBPXEXEC 
//SYSTSPRT DD   SYSOUT=* //SYSTSIN  DD   *
  PROF MSGID WTPMSG
  OSHELL su                                                               



Best Regards

Ituriel do Nascimento Neto
z/OS System Programmer






Em quinta-feira, 11 de agosto de 2022 10:07:58 BRT, Rob Schramm 
 escreveu: 





Coz toolkit is very easy to use for switching to superuser.

Rob

On Thu, Aug 11, 2022, 08:51 Boyer, William < 
0442c7525a40-dmarc-requ...@listserv.ua.edu> wrote:

> My userid on z/OS is not a superuser but I have RACF READ access to 
> BPX.SUPERUSER.  Occasionally as a Systems Programmer, I need to have 
> perform something in USS that requires UID=0. In TSO I can switch to
> EUID=0 by going to 3.17 (Utilities/Udlist) and type a su which seems 
> to stay set for the entire length of the TSO session.  Is there a way 
> do a su in batch and then copy files or adjust permits/owner etc.
>
> For example interactively, I can set my euid=0 with su in 3.17, then 
> go to
> =6 and type in OPUT to copy files into USS to directories that my 
> normal uid does not have permission but the OPUT works because I am still 
> euid=0.
> I am looking for a way to do this in batch.
>
> Thanks
>
> William Boyer
> System Engineer Sr Advisor
>
> T  410-842-1706
> william.bo...@gdit.com
> One W. Pennsylvania Ave
> Towson, MD 21204
> www.gdit.com
>
>
>
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

>

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Serverpac installs January 2022 and beyond - Issues

2021-10-29 Thread Chen, Ya-Fang
Kurt,

We were able to merge datasets when we used CustomPac Installation Dialog to 
install ServerPac like the below merged dataset display. 
Can we still do that through z/OSMF software Management? Thanks.


Merge Component Data Sets for:
 ISP.SISPPENU  
 S   Data Set Name 
 -   --
   * ISP.SISPPENU  
 AOP.SAOPPENU  
 FFST.V120ESA.SEPWPENU 
 GDDM.SADMPNL  
 GIM.SGIMPENU  
 ICQ.ICQPLIB
 ISF.SISFPLIB   
 SYS1.DFQPLIB   
 SYS1.DGTPLIB   
 SYS1.HRFPANL   
 SYS1.SBDTPNL0  
 SYS1.SBLSPNL0  
 SYS1.SBPXPENU  
 SYS1.SEDGPENU  
 SYS1.SERBPENU  
 SYS1.SIATPNL0  
 TCPIP.SEZAPENU


Regards,
Ya-Fang


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Kurt J. Quackenbush
Sent: Friday, October 29, 2021 1:54 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Serverpac installs January 2022 and beyond - Issues

> Does the z/OSMF workflow support the following methodology:

To clarify terminology I'll rephrase your question to what I think you meant to 
ask:
Does z/OSMF Software Management, and the z/OSMF workflows supplied with the IBM 
ServerPac portable software instance, support the following methodology?

>  1. There are multiple clones for each release, each with its own SMP 
> and zFS datasets

Yes.

>  2. The naming convention for dlib and target volumes encapsulate a 
> release and a clone within the release

Yes, the volume names can be whatever you choose.

>  3. The naming convention for SMP and zFS datasets encapsulate a 
> release and a clone within the release

Yes, the data set names can be whatever you choose.

>  4. All parameter members use static system symbols to refer to 
> residence volumes and zFS datasets.

Hmmm... this I don't know.  I don't know the details of the PARMLIB members 
constructed by the workflows supplied with the ServerPac.

Kurt Quackenbush -- IBM, z/OS SMP/E and z/OSMF Software Management Chuck Norris 
never uses CHECK when he applies PTFs.


--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

2021-03-15 Thread Chen, Ya-Fang
Thanks. yes, it's a test system.
Some runaway process generate many tasks with same name that are in starting 
status and used up available address spaces. We are trying to fix this issue. 

I tried this command 'force starting,a=00e0,arm', but it didn't cancel the task 
either. 



-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of D 
alta
Sent: Monday, March 15, 2021 2:36 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

 ok, so you will need to issue the force arm command.  Are you on a test lpar? 
See if this works:
force starting,a=00e0,arm


On Monday, March 15, 2021, 03:26:09 PM EDT, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:  
 
 Tried that already.

C TEST1,A=00E0                                              
 IEE341I TEST1            NOT ACTIVE IN SPECIFIED ADDRESS SPACE  

C STARTING,A=00E0                                              
 IEE838I STARTING          NON-CANCELABLE - ISSUE FORCE ARM        


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of D 
alta
Sent: Monday, March 15, 2021 2:13 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

 OK, it's probably because because the address space is not fully 
initialized.Go ahead and try the cancel command:
c test1,a=00e0
c test1,a=0130
    On Monday, March 15, 2021, 02:57:50 PM EDT, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:  
 
 Thanks. I didn't see any WUID= parameter from the display.


D A,TEST1  CNZ4106I 13.52.03 DISPLAY ACTIVITY 779
  JOBS    M/S    TS USERS    SYSAS    INITS  ACTIVE/MAX VTAM    OAS
 00014    00271    0      00053    00036    0/00300      00038
  TEST1    STARTING          OWT  S  A=00E0  PER=NO  SMC=000
                                      PGN=N/A  DMN=N/A  AFF=NONE
                                      CT=000.006S  ET=NOTAVAIL
                                      WKL=SYSTEM  SCL=SYSSTC  P=1
                                      RGP=N/A      SRVR=NO  QSC=NO
                                      ADDR SPACE ASTE=3FE3A800
  TEST1    STARTING          OWT  S  A=0130  PER=NO  SMC=000
                                      PGN=N/A  DMN=N/A  AFF=NONE
                                      CT=000.005S  ET=NOTAVAIL
                                      WKL=SYSTEM  SCL=SYSSTC  P=1
                                      RGP=N/A      SRVR=NO  QSC=NO
                                      ADDR SPACE ASTE=3FE34C00          

Thanks and Regards,
Ya-Fang


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of D 
alta
Sent: Monday, March 15, 2021 1:45 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Cancel jobs in starting status with same name

 If you can't use SDSF, then you can use the JES2 cancel command.When you 
display the STC using D A,TEST1 look for the WUID= value and that is the STC 
number that you can use to cancel the TEST1 STC using the JES2 command:
First, display it:  $DSxThen, issue:  $CSx to cancel the STC
    On Monday, March 15, 2021, 01:18:11 PM EDT, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:  
 
 Does anyone know how to cancel jobs with the same in starting status? It's a 
JES2 system. Thanks.



D A,L  CNZ4105I 11.45.54 DISPLAY ACTIVITY 297
  JOBS    M/S    TS USERS    SYSAS    INITS  ACTIVE/MAX VTAM    OAS
 00014    00271    0      00053    00036    0/00300      00038
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  


Regards,
Ya-Fang

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the mess

Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

2021-03-15 Thread Chen, Ya-Fang
Tried that already.

C TEST1,A=00E0   
 IEE341I TEST1 NOT ACTIVE IN SPECIFIED ADDRESS SPACE   

C STARTING,A=00E0  
 IEE838I STARTING  NON-CANCELABLE - ISSUE FORCE ARM


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of D 
alta
Sent: Monday, March 15, 2021 2:13 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

 OK, it's probably because because the address space is not fully 
initialized.Go ahead and try the cancel command:
c test1,a=00e0
c test1,a=0130
On Monday, March 15, 2021, 02:57:50 PM EDT, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:  
 
 Thanks. I didn't see any WUID= parameter from the display.


D A,TEST1  CNZ4106I 13.52.03 DISPLAY ACTIVITY 779
  JOBS    M/S    TS USERS    SYSAS    INITS  ACTIVE/MAX VTAM    OAS
 00014    00271    0      00053    00036    0/00300      00038
  TEST1    STARTING          OWT  S  A=00E0  PER=NO  SMC=000
                                      PGN=N/A  DMN=N/A  AFF=NONE
                                      CT=000.006S  ET=NOTAVAIL
                                      WKL=SYSTEM  SCL=SYSSTC  P=1
                                      RGP=N/A      SRVR=NO  QSC=NO
                                      ADDR SPACE ASTE=3FE3A800
  TEST1    STARTING          OWT  S  A=0130  PER=NO  SMC=000
                                      PGN=N/A  DMN=N/A  AFF=NONE
                                      CT=000.005S  ET=NOTAVAIL
                                      WKL=SYSTEM  SCL=SYSSTC  P=1
                                      RGP=N/A      SRVR=NO  QSC=NO
                                      ADDR SPACE ASTE=3FE34C00          

Thanks and Regards,
Ya-Fang


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of D 
alta
Sent: Monday, March 15, 2021 1:45 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Cancel jobs in starting status with same name

 If you can't use SDSF, then you can use the JES2 cancel command.When you 
display the STC using D A,TEST1 look for the WUID= value and that is the STC 
number that you can use to cancel the TEST1 STC using the JES2 command:
First, display it:  $DSxThen, issue:  $CSx to cancel the STC
    On Monday, March 15, 2021, 01:18:11 PM EDT, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:  
 
 Does anyone know how to cancel jobs with the same in starting status? It's a 
JES2 system. Thanks.



D A,L  CNZ4105I 11.45.54 DISPLAY ACTIVITY 297
  JOBS    M/S    TS USERS    SYSAS    INITS  ACTIVE/MAX VTAM    OAS
 00014    00271    0      00053    00036    0/00300      00038
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  


Regards,
Ya-Fang

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

2021-03-15 Thread Chen, Ya-Fang
Thanks. I didn't see any WUID= parameter from the display.


D A,TEST1 
 CNZ4106I 13.52.03 DISPLAY ACTIVITY 779 
  JOBS M/STS USERSSYSASINITS   ACTIVE/MAX VTAM OAS  
 00014002710  00053000360/00300   00038 
  TEST1STARTING  OWT  S   A=00E0   PER=NO   SMC=000 
  PGN=N/A  DMN=N/A  AFF=NONE
  CT=000.006S  ET=NOTAVAIL  
  WKL=SYSTEM   SCL=SYSSTC   P=1 
  RGP=N/A  SRVR=NO  QSC=NO  
  ADDR SPACE ASTE=3FE3A800  
  TEST1STARTING  OWT  S   A=0130   PER=NO   SMC=000 
  PGN=N/A  DMN=N/A  AFF=NONE
  CT=000.005S  ET=NOTAVAIL  
  WKL=SYSTEM   SCL=SYSSTC   P=1 
  RGP=N/A  SRVR=NO  QSC=NO  
  ADDR SPACE ASTE=3FE34C00  

Thanks and Regards,
Ya-Fang


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of D 
alta
Sent: Monday, March 15, 2021 1:45 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Cancel jobs in starting status with same name

 If you can't use SDSF, then you can use the JES2 cancel command.When you 
display the STC using D A,TEST1 look for the WUID= value and that is the STC 
number that you can use to cancel the TEST1 STC using the JES2 command:
First, display it:  $DSxThen, issue:  $CSx to cancel the STC
On Monday, March 15, 2021, 01:18:11 PM EDT, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:  
 
 Does anyone know how to cancel jobs with the same in starting status? It's a 
JES2 system. Thanks.



D A,L  CNZ4105I 11.45.54 DISPLAY ACTIVITY 297
  JOBS    M/S    TS USERS    SYSAS    INITS  ACTIVE/MAX VTAM    OAS
 00014    00271    0      00053    00036    0/00300      00038
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  TEST1    STARTING          OWT  S    TEST1    STARTING          OWT  S
  


Regards,
Ya-Fang

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
  

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: Cancel jobs in starting status with same name

2021-03-15 Thread Chen, Ya-Fang
Thank you for your responses. The cancel command suggested using the force,arm 
command.  



C TEST1,A=00E0   
 IEE341I TEST1 NOT ACTIVE IN SPECIFIED ADDRESS SPACE   
C STARTING,A=00E0  
 IEE838I STARTING  NON-CANCELABLE - ISSUE FORCE ARM

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mark Jacobs
Sent: Monday, March 15, 2021 12:21 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: Cancel jobs in starting status with same name

Issue a D J,STARTING command, then use the displayed ASIDs to select the ones 
you want canceled.

C STARTING,A=

Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

‐‐‐ Original Message ‐‐‐

On Monday, March 15th, 2021 at 1:17 PM, Chen, Ya-Fang 
<018119a5b94e-dmarc-requ...@listserv.ua.edu> wrote:

> Does anyone know how to cancel jobs with the same in starting status? It's a 
> JES2 system. Thanks.
>
>
> --
> -
>
> D A,L
>
> CNZ4105I 11.45.54 DISPLAY ACTIVITY 297
>
> JOBS M/S TS USERS SYSAS INITS ACTIVE/MAX VTAM OAS
>
> 00014 00271 0 00053 00036 0/00300 00038
>
> TEST1 STARTING OWT S TEST1 STARTING OWT S
>
> TEST1 STARTING OWT S TEST1 STARTING OWT S
>
> TEST1 STARTING OWT S TEST1 STARTING OWT S
>
> Regards,
>
> Ya-Fang
>
> --
> --
> --
> --
> --
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Cancel jobs in starting status with same name

2021-03-15 Thread Chen, Ya-Fang
Does anyone know how to cancel jobs with the same in starting status? It's a 
JES2 system. Thanks.



D A,L  
 CNZ4105I 11.45.54 DISPLAY ACTIVITY 297
  JOBS M/STS USERSSYSASINITS   ACTIVE/MAX VTAM OAS 
 00014002710  00053000360/00300   00038
  TEST1STARTING  OWT  STEST1STARTING  OWT  S
  TEST1STARTING  OWT  STEST1STARTING  OWT  S
  TEST1STARTING  OWT  STEST1STARTING  OWT  S
  


Regards,
Ya-Fang

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Datasets with - in HLQ

2021-02-10 Thread Chen, Ya-Fang
Jerry,


This is the procedure I used:



1). Allocate RMF VSAM dataset

a.  Use RMF utility
erbvsdef 'VDVCC.RMFMON3.DV1.DS2' TRACKS(750)   


2). Add the dataset to RMF MON III

a. Dynamically using the command
MODIFY RMF,MODIFY III,DS(ADD(VDVCC.RMFMON3.DV1.DS2))

b.  Change RMF PARMLIB member ERBRMF04 and recycle RMFGAT


Regards,
Ya-Fang

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Edgington, Jerry
Sent: Wednesday, February 10, 2021 12:01 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Datasets with - in HLQ

I am trying to add VSAM datasets to RMFGAT for monitoring, but RMF doesn't like 
the - in HLQ, which is valid. Does anyone know what the syntax should be to add 
this type of dataset?

F RMF,F III,VSAMRLS(ADD(XXX-LQAV.CONTROL.MASTER))

I get this error, when trying to add the dataset:
ERB300I III: SYNTAX ERROR IN OR FOLLOWING TEXT BEGINNING 'S(ADD(XX-L
ERB300I III: QAV.CONTROL.MAS' IN OPERATOR INPUT
ERB224I III: '-LQAV.CONTROL.MASTER)' SKIPPED DUE TO PREVIOUS ERROR

Thanks,
Jerry Edgington

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] z/OSMF workflow step State unskip

2020-07-29 Thread Chen, Ya-Fang
Dana,

You need to ensure you are the assignee and owner of the step.

Click on the skipped steps.

-> "Assignment and Ownership" 
-> "Return"

Regards,
Ya-Fang

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Dana Mitchell
Sent: Wednesday, July 29, 2020 1:51 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] z/OSMF workflow step State unskip

I'm working my way through the z/OS 2.4 migration workflow using z/OSMF, and i 
clicked 'Skip'  on a step by accident.   Is there a way to un'Skip'  a step?  I 
don't see any options available in the context menu for the step that might 
unskip.  I've also RTFKC  and didn't find much help there either.

Dana

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Apache http Server Issues..

2017-10-03 Thread Chen, Ya-Fang
Hi, Gilson,



When we upgraded from z/OS 2.1 to z/OS 2.2, we upgraded IBM HTTP server from 
8.5 to 9.0 (Apache HTTP Server from 2.2 to 2.4).

Here is the document I used for the migration. There are examples of old and 
new ways to do the same access control in the document.

http://httpd.apache.org/docs/2.4/upgrading.html







Thanks and Regards,

Ya-Fang







-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gilson
Sent: Monday, October 02, 2017 9:58 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Apache http Server Issues..



Dear list:



 I'm facing issues to upgrade the Http Server (Apache) from version

8.5 to version 9.1



 After update the binaries, I have kept the same httpd.conf and after 
trying lots of time to start the server, I could see that there are a lot of 
changes in terms of statements, directives, etc.



 If somenone could give me the details on what are the changes and what I 
have to do in order to have the server up and running again.



 I'm upgrading the z/Os from V2.1 to V2.2 (RSU 1707).



 Thanks in advance for any help.



Regards,



Gilson





---

Este email foi escaneado pelo Avast antivírus.

https://www.avast.com/antivirus



--

For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: 
INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN