- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: adding new HDD alpha 4000
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:33 AM
02-12-2004 01:33 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 01:56 AM
02-12-2004 01:56 AM
Re: adding new HDD alpha 4000
try this:
scu scan edt
scu show edt
and post result.
What models of HDD and what controller do you have?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 05:49 AM
02-12-2004 05:49 AM
Re: adding new HDD alpha 4000
LVD compatable controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 06:26 AM
02-12-2004 06:26 AM
Re: adding new HDD alpha 4000
have you tried the commands, I gave you?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 06:30 AM
02-12-2004 06:30 AM
Re: adding new HDD alpha 4000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 07:35 AM
02-12-2004 07:35 AM
Re: adding new HDD alpha 4000
cheers,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 10:47 AM
02-12-2004 10:47 AM
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_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 08:48 PM
02-12-2004 08:48 PM
Re: adding new HDD alpha 4000
{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}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 09:04 PM
02-12-2004 09:04 PM
Re: adding new HDD alpha 4000
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 09:11 PM
02-12-2004 09:11 PM
Re: adding new HDD alpha 4000
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 10:29 PM
02-12-2004 10:29 PM
Solutionhave 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 10:33 PM
02-12-2004 10:33 PM
Re: adding new HDD alpha 4000
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_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 11:51 PM
02-12-2004 11:51 PM
Re: adding new HDD alpha 4000
thx for ur help, problem was solved by rebuilding the kernle
Mahdi