- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to remove a disk(not present now in dis...
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
03-06-2023 12:28 AM - last edited on 03-07-2023 03:40 AM by support_s
03-06-2023 12:28 AM - last edited on 03-07-2023 03:40 AM by support_s
unable to remove this c3t0d0 from ioscan
# ioscan -fnC disk
Class I H/W Path Driver S/W State H/W Type Description
=============================================================================
disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE _NEC DVD+-RW ND-6650A
/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0
disk 1 0/1/1/0.0.0 sdisk CLAIMED DEVICE HP 73.4GMAX3073NC
/dev/dsk/c2t0d0 /dev/rdsk/c2t0d0
disk 17 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 73.4GST373455LC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
disk 427 0/1/1/1.0.0 sdisk CLAIMED DEVICE SEAGATE ST3146855LC
/dev/dsk/c3t0d0 /dev/rdsk/c3t0d0
rmsf -k /dev/rdsk/c3t0d0
rmsf -k /dev/dsk/c3t0d0
rmsf -H 0/1/1/1.0.0
did this many times in various combinations. shutdown -hy 0, shutdown -ry 0 etc
insf etc
the disk re appears
9000/800/rp3440
has three slots
two for mirrored boot disks (HP)
another empty slot
inserted a SEAGATE disk and removed it (c3t0d0 thus got created in OS)
inserted another SEAGATE in the same empty slot
I get to see this
disk 427 0/1/1/1.0.0 sdisk CLAIMED DEVICE SEAGATE ST3146855LC
/dev/dsk/c3t0d0 /dev/rdsk/c3t0d0
disk 428 0/1/1/1.2.0 sdisk CLAIMED DEVICE SEAGATE ST3146855LC
/dev/dsk/c3t2d0 /dev/rdsk/c3t2d0
removed c3t2d0 disk from slot. - after some struggle managed to get rid of c3t2d0 from ioscan
but I am still unable to get rid of c3t0d0.
any suggestions pls
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2023 10:43 AM - edited 03-06-2023 10:44 AM
03-06-2023 10:43 AM - edited 03-06-2023 10:44 AM
SolutionHere's the IO map for the internal disks in the rp3440:
Slot Location IO Path
0 Bottom 0/1/1/0.0.0
1 Middle 0/1/1/0.1.0
2 Top 0/1/1/1.2.0
CD or DVD DVD Slot 0/0/2/0.0.0
If you want confirmation the manual is here:
https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c01404120
See p29
So the IO hardware path you mention - 0/1/1/1.0.0 is *not* any of the bays in the front of the rp3440. So you can pull and remove disks all day from the front of the rp3440, but it isn't going to effect that IO path and device.
However if you look at the table on p30 you will see that the hardware paths for that SCSI bus (0/1/1/1.x.y) are extended via a SCSI port on the rear of the rp3440. If you look at the photograph of the rear of an rp3440 on the bottom of p19 you will see a port at the bottom left labelled "SCSI LVD/SE" - my guess is you have something plugged into that running to an external disk chassis somewhere?
TL:DR - you've pulled the wrong disk.
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 03:36 AM
03-07-2023 03:36 AM
Re: unable to remove a disk(not present now in disk slot) appearing from ioscan -fnC disk
Duncan - you're spot on !
yes there is HP Disk ystem 2120 connected at the rear.
that is why I am unable to get rid of that 0/1/1/1.0.0
That pdf doc link - is helpful too
Many thanks sir !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2023 04:16 AM - edited 03-07-2023 04:17 AM
03-07-2023 04:16 AM - edited 03-07-2023 04:17 AM
Re: unable to remove a disk(not present now in disk slot) appearing from ioscan -fnC disk
You're welcome.
When it comes to identifying which disk is which, the age old method of using dd to read a stream of bytes off the disk is always useful:
dd if=/dev/dsk/c3t0d0 of=/dev/null
Then go look at the disk tray and the disk with a solid/heavily blinking activity light is your disk. Just use ctrl-c to interrupt the dd once identified
I am an HPE Employee
