09-23-04 02:24 AM
"cesar" <adfadf@adfaf.com> wrote in message news:<cifgpp$q57$1@nsnmrro2-gest.nuria.telefonic
a-data.net>...
> Hello
> what is the procedure to define news disk on a hsg80.? I have 2 fiber
> switches and 2 adapters in every hosts.
> thanks
> Cesar
Making FC-Disks available to OpenVMS / Tru64
A. HSG Controller
-----------------
1. HSG> ADD DISK DISKptl <p> <t> <l>
<p>, <t>, <l> means Port, Target, LUN
2. i) HSG> ADD STRIPESET <stripe> <disk-1> <disk-2> . .
ii) HSG> ADD MIRRORSET <mirror> <disk-1> <disk-2>
3. i) HSG> INITIALIZE <stripe>
ii) HSG> INITIALIZE <mirror>
4. i) HSG> CREATE_PARTITION <stripe>
ii) HSG> CREATE_PARTITION <mirror>
5. i) HSG> ADD UNIT <unit>
<unit> = D<unit-number>
6. i) HSG> SET UNIT <unit> IDENTIFIER <unit-id>
B. OpenVMS
------------
1. VMS> RUN SYS$SYSTEM:SYSMAN
SYSMAN> IO SCSI
SYSMAN> IO AUTOCONFIGURE
SYSMAN> EXIT
new DGA Device $1$DGA<unit-id> available
2. INITIALIZE $1$DGA<unit-id>
3. MOUNT $1$DGA<unit-id>
C. Tru64
---------
1. tru64# hwmgr -scan scsi
2. tru64# hwmgr -view device | grep <unit-id>
3. tru64# disklabel -z dsk%%%
4. tru64# disklabel -rw dsk%%%
Continuation depends of the file system to be used and
the usage of LSM
[ Post a follow-up to this message ]
|