Re: installing serverpac for 1.13 using 1.11 system

2012-06-13 Thread Linda Mooney
Hi Tim, 



It is pretty easy in the ServerPac dialogs to change the name of the mount 
point to a unique name , such as /service13 .  That prevents any confusion as 
to what gets mounted to what for what.  

/snip 
MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') + 
/esnip 

This is your VAR root.  There are several zfs files with the low level of ROOT. 



Your system root would be ssa.OMVS.ROOT or whatever name you used to conform to 
your shop dataset naming standards. 



It's good to keep your dialogs clean .  If they acurately reflect your set up, 
they will be more useful as a merge set when you begin to build your next 
ServerPac install.  



HTH, 



Linda 

- Original Message -


From: Tim Brown tbr...@cenhud.com 
To: IBM-MAIN@bama.ua.edu 
Sent: Tuesday, June 12, 2012 2:08:08 PM 
Subject: installing serverpac for 1.13 using 1.11 system 

During the serverpac for zos 1.13 I believe there is a step where you mount the 
new systems root system 

on the driving system at the /service point. 



Is the command for this 



MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') + 

  MOUNTPOINT('/service') + 

  TYPE(ZFS) MODE(RDWR) 



I believe we had done this originally and an IPL of the driving system was 
performed since then.. We cant find this step documented and the subsequent 
ALTCAT job fails with. 



File system ZOS13.OMVS.ROOT not mounted 

BPXISETS not called to convert etc and var to symlinks 

Please ensure that ZOS13.OMVS.ROOT is mounted 

and submit the job again. 



Please confirm 



Thanks, 



Tim Brown 
Supervisor Computer Operations 

Central Hudson Gas  Electric 
284 South Ave 
Poughkeepsie, NY 12601 
Email:  mailto:tbr...@cenhud.com tbr...@cenhud.com  
mailto:tbr...@cenhud.com mailto:tbr...@cenhud.com 
Phone: 845-486-5643 
Fax: 845-486-5921 
Cell: 845-235-4255 




This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments. 






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

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


Re: installing serverpac for 1.13 using 1.11 system

2012-06-13 Thread Shmuel Metz (Seymour J.)
In 36dfbe034dc16742b5c491a9caaca...@mail.cenhud.com, on 06/12/2012
   at 05:08 PM, Tim Brown tbr...@cenhud.com said:

During the serverpac for zos 1.13 I believe there is a step where you
mount the new systems root system

on the driving system at the /service point.

Installing z/OS service in general requires that the target file
systems be mounted.

Is the command for this 
 
MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') + 
  MOUNTPOINT('/service') + 
  TYPE(ZFS) MODE(RDWR)   

Yes, assuming that those are the names you are using. Ensure that the
mount point is an empty directory, that there isn't already something
else mounted there and that the file system isn't mounted on another
LPAR.

I believe we had done this originally and an IPL of the driving
system was performed since then.

Unless you set up an automount, you need to manually remount.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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


Re: installing serverpac for 1.13 using 1.11 system

2012-06-13 Thread Mark Steely
The format looks correct - this is what I had:

/Service/etc OS130508.OMVS.ETC
/Service/usr/lpp/java/J6.0.1 OS130508.OMVS.JAVA31M1   
/Service/usr/lpp/java/J6.0.1_64  OS130508.OMVS.JAVA64M1   
/Service OS130508.OMVS.ROOT   
/Service/zWebSphereOEM/V7R0/config1  OS130508.OMVS.SBBNCON1   
/Service/usr/lpp/zWebSphereOEM/V7R0  OS130508.OMVS.SBBN7HFS   
/Service/var/wbemOS130508.OMVS.SCFZHFS2   
/Service/usr/lpp/IHSA/V7R0   OS130508.OMVS.SHAPHFS
/Service/usr/lpp/perlOS130508.OMVS.SHPEROOT   
/Service/usr/lpp/php OS130508.OMVS.SHPHROOT   
/Service/usr/lpp/ported  OS130508.OMVS.SHPUROOT   
/Service/usr/lpp/ixm/IBM OS130508.OMVS.SIXMHFS
/Service/var/zosmf/data  OS130508.OMVS.SIZUDATA   
/Service/usr/lpp/zosmf/V1R13 OS130508.OMVS.SIZUROOT   
/Service/var OS130508.OMVS.VAR

Of course you have to mount the /Service first.

Thanks


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Shmuel Metz (Seymour J.)
Sent: Wednesday, June 13, 2012 7:44 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: installing serverpac for 1.13 using 1.11 system

In 36dfbe034dc16742b5c491a9caaca...@mail.cenhud.com, on 06/12/2012
   at 05:08 PM, Tim Brown tbr...@cenhud.com said:

During the serverpac for zos 1.13 I believe there is a step where you
mount the new systems root system

on the driving system at the /service point.

Installing z/OS service in general requires that the target file
systems be mounted.

Is the command for this 
 
MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') + 
  MOUNTPOINT('/service') + 
  TYPE(ZFS) MODE(RDWR)   

Yes, assuming that those are the names you are using. Ensure that the
mount point is an empty directory, that there isn't already something
else mounted there and that the file system isn't mounted on another
LPAR.

I believe we had done this originally and an IPL of the driving
system was performed since then.

Unless you set up an automount, you need to manually remount.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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

This e-mail message and all attachments transmitted with it may
contain legally privileged and confidential information intended
solely for the use of the addressee. If the reader of this message
is not the intended recipient, you are hereby notified that any
reading, dissemination, distribution, copying, or other use of this
message or its attachments is strictly prohibited. If you have
received this message in error, please notify the sender
immediately and delete this message from your system. Thank you.

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


Re: installing serverpac for 1.13 using 1.11 system

2012-06-12 Thread Joe Connally
I did the same thing recently on a CustomPac. Step1 of the RESTORE job is a 
REXX exec and mounts the file system and then loads. Look at the exec and you 
should see the mount logic. I think the exec is CPPEHFS.

Joe Connally


  

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Tim Brown
Sent: Tuesday, June 12, 2012 4:08 PM
To: IBM-MAIN@bama.ua.edu
Subject: installing serverpac for 1.13 using 1.11 system

During the serverpac for zos 1.13 I believe there is a step where you mount the 
new systems root system

on the driving system at the /service point. 

 

Is the command for this 

 

MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') + 

  MOUNTPOINT('/service') + 

  TYPE(ZFS) MODE(RDWR)  

 

I believe we had done this originally and an IPL of the driving system was 
performed since then.. We cant find this step documented and the subsequent 
ALTCAT job fails with.

 

File system ZOS13.OMVS.ROOT not mounted 

BPXISETS not called to convert etc and var to symlinks 

Please ensure that ZOS13.OMVS.ROOT is mounted 

and submit the job again. 

 

Please confirm

 

Thanks,

 

Tim Brown
Supervisor Computer Operations

Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email:  mailto:tbr...@cenhud.com tbr...@cenhud.com  
mailto:tbr...@cenhud.com mailto:tbr...@cenhud.com
Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255

 


This message contains confidential information and is only for the intended 
recipient. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, please notify the sender immediately by replying to this note and 
deleting all copies and attachments.

 




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

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


Re: installing serverpac for 1.13 using 1.11 system

2012-06-12 Thread Tim Brown

Thanks


Sent from my Verizon Wireless Droid

-Original message-
From: Joe Connally joe.conna...@motion-ind.com
To: IBM-MAIN@bama.ua.edu
Sent: Tue, Jun 12, 2012 21:29:12 GMT+00:00
Subject: Re: installing serverpac for 1.13 using 1.11 system

I did the same thing recently on a CustomPac. Step1 of the RESTORE job is a  
REXX exec and mounts the file system and then loads. Look at the exec and  
you should see the mount logic. I think the exec is CPPEHFS.


Joe Connally


 


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf  
Of Tim Brown

Sent: Tuesday, June 12, 2012 4:08 PM
To: IBM-MAIN@bama.ua.edu
Subject: installing serverpac for 1.13 using 1.11 system

During the serverpac for zos 1.13 I believe there is a step where you mount  
the new systems root system


on the driving system at the /service point. 




Is the command for this 




MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') + 

 MOUNTPOINT('/service') + 

 TYPE(ZFS) MODE(RDWR)  




I believe we had done this originally and an IPL of the driving system was  
performed since then.. We cant find this step documented and the subsequent  
ALTCAT job fails with.




File system ZOS13.OMVS.ROOT not mounted 

BPXISETS not called to convert etc and var to symlinks 

Please ensure that ZOS13.OMVS.ROOT is mounted 

and submit the job again. 




Please confirm



Thanks,



Tim Brown
Supervisor Computer Operations

Central Hudson Gas  Electric
284 South Ave
Poughkeepsie, NY 12601
Email:  mailto:tbr...@cenhud.com tbr...@cenhud.com   
mailto:tbr...@cenhud.com mailto:tbr...@cenhud.com

Phone: 845-486-5643
Fax: 845-486-5921
Cell: 845-235-4255




This message contains confidential information and is only for the intended  
recipient. If the reader of this message is not the intended recipient, or  
an employee or agent responsible for delivering this message to the intended  
recipient, please notify the sender immediately by replying to this note and  
deleting all copies and attachments.







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


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


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


Re: installing serverpac for 1.13 using 1.11 system

2012-06-12 Thread retired mainframer
On my last 1.11 system, the mount point was /SERVICE.

We also had the alternate root system normally mounted there (for any SMPE
work).  You may need to confirm the mount point is free before issuing the
mount command.

:: -Original Message-
:: From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On
:: Behalf Of Tim Brown
:: Sent: Tuesday, June 12, 2012 2:08 PM
:: To: IBM-MAIN@bama.ua.edu
:: Subject: installing serverpac for 1.13 using 1.11 system
::
:: During the serverpac for zos 1.13 I believe there is a step where you
:: mount the new systems root system
::
:: on the driving system at the /service point.
::
::
::
:: Is the command for this
::
::
::
:: MOUNT FILESYSTEM('ZOS13.OMVS.VAR.ROOT') +
::
::   MOUNTPOINT('/service') +
::
::   TYPE(ZFS) MODE(RDWR)

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