| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| Some how we have ended up with duplicate hdisk0s on different controllers. When we try and delete one of the extra arrays we get the following error:rmdev: 0514-517 The information provided to this configuration command was not adequate to uniquely identify the device. Provide more device information than the following: name = 'hdisk0'How can we delete hdisk0? |
|
#2
| ||||
| ||||
Hi I think you need to look into your server ODM DB files located on /etc/objrepos. Look for hdisk0 entries in all DB using a grep command (hdisk3 in my case): root@Lynx /root >grep -l hdisk3 * CuAt CuDv CuDvDr then using the odmget command search inside each DB: odmget CuAt | grep -p hdisk3 CuAt: name = "hdisk3" attribute = "unique_id" value = "3520600A0B800012A1B80000005644F47C3405VDASD03AIXv scsi" type = "R" generic = "" rep = "n" nls_index = 0 CuAt: name = "hdisk3" attribute = "pvid" value = "00c77bdec2eba8850000000000000000" type = "R" generic = "D" rep = "s" nls_index = 11 this way you can find out which object is duplicated and the using the odmdelete command get rid of the phantom one. Hope this helps
__________________ cd3lgad0p |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Restore RAID config after replace PCI-X RAID card | mamut | pSeries - System p | 1 | July 24th, 2007 11:27 |
| Hardware Raid on pSeries RedHat | mnshjack | Linux for POWER Systems | 3 | July 30th, 2006 04:15 |