Re: hiw to create sysplex $SYSNAME

2019-09-08 Thread Prabhat Srivastava
Thanks everyone. 
We have Managed to create  $SYSNAME using ish to map it to $SYSNAME/ but only 
after changing my OMVS  home to sysplex root.

Just a follow up question, is there a way we can protect users to default to 
System Root rather than SYSPLEX Root...e.e a user doing cd / should go to  
/$sysname/  and not to "/" sysplex root.

regards
munif.

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


Re: hiw to create sysplex $SYSNAME

2019-09-05 Thread Edgington, Jerry
Here is an example of what we are using. 

  VERSION('&SYSR1') 
  SYSPLEX(YES)  
 
ROOT FILESYSTEM('OMVS.PPLEX01.ROOT')   
 MODE(RDWR)
 TYPE(ZFS) 
   
ALTROOT FILESYSTEM('OMVS.APLEX01.ROOT')
MOUNTPOINT('/sysalt') 

MOUNTFILESYSTEM('OMVS.&SYSR1..ROOT')  
 MOUNTPOINT('/&SYSR1')
 TYPE(ZFS)
 MODE(RDWR)   

 
 MOUNTFILESYSTEM('OMVS.&SYSNAME..DEV')   
  MOUNTPOINT('/&SYSNAME./dev')   
  TYPE(ZFS) UNMOUNT  
  PARM('NORWSHARE')  
  MODE(RDWR) 

Hope that helps. 
Jerry 

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Carmen Vitullo
Sent: Thursday, September 5, 2019 9:02 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: hiw to create sysplex $SYSNAME

there's some very good doc online 'setting up a sysplex' and samples in the 
samplib to create all the necessary symbolic links and examples of parmlib 
(BPXPRMxx) to use $VERSION and $SYSNAME. 



Carmen Vitullo 

- Original Message -

From: "Munif Sadek" 
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Thursday, September 5, 2019 1:52:17 AM
Subject: hiw to create sysplex $SYSNAME 

I can not find my syspex OMVS symbols $SYSNAME and $VERSION. Did IPL one of the 
system in the PLEX still not $SYSNAME $VERSION links. 

Does anyone know how to create it. 

regards
Munif 

--
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: hiw to create sysplex $SYSNAME

2019-09-05 Thread Carmen Vitullo
there's some very good doc online 'setting up a sysplex' and samples in the 
samplib to create all the necessary symbolic links and examples of parmlib 
(BPXPRMxx) to use $VERSION and $SYSNAME. 



Carmen Vitullo 

- Original Message -

From: "Munif Sadek"  
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Thursday, September 5, 2019 1:52:17 AM 
Subject: hiw to create sysplex $SYSNAME 

I can not find my syspex OMVS symbols $SYSNAME and $VERSION. Did IPL one of the 
system in the PLEX still not $SYSNAME $VERSION links. 

Does anyone know how to create it. 

regards 
Munif 

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


hiw to create sysplex $SYSNAME

2019-09-04 Thread Munif Sadek
I can not find my syspex OMVS symbols $SYSNAME and  $VERSION. Did IPL one of 
the system in the PLEX  still not $SYSNAME $VERSION links.

Does anyone know how to create it.

regards
Munif

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