Operating System - OpenVMS
1826639 Members
3263 Online
109695 Solutions
New Discussion

Re: Getting FC SAN Port Info

 
SOLVED
Go to solution
Jack Trachtman
Super Advisor

Getting FC SAN Port Info

OpenVMS V8.3

Is there something equivalent to the LANCP cmd SHOW DEV/CHARACTERISTICS for a SAN device? I'm interested in seeing basic info such as link status (up/down), connect speed, etc. (The SANCP pgm seems lame.) TIA
3 REPLIES 3
labadie_1
Honored Contributor
Solution

Re: Getting FC SAN Port Info

Shriniketan Bhagwat
Trusted Contributor

Re: Getting FC SAN Port Info

Hi,

From the below command output, the keywords online and mounted indicates the status of the disk.

$ pipe show dev /full sys$sysdevice: | sea sys$pipe disk
Disk WILD8$DKB300:, device type COMPAQ BF03665223, is online, mounted, file-
$
Here the disk is present and is mounted

$ pipe show dev /full $10$DKA0: | sea sys$pipe disk
Disk $10$DKA0: (BRAMHA), device type HP 36.4G MAX3036NC, is online, file-
$
Here the disk is present but is not mounted

Regards,
Ketan
Shriniketan Bhagwat
Trusted Contributor

Re: Getting FC SAN Port Info

Hi,

In the below example the disk or CD is not available and is offline.

$
$ pipe show dev /full $5$DQA1: | sea sys$pipe disk
Disk $5$DQA1: (VYASA), device type Nonexistent IDE/ATAPI disk, is offline, unit
$

Regards,
Ketan