HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Entry Storage Systems
- >
- Disk Enclosures
- >
- Re: can not add disks
Disk Enclosures
1834178
Members
2510
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-18-2004 08:21 AM
03-18-2004 08:21 AM
can not add disks
I attached a disk array (HDS 5700 Disk Series)to our HP-UX Model E45 machine.After I boot the server, I cannot see the array but the local disks only by issue the command "ioscan -fnC disk" see following details of the output:
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
===============================================================
disk 0 56/52.2.0 disc3 CLAIMED DEVICE TOSHIBA CD-ROM XM-3401TA
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
/dev/floppy/c2t2d0 /dev/rfloppy/c2t2d0
disk 1 56/52.5.0 disc3 CLAIMED DEVICE HP C2247M1
/dev/dsk/c2t5d0 /dev/rdsk/c2t5d0
/dev/floppy/c2t5d0 /dev/rfloppy/c2t5d0
disk 2 56/52.6.0 disc3 CLAIMED DEVICE HP C2247M1
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0
/dev/floppy/c2t6d0 /dev/rfloppy/c2t6d0
But when I check the device files in /dev/rdsk, I can see the following:
# ll /dev/rdsk
total 0
crw-r----- 1 bin sys 177 0x005000 Mar 17 12:02 c0t5d0
crw-r----- 1 bin sys 177 0x005100 Mar 17 12:02 c0t5d1
crw-r----- 1 bin sys 177 0x005200 Mar 17 12:02 c0t5d2
crw-r----- 1 bin sys 177 0x005300 Mar 17 12:02 c0t5d3
crw-r----- 1 bin sys 177 0x005400 Mar 17 12:02 c0t5d4
crw-r----- 1 bin sys 177 0x005500 Mar 17 12:02 c0t5d5
crw-r----- 1 bin sys 177 0x005600 Mar 17 12:02 c0t5d6
crw-r----- 1 bin sys 177 0x005700 Mar 17 12:02 c0t5d7
crw-r----- 1 bin sys 177 0x022000 Aug 30 2001 c2t2d0
crw-r----- 1 bin sys 177 0x025000 Aug 30 2001 c2t5d0
crw-r----- 1 bin sys 177 0x026000 Aug 30 2001 c2t6d0
it seems that I have more disks on this system after I attached the disk.But if I check any of the disks other than the local ones, it shows that no such disks. see following:
# diskinfo /dev/rdsk/c0t5d1
diskinfo: can't open /dev/rdsk/c0t5d1: No such device or address
Anyone can tell me what the problems were and how to get it fixed? Thanks in advance.
Yalin
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
===============================================================
disk 0 56/52.2.0 disc3 CLAIMED DEVICE TOSHIBA CD-ROM XM-3401TA
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
/dev/floppy/c2t2d0 /dev/rfloppy/c2t2d0
disk 1 56/52.5.0 disc3 CLAIMED DEVICE HP C2247M1
/dev/dsk/c2t5d0 /dev/rdsk/c2t5d0
/dev/floppy/c2t5d0 /dev/rfloppy/c2t5d0
disk 2 56/52.6.0 disc3 CLAIMED DEVICE HP C2247M1
/dev/dsk/c2t6d0 /dev/rdsk/c2t6d0
/dev/floppy/c2t6d0 /dev/rfloppy/c2t6d0
But when I check the device files in /dev/rdsk, I can see the following:
# ll /dev/rdsk
total 0
crw-r----- 1 bin sys 177 0x005000 Mar 17 12:02 c0t5d0
crw-r----- 1 bin sys 177 0x005100 Mar 17 12:02 c0t5d1
crw-r----- 1 bin sys 177 0x005200 Mar 17 12:02 c0t5d2
crw-r----- 1 bin sys 177 0x005300 Mar 17 12:02 c0t5d3
crw-r----- 1 bin sys 177 0x005400 Mar 17 12:02 c0t5d4
crw-r----- 1 bin sys 177 0x005500 Mar 17 12:02 c0t5d5
crw-r----- 1 bin sys 177 0x005600 Mar 17 12:02 c0t5d6
crw-r----- 1 bin sys 177 0x005700 Mar 17 12:02 c0t5d7
crw-r----- 1 bin sys 177 0x022000 Aug 30 2001 c2t2d0
crw-r----- 1 bin sys 177 0x025000 Aug 30 2001 c2t5d0
crw-r----- 1 bin sys 177 0x026000 Aug 30 2001 c2t6d0
it seems that I have more disks on this system after I attached the disk.But if I check any of the disks other than the local ones, it shows that no such disks. see following:
# diskinfo /dev/rdsk/c0t5d1
diskinfo: can't open /dev/rdsk/c0t5d1: No such device or address
Anyone can tell me what the problems were and how to get it fixed? Thanks in advance.
Yalin
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 09:17 AM
03-18-2004 09:17 AM
Re: can not add disks
Check to see that the SCSI termination is correct. Has the unit got correct power?
Anyone for a Mutiny ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP