unconfigure using cfgadm


 
Thread Tools Search this Thread
Operating Systems Solaris unconfigure using cfgadm
# 1  
Old 05-15-2009
I'm not sure what you are asking here.

Both of the local disks that show up in format also show up in cfgadm.
# 2  
Old 05-15-2009
Quote:
Originally Posted by reborg
I'm not sure what you are asking here.

Both of the local disks that show up in format also show up in cfgadm.
Thank you for reply, question is how to unconfigure disk from solaris 10. ( failed disk was part of SVM mirror)

If you see format closely,

Quote:
2. c2t1d0 <drive not available>
that is not normal and it was clear from metastat output that c2t1d0 had write errors.

It is mentioned somewhere that one has to unconfigure using cfgadm -c faulty disk and then put new one and then do meta attach. if this(cfgadm unconfigure / configure) step is not rquired then I don't care.

I am not able to do this step

Quote:
cfgadm -c unconfigure c2::dsk/c2t1d0
# 3  
Old 05-15-2009
In this case

c2::2100000087140f53 is your attachment point ( look at the path on the line after the disk name and compare the identifiers )
# 4  
Old 05-15-2009
Quote:
Originally Posted by reborg
In this case

c2::2100000087140f53 is your attachment point ( look at the path on the line after the disk name and compare the identifiers )
correct but then when I try,
Quote:
#cfgadm -c unconfigure c2::2100000087140f53
O/p is
cfgadm: Configuration operation not supported
# 5  
Old 05-17-2009
You can skip the cfgadm unconfigure step and proceed to pull out the disk. Nothing would happen. just run devfsadm -C after you pull out and after you put in new disk and cont with your steps.
usually cfgadm is used for scsi disks. V480 uses fcal disk if im not wrong.
# 6  
Old 05-17-2009
Quote:
Originally Posted by incredible
You can skip the cfgadm unconfigure step and proceed to pull out the disk. Nothing would happen. just run devfsadm -C after you pull out and after you put in new disk and cont with your steps.
usually cfgadm is used for scsi disks. V480 uses fcal disk if im not wrong.
Thank you very much Incredible, you sure are incredible Smilie

Your reply filled me with me confidance, I am going to proceed with these 2 steps tomorrow morning. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Hot swapping disks on V240 - blue light not lit after cfgadm -c unconfigure

Hot swapping a drive on V240. So, I do cfgadm -c unconfigure <disk>. Then cfgadm -al reports disk as unconfigured as expected. format then tells me there is no disk. BUT, blue light does not come on. Done the exact same command on my V440 and blue light does come on. V240 Server Admin... (0 Replies)
Discussion started by: psychocandy
0 Replies

2. Solaris

Remove old subpaths from vxvm/format/cfgadm

Hi, I`m having a server, that was initially having 2 HBA`s, and dmpnodes were creates with 2 subpaths: # vxdisk -o alldgs list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none - ... (5 Replies)
Discussion started by: masloff
5 Replies

3. Solaris

Issue with cfgadm

I have an issue with on T3-Lun where Veritas dont like it anymore and OS-system have issues with it too. So I thought to unconfigure it but even that does not work cfgadm -al | grep c17 c17::50020f230000eae0 disk connected unconfigured unkown then I tried a cfgadm -c unconfigure... (2 Replies)
Discussion started by: manni2
2 Replies

4. Solaris

cfgadm - is this an error?

# cfgadm -al Ap_Id Type Receptacle Occupant Condition c0 scsi-bus connected configured unknown c0::dsk/c0t0d0 CD-ROM connected configured unknown c1 scsi-bus ... (8 Replies)
Discussion started by: robsonde
8 Replies
Login or Register to Ask a Question