Operating System - Tru64 Unix
1827894 Members
1675 Online
109969 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

Michael Schulte zur Sur
Honored Contributor
Solution

Re: adding new HDD alpha 4000

Hi,

have you got a new controller?
run
sizer -n conf
compare /tmp/conf with your config file in /sys/conf. The name of the config file is most likely your hostname.
Please post the lines of both files from:
config vmunix swap generic
until the last contoller item.
Maybe you will have to build a new kernel to see the bus 2.

Michael

Johan Brusche
Honored Contributor

Re: adding new HDD alpha 4000

So let us guess again....
Bus #2 was never used before ?
The new drive is the only one on that bus ?
Is that scsi bus properly terminated ?
When you boot, do you see any messages on scsi2 in /var/adm/messages ? --> If, yes, please post.
Did you recently add a new SCSI-interface for that bus #2 ? -->If, yes, you must boot from genvmunix and generate a new kernel with doconfig..

JB.

_JB_
MahdiRa
Frequent Advisor

Re: adding new HDD alpha 4000

hi Michael, Johan,

thx for ur help, problem was solved by rebuilding the kernle

Mahdi