Operating System - Tru64 Unix
1753776 Members
7308 Online
108799 Solutions
New Discussion юеВ

Re: adding new HDD alpha 4000

 
SOLVED
Go to solution
MahdiRa
Frequent Advisor

adding new HDD alpha 4000

Hi all,
i have alpha 4000 with two shelves storage i added new HDD to the second shelve i can see it from the fairmware but i canot see it from the OS tru64 UNIX version 4.
12 REPLIES 12
Michael Schulte zur Sur
Honored Contributor

Re: adding new HDD alpha 4000

Hi,

try this:
scu scan edt
scu show edt
and post result.
What models of HDD and what controller do you have?

Michael
MahdiRa
Frequent Advisor

Re: adding new HDD alpha 4000

compaq HDD with
LVD compatable controller
Michael Schulte zur Sur
Honored Contributor

Re: adding new HDD alpha 4000

Hi,

have you tried the commands, I gave you?

Michael
MahdiRa
Frequent Advisor

Re: adding new HDD alpha 4000

yes and i did
Michael Schulte zur Sur
Honored Contributor

Re: adding new HDD alpha 4000

can you post the result?

cheers,

Michael
Johan Brusche
Honored Contributor

Re: adding new HDD alpha 4000


As an example, let's say the new drive is on SCSI-bus 3 and has target nmbr 5 (which you can verify with the scu command), then you have to do the following:

cd /dev
./MAKEDEV rz29

The rule for calculating the "29" is:
[(8 x bus nmbr.)+ target nmbr ],ie (8x3)+5

After that you will need to partition the new disk with "disklabel -rw rz29 RZXX".

Johan.

_JB_
MahdiRa
Frequent Advisor

Re: adding new HDD alpha 4000

this is the output of scu show edt

{CAM Equipment Device Table (EDT) Information:

Device: RRD45 Bus: 0, Target: 5, Lun: 0, Type: Read-Only Direct Access
Device: Python 02779-XXX Bus: 0, Target: 6, Lun: 0, Type: Sequential Access
Device: BB00911CA0 Bus: 1, Target: 0, Lun: 0, Type: Direct Access
Device: BD036635C5 Bus: 1, Target: 1, Lun: 0, Type: Direct Access
Device: BD036635C5 Bus: 1, Target: 2, Lun: 0, Type: Direct Access
Device: BD0366349C Bus: 1, Target: 3, Lun: 0, Type: Direct Access
Device: BD036635C5 Bus: 1, Target: 4, Lun: 0, Type: Direct Access
Device: RZ1EF-CB Bus: 1, Target: 5, Lun: 0, Type: Direct Access
Device: BD036635C5 Bus: 1, Target: 6, Lun: 0, Type: Direct Access}
Michael Schulte zur Sur
Honored Contributor

Re: adding new HDD alpha 4000

Hi,

could you create a label the way Johan suggested?
Do you see the new disks?
Lets assume the following disk is a new one:
Device: BD036635C5 Bus: 1, Target: 6, Lun: 0, Type: Direct Access}
This disk for example should have the device name rz14. Verify that /dev/*rz14* exists.
The default label you can see with disklabel -p /dev/rrz14a
What type you see in this line in your output: "disk: SWXCR"
use in the command to create the label:
disklabel -wr -t advfs /dev/rrz14a SWXCR

Michael
MahdiRa
Frequent Advisor

Re: adding new HDD alpha 4000

hi all
just a clarification,
bus 0 and bus 1 are working fine.

the problem is in bus 2 which appears in >>> and doesn't appear in OS