On Wed, 3 Mar 2010 17:19:27 -0600, Glen Gasior <[email protected]>
wrote:

>*
>I am building a first copy of a stand alone sysres, commonly called a mini z/OS
>and I would like SMS to come up in a null configuration.
>*
>I have found RTFM guidelines for setting up a MINIMAL configuration but no
>specifications for a NULL configuration. Am I missing something or do I have
>the nomenclature confused?
>*
>How can I define a NULL SMS configuration? Is it actually documented
>somewhere?
>*
>btw I am using zFS.
>*
>Thanks to all who have provided samples for building a mini z/OS system.
>*
>This system will support only batch processing and TSO ISPF, and SDSF.
>*

I added SMS in a null configuration to my TWOPAKZ8 (used for z/OS 1.7
through z/OS 1.10) sample a few years ago (but not to the ONEPAKZ8
sample).  The comments in the job explain it:

//****************************************************************
//*  SMS IS ACTIVATED IN A NULL CONFIGURATION TO ALLOW TCP/IP TO  
//*  DYNAMICALLY ALLOCATE Z/OS UNIX FILES.  WITHOUT IT SOME TCP/IP
//*  FUNCTIONS THAT REQUIRE TO READ THEIR CONFIG FILES FROM UNIX  
//*  VIA DYNALLOC WITH PATHNAME WILL FAIL (RC=4, ERRORCODE=04D0)  
//*  (/ETC/SERVICES IS REQUIRED FOR INETD FOR EXAMPLE AND CAN'T   
//*  BE READ).  THIS ISN'T REQUIRED FOR A "RESCUE" SYSTEM, BUT IS 
//*  INCLUDED IN THE CONFIGURATION ANYWAY AND ALLOWS TELNET INTO  
//*  Z/OS UNIX IF DESIRED (AND CONFIGURED).                       
//****************************************************************

You can find my "rescue system" samples on my web site in the JOBs
section: http://home.flash.net/~mzelden/mvsutil.html

Anyway, a null configuration is one where you allocate an empty ACDS and
COMMDS and have an IGDSMSxx member that points to them and start
SMS via IEFSSNxx.

A minimal configuration is where you define the base configuration via ISMF
and also at least one STORCLAS, one storage group (with at least 1 volume),
and ACS routines for the storage class and storage group (DATACLAS
and MGMTCLAS are not required).

If you've been around a while, you may recall that ServerPac used to come
with instructions and samples for an SMS minimal configuration around
the time of OS/390 because HFS files had to be SMS managed.   So many
shops that never used SMS were forced to create the minimal configuration
in order to bring up OMVS.

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS       
mailto:[email protected]                                          
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html 
Systems Programming expert at http://expertanswercenter.techtarget.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to