Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread David Boyes
The steps you should use are: 1) CPFMTXA or ICKDSF CPVOL FORMAT UNIT(xxx) the volume. 2) ATTACH xxx SYSTEM 3) Allocate a minidisk yyy in the CP directory entry for the guest using the label of new volume XXX in the MDISK card. 4) Put directory online 5) if guest is running, log on to guest useri

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Vikesh Bhoola
Subject: Re: Do we need to reIPL vm to add dasd ? Vikesh, you need to attach the device to system so that 'system' can allocate it out as a mdisk. ATT A40E SYSTEM Then, you'll either need to logoff the guest or link to the device on the guests behalf. We use this: CP SET

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Stracka, James (GTS)
, May 30, 2008 10:48 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Do we need to reIPL vm to add dasd ? NB: This email and its contents are subject to our email legal notice which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf Thanks for the prompt responses. I've tried ATT A

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Vikesh Bhoola
nt: 30 May 2008 04:08 PM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: Do we need to reIPL vm to add dasd ? Vikesh, Surely not... the one step that is missing is ATT A40E SYSTEM After you clip the label. When VM IPLs all DASD that have that match the labels in the User_Volume_Label tags are attached

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Rich Smrcina
Vikesh, Surely not... the one step that is missing is ATT A40E SYSTEM After you clip the label. When VM IPLs all DASD that have that match the labels in the User_Volume_Label tags are attached to system in a similar fashion automatically. Vikesh Bhoola wrote: NB: This email and its content

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Mary Anne Matyaz
Vikesh, you need to attach the device to system so that 'system' can allocate it out as a mdisk. ATT A40E SYSTEM Then, you'll either need to logoff the guest or link to the device on the guests behalf. We use this: CP SET SECUSER LINUX1 * SEND CP LINUX1 LINK * 1000 1000 CP SET SECUSER LINUX1 OFF

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Neale Ferguson
ATT A40E SYSTEM LNX015

Re: Do we need to reIPL vm to add dasd ?

2008-05-30 Thread Stracka, James (GTS)
>From the z/Linux guest issue: vmcp link * 120 120 M -Original Message- From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On Behalf Of Vikesh Bhoola Sent: Friday, May 30, 2008 9:59 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Do we need to re