problem with clearing a removed LUN from solaris


 
Thread Tools Search this Thread
Operating Systems Solaris problem with clearing a removed LUN from solaris
# 1  
Old 08-01-2008
problem with clearing a removed LUN from solaris

Hi

I have a solaris 8 server that have LUN being removed from the server but it is still show up as error device in format command and in vxvm, i have already run devfsadm -C but it does not clear up the disk, is there other command to do this without reconfiguration boot?

34. c9t2d0 <drive not available: formatting>
/sbus@7,0/lpfs@0,0/sd@2,0


c9t2d0s2 sliced - - error

Thanks

Robert Ngo
# 2  
Old 08-02-2008
a reboot should solve this.
# 3  
Old 08-02-2008
i was looking for ways to get this done without a reboot if possible since this is a production server.
# 4  
Old 08-02-2008
if you can, swing users to redundant system and schedule down time. Smilie
# 5  
Old 08-02-2008
Quote:
Originally Posted by robertngo
i was looking for ways to get this done without a reboot if possible since this is a production server.
post the output of:

Code:
# cfgadm -alo show_FCP_dev

# 6  
Old 08-03-2008
Quote:
Originally Posted by DukeNuke2
post the output of:

Code:
# cfgadm -alo show_FCP_dev


# cfgadm -alo show_FCP_dev
cfgadm: Configuration administration not supported
# 7  
Old 08-04-2008
Quote:
Originally Posted by robertngo
# cfgadm -alo show_FCP_dev
cfgadm: Configuration administration not supported

This message under Sol 8 may indicate that the SAN packages are not completely installed on that system. Or relevant patches are missing.

You may, anyhow, want to try this:

luxadm -e forcelip /dev/cfg/c[controller_number]

Do this for all controllers that have external devices attached. Then try your cfgadm command again.

Regards

Mika

###
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

How to get LUN WWN in Solaris?

How to get LUN WWN (i.e LUN mapped from a storage box say Symmetrix or clariion) in Solaris. fcinfo command does give the Target port wwn but what i'm looking for is the LUN WWN. Any help is appreciated. (2 Replies)
Discussion started by: Manish00712
2 Replies

2. Solaris

Problem with Solaris LUN and New FS

Hi All, I'm using Solaris server, SunOS 5.10 Generic_144488-08 sun4u sparc SUNW, SPARC-Enterprise. There is a newly created LUN of 250GB (EMC). I've scanned the system and able to see the new LUN. For example: 103. emcpower19a <DGC-VRAID-0430 cyl 48638 alt 2 hd 256 sec 16>... (4 Replies)
Discussion started by: superHonda123
4 Replies

3. Solaris

new attached lun in solaris 10

hi, what are the steps to detect and configure a new attached lun in Solaris 10. Is there any difference between cfgadm and luxadm command ? rgds, snjksh (5 Replies)
Discussion started by: snjksh
5 Replies

4. Solaris

Printer can't be removed under Solaris 10

Dear all, we are running a Solaris 10 8/08 Sparc system called 'test-s' where #lpstat -t shows such a line: system for mps2_p: printer-s (as lpd://printer-s/printers/mps2_p#Solaris) How can we get rid of this entry because #lpstat -x mps2_p says 'unknown printer'. THX for any... (1 Reply)
Discussion started by: xunil321
1 Replies

5. Solaris

Largest LUN size in Solaris 10

What is the largest possible LUN size that can be presented to Solaris 10. I've been googling a lot about this. The new EFI lablels (an alternative to VTOC) supports LUNs greater than 2TB. I need to know the upper limit. please help me find it. (4 Replies)
Discussion started by: pingmeback
4 Replies

6. Solaris

LUN allocation in solaris server

hi all can anyone tell me how to track a new attached LUN in a solaris server?? (3 Replies)
Discussion started by: raynu.sharma
3 Replies

7. High Performance Computing

Removed crashed node from Solaris Cluster 3.0

All- I am new to these forums so please excuse me if this post is in the wrong place. I had a node crash in a 4 node cluster and mgmt has determined this node will not be part of the cluster when rebuilt. I am researching how to remove it from the cluster information on the other 3 nodes and... (2 Replies)
Discussion started by: bluescreen
2 Replies

8. Solaris

Solaris 9 or 10 LUN Limitations

Is there a limit to the number of LUNS that can be concatenated using Solaris Volume manager with Soft partitions? I have worked with some AIX admins in the past and there was such a limitation therefore limiting the size the filesystem could grow to. Is there such a limitation in Solaris 9... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies
Login or Register to Ask a Question