Re: Resize SMF MAN without IPL

2022-03-31 Thread John S. Giltner, Jr.
You must make sure the new data sets have the same CI size.  If you change the 
CI size, you must IPL.

https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-selecting-smf-data-set-control-interval

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


Re: Resize SMF MAN without IPL

2022-03-30 Thread Allan Staller
Classification: Confidential

Yes. Switch to an alternate dataset and delete/define the original.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Jake Anderson
Sent: Tuesday, March 29, 2022 11:00 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Resize SMF MAN without IPL

[CAUTION: This Email is from outside the Organization. Unless you trust the 
sender, Don’t click links or open attachments as it may be a Phishing email, 
which can steal your Information and compromise your Computer.]

Hello

Is it possible to resize the SMF Man dataset on fly without an IPL ? Will there 
be any impact ? Or it is doable without a disruption.

Jake

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

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.


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


Re: Resize SMF MAN without IPL

2022-03-30 Thread Carmen Vitullo
 

IIRC you need to remove the dataset you intend to delete from the SMFPRMxx 
member, set that member as active T SMF=xx then you can delete and redefine, 
I've done this a couple of time, works well that way, I have 3 SMFPRMxx members 
still setup to do this. We're using log streams now but the SMF MAN datasets 
are still defined in the member for backup  

Carmen  
   
Carmen Vitullo 

   

-Original Message-

From: Jake 
To: IBM-MAIN 
Date: Wednesday, 30 March 2022 12:58 AM CDT
Subject: Re: Resize SMF MAN without IPL

The only challenge I can see is that I can't resize an existing one as it 
gives me message as 'In use'. 





On Wed, Mar 30, 2022, 9:30 AM Jake Anderson  
wrote: 

> Thanks Mike 
> 
> So just pick the non-active one.(with zero %),. Delete them. Then Define a 
> new SMF MAN and preformat and do /T SMF=00. 
> 
> 
> Is it correct? 
> 
> On Wed, Mar 30, 2022, 8:38 AM Mike Schwab  wrote: 
> 
>> You can define and init a SYSn.MANx dataset and it will be picked up 
>> after updating the parmlib SMFPRMxx member. If the dataset is not in 
>> use, you can delete, define, and init an existing SYSn.MANx dataset. 
>> However, you will need to have at least 2 available datasets to allow 
>> swapping, unloading, and init the inactive dataset. 
>> 
>> 
>> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-using-define-create-smf-data
>>  
>> 
>> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-switching-smf-data 
>> When the SMF data set that is currently being recording on becomes 
>> full, SMF does the following: 
>> Automatically closes the full data set, making it available for dumping. 
>> Locates the new data set to open by starting at the top of the list of 
>> data sets specified on the DSNAME parameter of the SMFPRMxx member and 
>> looking for the first completely empty data set. 
>> 
>> Of course the trend is to switch to logstreams. 
>> 
>> https://www.ibm.com/docs/en/zos/2.3.0?topic=sums-switching-between-smf-logging-smf-data-set-recording
>>  
>> 
>> On Wed, Mar 30, 2022 at 5:00 AM Jake Anderson  
>> wrote: 
>> > 
>> > Hello 
>> > 
>> > Is it possible to resize the SMF Man dataset on fly without an IPL ? 
>> Will 
>> > there be any impact ? Or it is doable without a disruption. 
>> > 
>> > Jake 
>> > 
>> > -- 
>> > For IBM-MAIN subscribe / signoff / archive access instructions, 
>> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN 
>> 
>> 
>> 
>> -- 
>> Mike A Schwab, Springfield IL USA 
>> Where do Forest Rangers go to get away from it all? 
>> 
>> -- 
>> 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: Resize SMF MAN without IPL

2022-03-29 Thread Mike Schwab
Try changing parmlib to remove it then swap to a new data set.  It
might deallocate the dataset.
Or just create a new one of the desired size and update parmlib then
delete the old one after a swap or IPL.

On Wed, Mar 30, 2022 at 6:58 AM Jake Anderson  wrote:
>
> The only challenge I can see is that I can't resize an existing one as it
> gives me message as 'In use'.
>
>
>
>
>
> On Wed, Mar 30, 2022, 9:30 AM Jake Anderson 
> wrote:
>
> > Thanks Mike
> >
> > So just pick the non-active one.(with zero %),. Delete them. Then Define a
> > new SMF MAN and preformat and do /T SMF=00.
> >
> >
> > Is it correct?
> >
> > On Wed, Mar 30, 2022, 8:38 AM Mike Schwab  wrote:
> >
> >> You can define and init a SYSn.MANx dataset and it will be picked up
> >> after updating the parmlib SMFPRMxx member.  If the dataset is not in
> >> use, you can delete, define, and init an existing SYSn.MANx dataset.
> >> However, you will need to have at least 2 available datasets to allow
> >> swapping, unloading, and init the inactive dataset.
> >>
> >>
> >> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-using-define-create-smf-data
> >>
> >> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-switching-smf-data
> >> When the SMF data set that is currently being recording on becomes
> >> full, SMF does the following:
> >> Automatically closes the full data set, making it available for dumping.
> >> Locates the new data set to open by starting at the top of the list of
> >> data sets specified on the DSNAME parameter of the SMFPRMxx member and
> >> looking for the first completely empty data set.
> >>
> >> Of course the trend is to switch to logstreams.
> >>
> >> https://www.ibm.com/docs/en/zos/2.3.0?topic=sums-switching-between-smf-logging-smf-data-set-recording
> >>
> >> On Wed, Mar 30, 2022 at 5:00 AM Jake Anderson 
> >> wrote:
> >> >
> >> > Hello
> >> >
> >> > Is it possible to resize the SMF Man dataset on fly without an IPL ?
> >> Will
> >> > there be any impact ? Or it is doable without a disruption.
> >> >
> >> > Jake
> >> >
> >> > --
> >> > For IBM-MAIN subscribe / signoff / archive access instructions,
> >> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >>
> >>
> >>
> >> --
> >> Mike A Schwab, Springfield IL USA
> >> Where do Forest Rangers go to get away from it all?
> >>
> >> --
> >> 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



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

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


Re: Resize SMF MAN without IPL

2022-03-29 Thread Jake Anderson
The only challenge I can see is that I can't resize an existing one as it
gives me message as 'In use'.





On Wed, Mar 30, 2022, 9:30 AM Jake Anderson 
wrote:

> Thanks Mike
>
> So just pick the non-active one.(with zero %),. Delete them. Then Define a
> new SMF MAN and preformat and do /T SMF=00.
>
>
> Is it correct?
>
> On Wed, Mar 30, 2022, 8:38 AM Mike Schwab  wrote:
>
>> You can define and init a SYSn.MANx dataset and it will be picked up
>> after updating the parmlib SMFPRMxx member.  If the dataset is not in
>> use, you can delete, define, and init an existing SYSn.MANx dataset.
>> However, you will need to have at least 2 available datasets to allow
>> swapping, unloading, and init the inactive dataset.
>>
>>
>> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-using-define-create-smf-data
>>
>> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-switching-smf-data
>> When the SMF data set that is currently being recording on becomes
>> full, SMF does the following:
>> Automatically closes the full data set, making it available for dumping.
>> Locates the new data set to open by starting at the top of the list of
>> data sets specified on the DSNAME parameter of the SMFPRMxx member and
>> looking for the first completely empty data set.
>>
>> Of course the trend is to switch to logstreams.
>>
>> https://www.ibm.com/docs/en/zos/2.3.0?topic=sums-switching-between-smf-logging-smf-data-set-recording
>>
>> On Wed, Mar 30, 2022 at 5:00 AM Jake Anderson 
>> wrote:
>> >
>> > Hello
>> >
>> > Is it possible to resize the SMF Man dataset on fly without an IPL ?
>> Will
>> > there be any impact ? Or it is doable without a disruption.
>> >
>> > Jake
>> >
>> > --
>> > For IBM-MAIN subscribe / signoff / archive access instructions,
>> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>>
>>
>>
>> --
>> Mike A Schwab, Springfield IL USA
>> Where do Forest Rangers go to get away from it all?
>>
>> --
>> 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: Resize SMF MAN without IPL

2022-03-29 Thread Jake Anderson
Thanks Mike

So just pick the non-active one.(with zero %),. Delete them. Then Define a
new SMF MAN and preformat and do /T SMF=00.


Is it correct?

On Wed, Mar 30, 2022, 8:38 AM Mike Schwab  wrote:

> You can define and init a SYSn.MANx dataset and it will be picked up
> after updating the parmlib SMFPRMxx member.  If the dataset is not in
> use, you can delete, define, and init an existing SYSn.MANx dataset.
> However, you will need to have at least 2 available datasets to allow
> swapping, unloading, and init the inactive dataset.
>
>
> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-using-define-create-smf-data
>
> https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-switching-smf-data
> When the SMF data set that is currently being recording on becomes
> full, SMF does the following:
> Automatically closes the full data set, making it available for dumping.
> Locates the new data set to open by starting at the top of the list of
> data sets specified on the DSNAME parameter of the SMFPRMxx member and
> looking for the first completely empty data set.
>
> Of course the trend is to switch to logstreams.
>
> https://www.ibm.com/docs/en/zos/2.3.0?topic=sums-switching-between-smf-logging-smf-data-set-recording
>
> On Wed, Mar 30, 2022 at 5:00 AM Jake Anderson 
> wrote:
> >
> > Hello
> >
> > Is it possible to resize the SMF Man dataset on fly without an IPL ? Will
> > there be any impact ? Or it is doable without a disruption.
> >
> > Jake
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
>
> --
> Mike A Schwab, Springfield IL USA
> Where do Forest Rangers go to get away from it all?
>
> --
> 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: Resize SMF MAN without IPL

2022-03-29 Thread Mike Schwab
You can define and init a SYSn.MANx dataset and it will be picked up
after updating the parmlib SMFPRMxx member.  If the dataset is not in
use, you can delete, define, and init an existing SYSn.MANx dataset.
However, you will need to have at least 2 available datasets to allow
swapping, unloading, and init the inactive dataset.

https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-using-define-create-smf-data

https://www.ibm.com/docs/en/zos/2.3.0?topic=sets-switching-smf-data
When the SMF data set that is currently being recording on becomes
full, SMF does the following:
Automatically closes the full data set, making it available for dumping.
Locates the new data set to open by starting at the top of the list of
data sets specified on the DSNAME parameter of the SMFPRMxx member and
looking for the first completely empty data set.

Of course the trend is to switch to logstreams.
https://www.ibm.com/docs/en/zos/2.3.0?topic=sums-switching-between-smf-logging-smf-data-set-recording

On Wed, Mar 30, 2022 at 5:00 AM Jake Anderson  wrote:
>
> Hello
>
> Is it possible to resize the SMF Man dataset on fly without an IPL ? Will
> there be any impact ? Or it is doable without a disruption.
>
> Jake
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

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


Resize SMF MAN without IPL

2022-03-29 Thread Jake Anderson
Hello

Is it possible to resize the SMF Man dataset on fly without an IPL ? Will
there be any impact ? Or it is doable without a disruption.

Jake

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