WWN information of tape drive on HP-UX.

FIMbe

ADSM.ORG Member
Joined
Mar 31, 2008
Messages
3
Reaction score
0
Points
0
Location
Belgium
Hello,

I'm currently installing TSM Storage Agent on a HP-UX host. We are using Gresham EDT enterprise DistribuTape for the communication of the TSM servers and Storage Agents to ACSLS.

I have zoned 40 Tape drives to the HP-UX host and need to create the elm.conf configuration file. Is there any utility to list the WWN of a tape drive on a HP-UX?

Thank and regards,
 
Thank for the information.

With the following commands you can find the wwn of a tape device:

command: ioscan -fnkC tape
tape 8 0/2/1/0.98.14.255.1.3.0 tsmtape CLAIMED DEVICE STK T9840B
/dev/rmt/tsmmt8

command: fcmsutil /dev/fcd0 get remote all |more
Target N_Port_id is = 0x620e13
Target state = DSM_UNOPENED
Symbolic Name =
Port Type = N_PORT
FCP-2 Support = YES
Target Port World Wide Name = 0x500104f0004b19ed
arget Node World Wide Name = 0x500104f0004b19ec

Here is the relationship between the output of the fcmutil and the ioscan command:

0x500104f0004b19ed -> 0e (Hex) -> 14 (dec) -> 0/2/1/0.98.14.255.1.3.0 -> /dev/rmt/tsmmt8
 
Back
Top