MSA Storage
1751713 Members
5311 Online
108781 Solutions
New Discussion юеВ

Re: Hoe to configure MSA1000 for OpenVMS ?

 
SOLVED
Go to solution
Davide Depaoli_3
Valued Contributor

Hoe to configure MSA1000 for OpenVMS ?

Hello,
I must to add 2 disk drives and create a new LUN to an MSA1000 with OpenVMS firmware.
I haven't knowledge of OpenVMS and MSA1000 cli.

Anyone can help me with MSA1000 commands ?

thanks in advance
best regards
Davide
8 REPLIES 8
Cees Zee_1
New Member
Solution

Re: Hoe to configure MSA1000 for OpenVMS ?

That was some time ago when I did that ...

First;
make sure that you have some connectivity to the MSA1000 controller via the "special" serial console cable.

when you are connected to the command line of the MSA1000 you have to use the following commands

SET HOST /DTE TT /SPEED=19200

BTW. all commands are based on adding a new set of disks.

The mentioned numbers are example numbers. The unit number is what you define; the DISK numbers are the physical disk numbers.


First you need to add a unit number for the physical diskset. (in here for a RAID 0+1 set)

> ADD UNIT 26 raid_level=1 data="DISK113 DISK213"

assign the unit ID to this diskset

> SET UNIT_ID 26 501\r
note: this will be the DGA number externally visible on VMS system

optionally enable the cache;
> SET UNIT 26 cache=enabled

optionally assign spare disks to this unit
> ADD SPARE unit=26 "DISK108"

good luck ...


Davide Depaoli_3
Valued Contributor

Re: Hoe to configure MSA1000 for OpenVMS ?

thank you for the help.
kind regards
Davide
Cass Witkowski
Trusted Contributor

Re: Hoe to configure MSA1000 for OpenVMS ?

you will also need to make sure the OS type on the connections is set to OpenVMS.
Cees Zee_1
New Member

Re: Hoe to configure MSA1000 for OpenVMS ?

Hi,

I haven't seen any needs for that. Is there a specific reason to do? In our case the connections were initiated, and indicated the right OS....

Rgrds,
Cees Zee
Uwe Zessin
Honored Contributor

Re: Hoe to configure MSA1000 for OpenVMS ?

It is absolutely necessary to select the right profile! Each OS has it's own set of expectations and the storage array must know how to respond correctly. During a configuration a few month ago we could not MOUNT any LUNs, because the profile wasn't set properly.

Two or three years ago I've been told about a user whose AlphaServer GS160 (running SAP R/3) crashed due to an invalid connection setting on the HSG80.

Trust me - you really, really want to make the correct setup!
.
Cees Zee_1
New Member

Re: Hoe to configure MSA1000 for OpenVMS ?

Sorry, (it is slightly early for me...)

What I actually meant to say is that the MSA1000 (already) picked up the profile in the connection.

However, thanks for the information. I will need to keep an eye on it ... (At this moment the MSA1000 is only used by OpenVMS (for 2 and 3 node clusters), it will become a hot topic when the array will be shared with more OSes).

Cass Witkowski
Trusted Contributor

Re: Hoe to configure MSA1000 for OpenVMS ?

Unless things have changed the MSA1000 can't be share with OpenVMS and other OS's.

Davide Depaoli_3
Valued Contributor

Re: Hoe to configure MSA1000 for OpenVMS ?

Thread closed