Operating System - OpenVMS
1828225 Members
2335 Online
109975 Solutions
New Discussion

Re: VMS Fibre channel disks

 
SOLVED
Go to solution
A.W.R
Frequent Advisor

VMS Fibre channel disks

Hi,

I have an OpenVMS display showing the devie name, the status, the error count, the paths and the current path.

Please see attached file.

Please can somebody clarify what the 2 values in the paths field mean? Does one show the current available paths and the other the maximum paths, and why is the path value odd e.g. 17 instead of 16 as I would expect?

Thanks
Andrew
4 REPLIES 4
Volker Halle
Honored Contributor

Re: VMS Fibre channel disks

Andy,

the numbers in the Paths column are:

good path count / path count

Good pathes are currently responding. The path count includes all pathes ever seen to this device since boot time.

Use a SHOW DEV/FULL $1$DGAx: to have a look at the detailled information for all pathes.

How many pathes are to be expected depends on your SAN (and MSCP) configuration.

Volker.
A.W.R
Frequent Advisor

Re: VMS Fibre channel disks

THanks Volker,

This Alpha actually has 16 FC HBAs connected to a single fabric. Is there any obvious reason why the good path count should be 17?

Regards
Andy
Volker Halle
Honored Contributor
Solution

Re: VMS Fibre channel disks

Andy,

did you look at the SHOW DEV/FULL $1$DGAx: data of a disk showing pathes 17/17 ?

Maybe a MSCP path is no. 17 ?

Volker.
A.W.R
Frequent Advisor

Re: VMS Fibre channel disks

Thanks