Author |
Renaming SCSI Device names |
CyberArtem
Member
Posts: 1
Joined: 07.07.17 |
Posted on July 07 2017 22:21 |
|
|
Hello all !
I am new to this forum so i would like to greet all of you guys !
I have a problem you experts might help me with , i am building a DMCC alpha station with external scsi HP StorageWorks 2120 rack. Now , the StorageWorks assigns SCSI id's as follows : 0,2,4,6 (increments by two).
In the SRM console i see : DKA0,DKA200 (using two drives only)
But i need the alpha to map the drives DKA0 and DKA100 even if the second drive gets SCSI id 2.
Can i somehow assign a scsi id 2 (dka200.2.0.18.0) as DKA100 and not as DKA200 ?
I must use DKA0 and DKA100 due to software requirements.
Thanks to all in advance.
BR
- Artiom. |
|
Author |
RE: Renaming SCSI Device names |
abrsvc
Member
Posts: 108
Joined: 12.03.10 |
Posted on July 08 2017 05:51 |
|
|
The easiest way to achieve this is by using logical names. It is recommended that hard-coded device names be avoided for this reason. Use a command with the following syntax:
$ ASSIGN DKA200: DKA100:
The above should allow the program to work as the application will see the device as DKA100. The translation will be handled by OpenVMS behind the scenes. See HELP ASSIGN for more information.
Dan |
|
Author |
RE: Renaming SCSI Device names |
malmberg
Moderator
Posts: 530
Joined: 15.04.08 |
Posted on July 08 2017 10:18 |
|
|
https://sourceforge.net/p/vms-ports/wiki/IntroVMSEnvironment/ |
|