> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Lizette Koehler
> Sent: Wednesday, July 09, 2008 2:51 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Listing of current ROOT with Mount Points
> 
> I was wondering if any cleaver sysprog out there wrote a 
> process that would extract the current ROOT and its mount 
> points.  Then compare those mountpoint to the new ROOT that 
> would go in with the IPL and flag any differences?
> 
> I am still to new at USS to see how to do this with REXX on z/OS.
> 
> This would need to work against HFS and zFS files.  Yes - I 
> know that UNIX is UNIX, however, I want to make sure I am 
> specific enough.
> 
> I am currently working on my z/OS V1.7 to V1.9 upgrade.  And 
> it seems we sometimes have others add mount points and not 
> update our documentation.
> 
> I am just looking for an easy way to see what is changing 
> between the two.
> 
> For example.  I am adding SIGYROOT to my new ROOT.  It 
> currently does not exist in my z/OS V1.7 Root.
> 
> Thanks for any thoughts.
> 
> Lizette

I'm not sure what you want, so I'll try to rephrase. You want a listing
of filesystems mounted, but only if they are mounted in the ROOT
filesystem. If they are mounted on a filesystem which is not ROOT, then
you don't want it listed.

As an example, suppose I have the following output from a "df" command:

/
/SYSTEM/dev
/SYSTEM/etc
/SYSTEM/tmp
/SYSTEM/var
/usr/local
/usr/local/products/opentech
/usr/local/src

You would want only the mountpoints:

/
/SYSTEM/dev
/SYSTEM/etc
/SYSTEM/tmp
/SYSTEM/var
/usr/local

and not the mount points:

/usr/local/products/opentech
/usr/local/src

Correct?

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.  

----------------------------------------------------------------------
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