Did all of the cyls (10,000+) get allocated as PERM?  Here is an EXEC I
use to check the status of a disk.  Remember to DET the disk from the
system and ATT it to your ID.  When I'm in a hurray I sometimes forget
that little bit of information.

/*--------------------------------------------------*/
/*                                                  */
/*--------------------------------------------------*/
Parse upper arg VDEV VOLID                            
                                                      
/*--------------------------------------------------*/
/*                                                  */
/*--------------------------------------------------*/
say 'Start of ICKDSF LIST'                            
push 'end';                                           
push 'CPVOL LIST UNIT('VDEV') VFY('VOLID')';          
push 'console';                                       
push 'console';                                       
'ickdsf'                                              
say                                                   
say 'Return code from ICKDSF was:' rc                 
say 'Done with LIST of:' VOLID '-' VDEV               
say 'Date....' DATE() '-- Time....' TIME('N')         
                                                      
Exit                                                  


Paul Feller 
AIT Mainframe Technical Support 
[EMAIL PROTECTED] 
(319)-355-7824 


-----Original Message-----
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Vikesh Bhoola
Sent: Wednesday, March 19, 2008 3:13 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Mdisk 3390 Model 9 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

----
Many thanks to all that responded.

I should have mentioned that I had confirmed that LNX000 is a Model-9.

Below confirms the DEVTYPE & number of cylinders for LNX000 is that of a
Mod-9 :

Q DASD LNX000

DASD 7E7D CP SYSTEM LNX000   0 
Ready; T=0.01/0.01 09:56:45


Q DASD DETAILS 7e7d

7E7D  CUTYPE = 2105-E8, DEVTYPE = 3390-0C, VOLSER = LNX000, CYLS = 10017

      CACHE DETAILS:  CACHE NVS CFW DFW PINNED CONCOPY

           -SUBSYSTEM   Y    Y   Y   -    N       N

              -DEVICE   Y    -   -   Y    N       N

      DEVICE DETAILS: CCA = 7D, DDC = --

      DUPLEX DETAILS: --

      CU DETAILS: SSID = 015E, CUNUM = 7E00

Ready; T=0.01/0.01 09:57:16


The problem still persists.

Any further suggestions as what I'm possibly missing..

Kind Regards,
Vikesh Bhoola


-----Original Message-----
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Bruce Hayden
Sent: 18 March 2008 05:30 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Mdisk 3390 Model 9 dasd

>From the MAINT id, enter Q DASD LNX000.  This will give you the device
address of that volume, such as:
DASD 6903 CP SYSTEM LNX000
Then enter Q DASD DETAILS nnnn and find out how many cylinders CP thinks
it has.  If it is incorrect, it isn't configured correctly in the
storage controller or you have the wrong address.

On Tue, Mar 18, 2008 at 11:18 AM, Vikesh Bhoola <[EMAIL PROTECTED]>
wrote:
> 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
>
>  ----
>  Good day,
>  Firstly, apologies for a very basic question from a z/OS system  
> programmer.
>
>  Not being a VM expert, I've been struggling with this for most of the

> day and was hoping someone could perhaps help while I'm still  
> downloading the manuals.
>
>  I am busy with the zLINUX installation on zVM.
>  I would like to make use of 3390 Model 9 disk for the Linux software.
We
>  would like to make use of a bit more space (over 3338 cyl or 2.7Gb)
and
>  hence have the following definitions in USER DIRECT :
>
>  USER LINUX02 LNX4VM 512M 2G G
>   INCLUDE LINDFLT
>   OPTION APPLMON
>   MDISK 100 3390 0001 4500 LNX000 MR LNX4VM LNX4VM LNX4VM
>   MDISK 102 3390 4501 0300 LNX000 MR LNX4VM LNX4VM LNX4VM
>   MDISK 103 3390 4801 3038 LNX000 MR LNX4VM LNX4VM LNX4VM
>   MDISK 104 3390 7839 2177 LNX000 MR LNX4VM LNX4VM LNX4VM
>
>  When I logon to LINUX02, I get the following msg :
>  LOGON LINUX02
>
>  HCPLNM1151E LINUX02 0100 has not been linked because it is not within
CP
>  volume extents.
>
>  HCPLNM1151E LINUX02 0102 has not been linked because it is not within
CP
>  volume extents.
>
>  HCPLNM1151E LINUX02 0103 has not been linked because it is not within
CP
>  volume extents.
>
>  HCPLNM1151E LINUX02 0104 has not been linked because it is not within
CP
>  volume extents.
>
>
>
>  Searching on this msg does not provide any clues how to specify that

> this is a 3390 Model 9 dasd.
>
>  Your assistance is very much appreciated.
>
>  Kind Regards,
>  Vikesh Bhoola



--
Bruce Hayden
Linux on System z Advanced Technical Support Endicott, NY

Reply via email to