Re: Listing of current ROOT with Mount Points
- From: starsoul@xxxxxxxxxxxxxx (Lizette Koehler)
- Date: 9 Jul 2008 13:23:12 -0700
Absolutely correct.
Lizette
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?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@xxxxxxxxxxx with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
.
- Follow-Ups:
- Re: Listing of current ROOT with Mount Points
- From: McKown, John
- Re: Listing of current ROOT with Mount Points
- Prev by Date: Re: Listing of current ROOT with Mount Points
- Next by Date: Re: South Dakota migrates off mainframe; chaos ensues
- Previous by thread: Re: Listing of current ROOT with Mount Points
- Next by thread: Re: Listing of current ROOT with Mount Points
- Index(es):
Relevant Pages
|
|