- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to delete ext_bus?
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
07-12-2007 03:09 AM
07-12-2007 03:09 AM
There were some LUNs presented to my server from the EVA5000 array. The presentations were dropped and now I have many useless ext_bus-es in my ioscan output:
#ioscan -fkCext_bus | tail +3 | awk '{print $1 " " $2 " " $3 " " $4 " " $5}'
ext_bus 0 0/0/0/2/0 c8xx CLAIMED
ext_bus 1 0/0/0/2/1 c8xx CLAIMED
ext_bus 2 0/0/0/3/0 c8xx CLAIMED
ext_bus 3 0/0/0/3/1 c8xx CLAIMED
ext_bus 8 0/0/8/1/0.2.2.255.0 fcpdev CLAIMED
ext_bus 9 0/0/8/1/0.2.3.255.0 fcpdev CLAIMED
ext_bus 10 0/0/8/1/0.2.8.255.0 fcpdev CLAIMED
ext_bus 11 0/0/8/1/0.2.9.255.0 fcpdev CLAIMED
ext_bus 4 0/0/8/1/0.3.4.255.0 fcpdev CLAIMED
ext_bus 5 0/0/8/1/0.3.5.255.0 fcpdev CLAIMED
ext_bus 6 0/0/8/1/0.3.10.255.0 fcpdev CLAIMED
ext_bus 7 0/0/8/1/0.3.11.255.0 fcpdev CLAIMED
ext_bus 12 1/0/0/2/0 c8xx CLAIMED
ext_bus 13 1/0/0/2/1 c8xx CLAIMED
ext_bus 14 1/0/0/3/0 c8xx CLAIMED
ext_bus 15 1/0/0/3/1 c8xx CLAIMED
ext_bus 20 1/0/8/1/0.1.2.255.0 fcpdev CLAIMED
ext_bus 21 1/0/8/1/0.1.3.255.0 fcpdev CLAIMED
ext_bus 22 1/0/8/1/0.1.8.255.0 fcpdev CLAIMED
ext_bus 23 1/0/8/1/0.1.9.255.0 fcpdev CLAIMED
ext_bus 16 1/0/8/1/0.4.4.255.0 fcpdev CLAIMED
ext_bus 17 1/0/8/1/0.4.5.255.0 fcpdev CLAIMED
ext_bus 18 1/0/8/1/0.4.10.255.0 fcpdev CLAIMED
ext_bus 19 1/0/8/1/0.4.11.255.0 fcpdev CLAIMED
Is there any means to delete all ext_bus-es accept local scsi ones?
The securepath software is running on this server.
All "spmgr display *" commands say that no LUNs presented to the host.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:22 AM
07-12-2007 03:22 AM
Re: how to delete ext_bus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:22 AM
07-12-2007 03:22 AM
Re: how to delete ext_bus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:30 AM
07-12-2007 03:30 AM
Re: how to delete ext_bus?
rmsf -v -H 0/0/8/1/0
rmsf -v -H 1/0/8/1/0
with no success
they still in place
Also I,ve tried this one:
for i in `ioscan -fkCext_bus | tail +3 | awk '{print $3}' | grep 255`; do rmsf -H $i; done
It is useless also...
All my SAN ext_bus-es still in the place.
do I have reboot after rmsf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:50 AM
07-12-2007 03:50 AM
Re: how to delete ext_bus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 04:08 AM
07-12-2007 04:08 AM
Re: how to delete ext_bus?
rmsf -H 1/0/8/1/0 -k -v
rmsf -H 0/0/8/1/0 -k -v
None of these succeeds...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 04:16 AM
07-12-2007 04:16 AM
Re: how to delete ext_bus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 08:53 PM
07-12-2007 08:53 PM
Re: how to delete ext_bus?
No success
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 09:53 PM
07-12-2007 09:53 PM
Solution"... Is there any means to delete all ext_bus-es accept local scsi ones? ..."
If you plan to access any LUNs on the EVA 5000 in the future, no, there is no means to delete them. For what ?
Something else : in spite of the EVA 5000 doesn't present any LUN to your host, your host stills "see" the EVA 5000. That's why you have many claimed ext_bus in your ioscan.
If you do want to delete them, besides doing some rmsf, you should also edit fabric zoning to prevent your host from accessing the EVA 5000, then reboot.
Hope this will help
Regards
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 10:42 PM
07-12-2007 10:42 PM
Re: how to delete ext_bus?
yes! the zoning is the right word!
Really, even though eva does not present any LUNs it is still visible by the host in the PDA mode (the 255-s in the HW-pathes).
Why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 11:02 PM
07-12-2007 11:02 PM
Re: how to delete ext_bus?
For any storage system found on an HBA (and at any new instance of LUN modulo 128) it creates an ext_bus like if you had just added a new SCSI card. With SCSI cards, it you don't want ext_bus, in other terms if you don't want to use the card (that means no sens, no ?), you simply remove it from the box. Same ways with SAN storage : hide it with zoning.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2007 12:37 AM
07-13-2007 12:37 AM
Re: how to delete ext_bus?
Thanks