Sponsored Content
Operating Systems Solaris Lun remove, stuck in /dev/dsk and /dev/rdsk Post 302800619 by DustinT on Tuesday 30th of April 2013 07:47:16 AM
Old 04-30-2013
Lun remove, stuck in /dev/dsk and /dev/rdsk

So, we removed a LUN from the SAN and the system is refusing to remove the references to it in the /dev folder. I've done the following:

devfsadm -Cv
powermt -q
luxadm -e offline <drive path>
luxadm probe

All those commands failed to remove the path. The drive stills shows up as <drive type unknown> using the format command. Any ideas?

---------- Post updated at 07:47 AM ---------- Previous update was at 07:21 AM ----------

Oh, I forgot to add I've reboot --r too. Here's some ouput that show more info on the error and steps I've taken.

Code:
bash-3.2# cfgadm -a -o show_SCSI_LUN
Ap_Id                          Type         Receptacle   Occupant     Condition
c1                             fc           connected    unconfigured unknown
c2                             fc-fabric    connected    configured   unknown
c2::500601623ce01998,0         disk         connected    configured   unknown
c2::500601623ce01998,1         disk         connected    configured   unknown
c2::500601623ce01998,2         disk         connected    configured   unknown
c2::5006016a3ce01998,0         disk         connected    configured   unknown
c2::5006016a3ce01998,1         disk         connected    configured   unknown
c2::5006016a3ce01998,2         disk         connected    configured   unknown
bash-3.2# echo|format
Searching for disks...done


AVAILABLE DISK SELECTIONS:
       0. c0t0d0 <SUN80G cyl 65533 alt 2 hd 16 sec 149>
          /pci@7c0/pci@0/pci@8/scsi@2/sd@0,0
       1. c2t5006016A3CE01998d0 <drive type unknown>
          /pci@780/SUNW,qlc@0,1/fp@0,0/ssd@w5006016a3ce01998,0
       2. c2t5006016A3CE01998d1 <DGC-RAID5-0429 cyl 40958 alt 2 hd 256 sec 10>
          /pci@780/SUNW,qlc@0,1/fp@0,0/ssd@w5006016a3ce01998,1
       3. c2t5006016A3CE01998d2 <DGC-RAID5-0429 cyl 51198 alt 2 hd 256 sec 16>  new_lun
          /pci@780/SUNW,qlc@0,1/fp@0,0/ssd@w5006016a3ce01998,2
       4. c2t500601623CE01998d0 <drive type unknown>
          /pci@780/SUNW,qlc@0,1/fp@0,0/ssd@w500601623ce01998,0
       5. c2t500601623CE01998d1 <DGC-RAID5-0429 cyl 40958 alt 2 hd 256 sec 10>
          /pci@780/SUNW,qlc@0,1/fp@0,0/ssd@w500601623ce01998,1
       6. c2t500601623CE01998d2 <DGC-RAID5-0429 cyl 51198 alt 2 hd 256 sec 16>  new_lun
          /pci@780/SUNW,qlc@0,1/fp@0,0/ssd@w500601623ce01998,2
       7. emcpower0e <DGC-RAID5-0429 cyl 40958 alt 2 hd 256 sec 10>
          /pseudo/emcp@0
       8. emcpower2d <DGC-RAID5-0429 cyl 51198 alt 2 hd 256 sec 16>  new_lun
          /pseudo/emcp@2
Specify disk (enter its number): Specify disk (enter its number):
bash-3.2# cfgadm -c unconfigure -o unusable_SCSI_LUN c2::5006016A3CE01998d0
bash-3.2# cfgadm -c unconfigure -o unusable_SCSI_LUN c2::500601623CE01998d0
bash-3.2# luxadm probe
No Network Array enclosures found in /dev/es

Found Fibre Channel device(s):
  Node WWN:50060160bce01998  Device Type:Disk device
    Logical Path:/dev/rdsk/c2t5006016A3CE01998d0s2
    Logical Path:/dev/rdsk/c2t500601623CE01998d0s2
  Node WWN:50060160bce01998  Device Type:Disk device
    Logical Path:/dev/rdsk/c2t5006016A3CE01998d1s2
    Logical Path:/dev/rdsk/c2t500601623CE01998d1s2
  Node WWN:50060160bce01998  Device Type:Disk device
    Logical Path:/dev/rdsk/c2t5006016A3CE01998d2s2
    Logical Path:/dev/rdsk/c2t500601623CE01998d2s2
bash-3.2# devfsadm -Cv

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sar + sdXY,Z + /dev/dsk

Hello! When I use "sar -d" I get information about disk activities like: sd0 ... sd0,a ... sd0,b ... ..... sd22 ... sd22,a ... ..... How I can find by , for example sd22,a , what physical disk is it. For example /dev/dsk/c1t3d0s1 easy to read and I can find by it physical disk.... (4 Replies)
Discussion started by: Colf
4 Replies

2. Solaris

mount: /dev/dsk/c0t6d0s0 no such device

I've searched through unix.com and google for this issue I am having on one particular Sun E280R with installing netbackup software from CD. I know the cd is good because i installed the software on 4 other servers right before this one. This is the issue I am seeing. vold does not mount the CD... (2 Replies)
Discussion started by: dangral
2 Replies

3. Solaris

pls help - /dev/dsk 100% full

I use the following command dk -k and get the following output: Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 1587078 56546 1482920 4% / /dev/dsk/c0t0d0s6 1984230 926199 998505 49% /usr /proc 0 0 0 ... (1 Reply)
Discussion started by: indianboy08
1 Replies

4. Solaris

anyone can tell me what is /dev/dsk/c3t600A0B80002FA5F50000000000000000d0s0?

Hi all, I just find some strange device (at least to me) on my Sun Blade server, CP3060, like below: bash-3.00# cd /dev/dsk bash-3.00# ls c3* c3t600A0B80002FA5F50000000000000000d0s0 c3t600A0B80002FA60C0000000000000000d0s4 c3t600A0B80002FA5F50000000000000000d0s1 ... (6 Replies)
Discussion started by: sleepy_11
6 Replies

5. Solaris

How do I determine the hard drives in /dev/dsk in OpenSolaris?

I have a Solaris machine running OpenSolaris v5.11. It came with a hard drive. It's called /dev/dsk/c4d0s0. I added two new hard drives into the box. I can't figure out what it's called in /dev/dsk. There are 210 filenames in /dev/dsk. How do I find out which filename corresponds to the... (2 Replies)
Discussion started by: sqa777
2 Replies

6. Solaris

jumpstart Can't stat /dev/rdsk/c1t0d0s0 eror

I installed solaris 9u8 and flar image and put on my jumpstart server which is running 10u3. Then I do jumpstart with new image with same hardware. Jumpstart acts like it installs, configures, and looks generally good. However, During the boot process, it reports the following errors. The / file... (4 Replies)
Discussion started by: rushingfish
4 Replies

7. UNIX for Dummies Questions & Answers

Meaning of mount /dev/dsk/c... /mnt

Hi May I know the meaning of the following command mount /dev/dsk/c1t0d0s3 /mnt Will I be able to use my tape drive after that? Thanks (3 Replies)
Discussion started by: rahmantanko
3 Replies

8. Solaris

how to make less capacity /dev/dsk/c1t0d0s5

how to make less capacity on /dev/dsk/c1t0d0s5 Filesystem size used avail capacity Mounted on /dev/dsk/c1t0d0s0 9.6G 2.3G 7.2G 25% / /dev/dsk/c1t0d0s1 9.6G 4.1G 5.4G 44% /usr /dev/dsk/c1t0d0s4 9.6G 81M 9.4G 1% /var... (1 Reply)
Discussion started by: Cah.Lanang
1 Replies

9. Solaris

Size missing on /dev/dsk/c0t0d0s3

Our used size is 83 gb. Total of the folders and documents size is46,2 gb. 83-46=37 gb. Where is my space. Where was lost? Could you please I need your opinions? {root}/space>du -s -h * 308K alaerrm-jprof 1K argerela 20G baerckup_in 1.8G cererm 28M ecerlipselink ... (8 Replies)
Discussion started by: getrue
8 Replies

10. Solaris

Canīt open /dev/dsk/c1t0d0s0 Clone/mirror

Hello friends, I Working with Solaris 8 on a SunFireV890, 150 GB SCSI HD's in Raid 1 (mirroring), my problem is that the master disk failed and going to put the slave (mirror) as a Master in the slot 0 (SCSI) will not start. The original mounting this, mirror in Raid 0: c1t0d0s0 (master)... (10 Replies)
Discussion started by: grymorum
10 Replies
dev(7FS)							   File Systems 							  dev(7FS)

NAME
dev - Device name file system DESCRIPTION
The dev filesystem manages the name spaces of devices under the Solaris operating environment. The global zone's instance of the dev filesystem is mounted during boot on /dev. A subdirectory under /dev may have unique operational semantics. Most of the common device names under /dev are created automatically by devfsadm(1M). Others, such as /dev/pts, are dynamic and reflect the operational state of the system. You can manually generate device names for newly attached hardware by invoking devfsadm(1M) or implicitly, by indirectly causing a lookup or readdir operation in the filesystem to occur. For example, you can discover a disk that was attached when the system was powered down (and generate a name for that device) by invoking format(1M)). FILES
/dev Mount point for the /dev filesystem in the global zone. SEE ALSO
devfsadm(1M), format(1M), devfs(7FS) NOTES
The global /dev instance cannot be unmounted. SunOS 5.11 9 June 2006 dev(7FS)
All times are GMT -4. The time now is 06:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy