![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2153711.1 : VSM6 and VSM7 Logical Pathing Information
In this Document
Created from <SR 3-12897757981> Applies to:StorageTek Virtual Storage Manager System 6 (VSM6) - Version All Versions to All Versions [Release All Releases]StorageTek Virtual Storage Manager System 7 (VSM7) - Version 7.0.0 to 7.0.0 [Release 7.0] Information in this document applies to any platform. SymptomsSymptoms may include any of the following: CU RESOURCES EXCEEDED – INIT FAILURE – NO RESOURCES AVAILABLE IOS125I messages similar to the following example: ChangesA new HCD/IOCP configuration has been implemented for the purpose of adding additional LPARS, CHPIDs or other hardware. CauseThe VSM6 or VSM7 has been over-subscribed with respect to logical paths to a specific FICON port within the product. SolutionLogical paths within the VSM6 and VSM7 products is a reference to a logical path created between the machine and the host/LPAR. The calculation for how many logical paths are in use on a given port is: 16 VCUs (the default) X the number of LPARs configured on the CHPID going to that port = the number of logical paths for that port. Consequently, assuming 16 VCUs per LPAR, each port can support up to 64 LPARs. NOTES:
The solution to having too many logical paths (greater than 1024) configured to a single port of the VSM6 or VSM7 is to correct the physical configuration and/or the HCD/IOCP and then re-IPL.
Logical Path Oversubscription Diagnosis: It is possible for a customer environment to attempt to establish more than 1024 logical paths per port. For example a large site might mistakenly configure a second CHPID to a single port for more than 32 LPARs which would effectively double the number of logical paths that port would attempt to create and this would exceed the 1024 logical paths limit. Within the tikka.out FICON port logs there are 3 entry types of interest relative to this subject. 1. ELP Received (Establish Logical Path) - Example: This indicates a logical path has been established. 2. RLP (Remove Logical Path) - Example: This indicates a logical path has been removed (which makes that path number available to be established again). 3. ELP Failure - Example: This means that all available logical paths have already been established. Decoding - With respect to the above examples: cu_img = the VCU number lp:*000000*** = the logical path number in hexadecimal (where * = some hexadecimal number (only the last 3 characters count). The first logical path to be established will be path number zero. Consequently the highest path number that should ever be found is x3FF (x3FF = 1023 decimal). A simple grep of the tikka.out files for ‘ELP Failure’ can verify whether or not there has been an attempt to establish more than 1024 logical paths. The tikka.out files are available in a set of statesave (collect) files. Alternately, if direct access to the machine is available then the same grep can be performed live. The tikka.out files are in the /var/vsm/output/current directory. Diagnosing on the machine: 5. Additional grep commands can be used to further isolate the problem to a specific port if needed. echo -n Port 0 ELP Failure count: ; grep 'ELP Failure' tikka.out.p0* | wc -l ; echo -n Port 1 ELP Failure count: ; grep 'ELP Failure' tikka.out.p1* | wc -l ; echo -n Port 2 ELP Failure count: ; grep 'ELP Failure' tikka.out.p2* | wc -l ; echo -n Port 3 ELP Failure count: ; grep 'ELP Failure' tikka.out.p3* | wc -l The command string above would return something like this (if we only had the problem on two ports):
Attachments This solution has no attachment |
||||||||||||||||||
|