Re: Symbol in OMVS HOME directory?

2015-03-04 Thread Dana Mitchell
On Wed, 4 Mar 2015 06:33:56 -0600, Bruce Wells wrote: >Dana, > > RACF supports the specification of &racuid is the *model* USER profile used > for automatic OMVS segment assignment by BPX.UNIQUE.USER. > ... > But there is no support directly in the ADDUSER/ALTUSER commands. > Ok, thanks for t

Re: Symbol in OMVS HOME directory?

2015-03-04 Thread Bruce Wells
Dana, RACF supports the specification of &racuid is the *model* USER profile used for automatic OMVS segment assignment by BPX.UNIQUE.USER. http://www-01.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.icha700/autosvcs.htm So when a *new* OMVS segment is automatically assigned

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Anthony Thompson
ion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Wednesday, 4 March 2015 8:01 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Symbol in OMVS HOME directory? On 2015-03-03 15:20, Matthew Stitt wrote: > > FWIW, here is the command used from a simple CLIST which creates the use

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Shmuel Metz (Seymour J.)
In <54f6360e.8030...@aim.com>, on 03/03/2015 at 03:30 PM, Paul Gilmartin <000433f07816-dmarc-requ...@listserv.ua.edu> said: >That's probably a mistake. In JCL, I'm repeatedly frustrated that I >can't code "//HOME DD PATH='/u/&SYSUID',..." to refer to an >arbitrary user's HOME directory.

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Paul Gilmartin
On 2015-03-03 15:20, Matthew Stitt wrote: > > FWIW, here is the command used from a simple CLIST which creates the user id > on my system: > > OMVS(AUTOUID > HOME('/u/&SYSLC(&USER)') > PROGRAM('/bin/sh') > > Notice we translate the user id to lower case. > T

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Matthew Stitt
Dana; FWIW, here is the command used from a simple CLIST which creates the user id on my system: OMVS(AUTOUID HOME('/u/&SYSLC(&USER)') PROGRAM('/bin/sh') Notice we translate the user id to lower case. Matthew On Tue, 3 Mar 2015 14:14:21 -0500, Mark Jacobs -

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Mark Jacobs - Listserv
I found something in the Security Server RACF Security Administrators Guide, Enabling default OMVS segments processing that looks promising. Mark Jacobs Dana Mitchell March 3, 2015 at 1:52 PM Mark, I'm not sure what you mean I have: /etc/auto.master contains:

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Mark Jacobs - Listserv
Sorry, I misread your post. I'll see if I can find some information here. Mark Jacobs Dana Mitchell March 3, 2015 at 1:52 PM Mark, I'm not sure what you mean I have: /etc/auto.master contains: /u /etc/u.map /etc/u.map contains: name * type ZFS filesystem OM

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Dana Mitchell
Mark, I'm not sure what you mean I have: /etc/auto.master contains: /u /etc/u.map /etc/u.map contains: name * type ZFS filesystem OMVS.&SYSNAME.. mode rdwr duration

Re: Symbol in OMVS HOME directory?

2015-03-03 Thread Mark Jacobs - Listserv
Why aren't you using auto.master in /etc for automounting? It works like a charm, and is well documented. Mark Jacobs Dana Mitchell March 3, 2015 at 1:35 PM I'm implementing automount for users' home directories where none existed before. I'd like to do something

Symbol in OMVS HOME directory?

2015-03-03 Thread Dana Mitchell
I'm implementing automount for users' home directories where none existed before. I'd like to do something like this: ALU JOHN OMVS(HOME('/u/&sysuid')) I've tried: omvs(home('/u/')) omvs(home('/u/&SYSUID.')) omvs(home('/u/')) I receive: FSUM2384 No session was