We are re-looking into the above issue again.
After restoring all the volumes from installation disks and IPL, during first logon from IBMUSER, I was performing the initial configuration changes recommended from the configuration guide. One of the step is to define 2 user catalogs:
DEFINE USERCATALOG (NAME(USERCAT.VUSER00) ICFCATALOG -
CYLINDERS(10 5) VOLUME(USER00) )
DEFINE USERCATALOG (NAME(USERCAT.VSYSUT1) ICFCATALOG -
CYLINDERS(5 5) VOLUME(SYSUT1) )
Out of the above, the first one went through fine, but the second one gave an error indicating some cataloging issue. USER00 is a mod-9 volume and SYSUT1 is a mod-3 volume. Could it be possible that somehow the system is not able to process the mod-3 volumes properly? (All the system volumes from the installation disk are mod-3 volumes). Please let me know if this rings any bell for anyone on what we can check to debug this issue.
Below is the devmap:
system memory 4096m
processors 1
3270port 3270
manager name aws3274 0002
device 0700 3279 3274 mstcon
device 0701 3279 3274 L701
device 0702 3279 3274 L702
device 0703 3279 3274 L703
device 0704 3279 3274 L704
device 0705 3279 3274 L705
device 0706 3279 3274 L706
device 0707 3279 3274 L707
device 0708 3279 3274 L708
device 0709 3279 3274 L709
device 070A 3279 3274 L70A
device 070B 3279 3274 L70B
device 070C 3279 3274 L70C
device 070D 3279 3274 L70D
device 070E 3279 3274 L70E
device 070F 3279 3274 L70F
device 0710 3279 3274 L710
device 0711 3279 3274 L711
device 0712 3279 3274 L712
device 0713 3279 3274 L713
device 0714 3279 3274 L714
device 0715 3279 3274 L715
device 0716 3279 3274 L716
device 0717 3279 3274 L717
device 0718 3279 3274 L718
device 0719 3279 3274 L719
device 071A 3279 3274 L71A
device 071B 3279 3274 L71B
device 071C 3279 3274 L71C
device 071D 3279 3274 L71D
device 071E 3279 3274 L71E
device 071F 3279 3274 L71F
manager name awsckd 0001
device 0a80 3390 3990 /home/z/sbres1
device 0a81 3390 3990 /home/z/sbres2
device 0a82 3390 3990 /home/z/sbsys1
device 0a83 3390 3990 /home/z/sbuss1
device 0a84 3390 3990 /home/z/sbbbn1
device 0a85 3390 3990 /home/z/sbbbn2
device 0a86 3390 3990 /home/z/sbprd1
device 0a87 3390 3990 /home/z/sbprd2
device 0a88 3390 3990 /home/z/sbprd3
device 0a89 3390 3990 /home/z/sbdis1
device 0a8a 3390 3990 /home/z/sbdis2
device 0a8b 3390 3990 /home/z/sbdis3
device 0a8c 3390 3990 /home/z/sbdis4
device 0a8d 3390 3990 /home/z/sbdis5
device 0a8e 3390 3990 /home/z/sbdis6
device 0a8f 3390 3990 /home/z/sares1
device 0a90 3390 3990 /home/z/sbwas1
device 0a91 3390 3990 /home/z/sbwas2
device 0a92 3390 3990 /home/z/sbwas3
device 0a93 3390 3990 /home/z/sbdb91
device 0a94 3390 3990 /home/z/sbdb92
device 0a95 3390 3990 /home/z/sbdb93
device 0a96 3390 3990 /home/z/sbcic1
device 0a97 3390 3990 /home/z/sbims1
device 0a98 3390 3990 /home/z/sbims2
device 0a99 3390 3990 /home/z/sbims3
- Additional user volumes
device 0ab0 3390 3990 /home/z/PUBLIC
device 0ab1 3390 3990 /home/z/USER00
device 0ab2 3390 3990 /home/z/SYSUT1
SystemAdmin