You can in fact create any size emulated disk of a multiple of 1113 cylinders by just using the -d parameter, i.e.
alcckd /disks/mod54 -d3390-54 this will create a disk of 1113*54 - 60102 cylinders
AWSCKE088I Typical model values are 1, 2, 3, 9, and A. Model value specified was 54
AWSCKE035I Creating file '/zdisk/mod54', 3390, 60102 cylinders
AWSCKE005I Processing file '/zdisk/mod54' ...
AWSCKE006I Device type: 3390-9
AWSCKE009I Cylinders: 60102, heads 15
AWSCKE010I Track size: 56832
alcckd /disks/cyls20 -d3390-20 this will create a disk of 1113*20 - 22260 cylinders
AWSCKE088I Typical model values are 1, 2, 3, 9, and A. Model value specified was 20
AWSCKE035I Creating file '/zdisk/cyls20', 3390, 22260 cylinder
AWSCKE005I Processing file '/zdisk/cyls20' ...
AWSCKE006I Device type: 3390-9
AWSCKE009I Cylinders: 22260, heads 15
AWSCKE010I Track size: 56832
To create a 3390 EAV use the -A parameter:
alcckd /disks/mod954 -d3390-A -s65520 this will create a 3390-EAV with 65667 cylinders, a model 59 if you like
AWSCKE005I Processing file '/zdisk/mod54' ...
AWSCKE006I Device type: 3390-A
AWSCKE009I Cylinders: 65667, heads 15
AWSCKE010I Track size: 56832
As you see, the -s parameter is ignored. In order to create a non-standard size with the -s parameter, just use -d3390
There was a bug in the 1.8 version of z1090/z1091 which would not allow you to do some of these functions, it has been fixed in the 1.9 version.
If the number of cylinders that you specify is not an exact multiple of 1113 cylinders, then some space in the last allocated extent is wasted. For example, if you define 1114 or 3340 cylinders, 1112 cylinders are wasted. For maximum storage efficiency, consider allocating volumes that are exact multiples of 1113 cylinders. In fact, multiples of 3339 cylinders should be considered for future compatibility. If you want to use the maximum number of cylinders for a volume (that is 1,182,006 cylinders), you are not wasting cylinders, because it is an exact multiple of 1113 (1,182,006 divided by 1113 is exactly 1062). This size is also an even multiple (354) of 3339, a model 3 size.
Sebastian
swelton