Re: Access to SMF logstreams

2019-04-29 Thread Timothy Sipples
Gadi Ben-Avi wrote:
>I would like to prevent a user from accessing the SMF log
>streams
>Is there anything else that I need to define?

To add to earlier replies, it's prudent to encrypt your log stream data
sets so that you're fully blocking unauthorized user access, even from
storage administrators for example. You can enable log stream data set
encryption in z/OS 2.2 (with the z/OS Data Set Encryption PTFs) or higher
on IBM z114/z196 machines or higher. (z/OS 2.1 with PTFs has some awareness
of encrypted log stream data sets but cannot create them.) There are some
potential performance implications to consider on machines prior to the z14
models, but you shouldn't treat such implications as a veto even if they
exist. Security is also quite important and keeps getting more important.

For more information, try this link (z/OS 2.3 documentation):

https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.ieaf100/enclogstrds.htm


Timothy Sipples
IT Architect Executive, Industry Solutions, IBM Z & LinuxONE


E-Mail: sipp...@sg.ibm.com

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


Re: Access to SMF logstreams

2019-04-29 Thread Gadi Ben-Avi
Probably

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
David Spiegel
Sent: Monday, April 29, 2019 11:46 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Access to SMF logstreams

Hi Gadi,
I think that you meant "discrete" instead of "discreet".

Shalom,
David

On 2019-04-29 01:34, Gadi Ben-Avi wrote:
> Hi,
> I would like to prevent a user from accessing the SMF log streams.
> Class is active and there are discreet profiles for each of the SMF 
> logstreams.
> The user in question does not have access to the profiles.
>
> Is there anything else that I need to define?
>
> Thanks
>
> Gadi
>
>
>
> --
> 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: Access to SMF logstreams

2019-04-29 Thread David Spiegel
Hi Gadi,
I think that you meant "discrete" instead of "discreet".

Shalom,
David

On 2019-04-29 01:34, Gadi Ben-Avi wrote:
> Hi,
> I would like to prevent a user from accessing the SMF log streams.
> Class is active and there are discreet profiles for each of the SMF 
> logstreams.
> The user in question does not have access to the profiles.
>
> Is there anything else that I need to define?
>
> Thanks
>
> Gadi
>
>
>
> --
> 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: Access to SMF logstreams

2019-04-28 Thread Gadi Ben-Avi
Thanks
I found the problem
The profile were protecting generic log stream names, but I defined the log 
streams using the LPAR name.

Gadi

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mike Shorkend
Sent: Monday, April 29, 2019 9:03 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Access to SMF logstreams

Gadi
You should be good. Remember to grant the user associated with the SMF address 
space UPDATE access to the profiles.
If you haven't already done so, take a look at this redbook:

SMF Logstream Mode <http://www.redbooks.ibm.com/redbooks/pdfs/sg247919.pdf>

Chapter 5.1.5 covers RACF

Mike



On Mon, 29 Apr 2019 at 08:34, Gadi Ben-Avi  wrote:

> Hi,
> I would like to prevent a user from accessing the SMF log streams.
> Class is active and there are discreet profiles for each of the SMF 
> logstreams.
> The user in question does not have access to the profiles.
>
> Is there anything else that I need to define?
>
> Thanks
>
> Gadi
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


--
Mike Shorkend
m...@shorkend.com
www.shorkend.com
Tel: +972524208743
Fax: +97239772196

--
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: Access to SMF logstreams

2019-04-28 Thread Mike Shorkend
Gadi
You should be good. Remember to grant the user associated with the SMF
address space UPDATE access to the profiles.
If you haven't already done so, take a look at this redbook:

SMF Logstream Mode <http://www.redbooks.ibm.com/redbooks/pdfs/sg247919.pdf>

Chapter 5.1.5 covers RACF

Mike



On Mon, 29 Apr 2019 at 08:34, Gadi Ben-Avi  wrote:

> Hi,
> I would like to prevent a user from accessing the SMF log streams.
> Class is active and there are discreet profiles for each of the SMF
> logstreams.
> The user in question does not have access to the profiles.
>
> Is there anything else that I need to define?
>
> Thanks
>
> Gadi
>
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>


-- 
Mike Shorkend
m...@shorkend.com
www.shorkend.com
Tel: +972524208743
Fax: +97239772196

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


Access to SMF logstreams

2019-04-28 Thread Gadi Ben-Avi
Hi,
I would like to prevent a user from accessing the SMF log streams.
Class is active and there are discreet profiles for each of the SMF logstreams.
The user in question does not have access to the profiles.

Is there anything else that I need to define?

Thanks

Gadi



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


Re: Best Practices, SMF LOGSTREAMS

2018-05-17 Thread Michael Babcock
It sounds as though you only have one CF?  At least two is the recommended
config.  In that case you move the structures from one CF to the other then
work on the “empty” one.

You can always revert to using SMF datasets while working on the CF.

On Thu, May 17, 2018 at 4:40 PM Kenneth J. Kripke 
wrote:

> Hello;
>
>  I wish to get some input on handling outages for the coupling
> facilities when it comes to such activities as an IML to
>
> Expand the Coupling facility sizes.  We had an episode where the Partition
> was reconfigured for more storage which disrupted recording of
>
> The SMF data.  The data was retrieved successfully via the using an
> IEBGENER
> with the SUBSYS=(LOGR,IFASEXIT) parm coded for the input of
>
> The log stream file.
>
> In instances such as this, how do other organizations insure no data loss?
> I apologize beforehand, but, we are just in the process of putting
>
> Our SMF data to Log Streams.   Any tips or suggestions in the form of best
> practices would be appreciated.
>
>
>
> Kenneth J. Kripke
>
>
>
> k.kri...@comcast.net
>
>
>
>
> --
> 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


Best Practices, SMF LOGSTREAMS

2018-05-17 Thread Kenneth J. Kripke
Hello; 

 I wish to get some input on handling outages for the coupling
facilities when it comes to such activities as an IML to 

Expand the Coupling facility sizes.  We had an episode where the Partition
was reconfigured for more storage which disrupted recording of

The SMF data.  The data was retrieved successfully via the using an IEBGENER
with the SUBSYS=(LOGR,IFASEXIT) parm coded for the input of 

The log stream file.  

In instances such as this, how do other organizations insure no data loss?
I apologize beforehand, but, we are just in the process of putting 

Our SMF data to Log Streams.   Any tips or suggestions in the form of best
practices would be appreciated.   

 

Kenneth J. Kripke 

 

k.kri...@comcast.net 

 


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


Re: SMF Logstreams

2014-05-21 Thread Greg Shirey
What was the solution?  

Thanks,
Greg Shirey
Ben E. Keith Company

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Jonathan Miller
Sent: Tuesday, May 20, 2014 9:59 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SMF Logstreams

I found the solution to this problem so no need repsond.   Thanks



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


Re: SMF Logstreams

2014-05-20 Thread Jonathan Miller
I found the solution to this problem so no need repsond.   Thanks

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


SMF Logstreams

2014-05-20 Thread Jonathan Miller
How do i extract smf data that has already been marked for delete from a 
logstream?  We use the archive feature and had a problem and one of the 
archived tapes was delete.

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