- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: finding out the number of free slots in a serv...
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-04-2007 10:19 PM
07-04-2007 10:19 PM
finding out the number of free slots in a server?
Is there any way by command to find out the number of free slots in a server ?
Thanx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 10:36 PM
07-04-2007 10:36 PM
Re: finding out the number of free slots in a server?
What sort of slots:
Memory
IO
Disks
And what type of server(s) are you refering to?
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 10:52 PM
07-04-2007 10:52 PM
Re: finding out the number of free slots in a server?
I'm referring to PCI slots in the rear side of servers as rp4410/40, rp3410/40, ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2007 11:04 PM
07-04-2007 11:04 PM
Re: finding out the number of free slots in a server?
I can't think of a specific command that will tell you, but using 2 commands and a couple of mins cross referencing will give you the answers.
RP44xx:
Has 6 usuable slots: 3 through to 8 that can have IO added/removed etc.
Do an ioscan -fnk.
Then do either rad-q or olrad -q from the prompt.
You can then very easily work out which slots are occupied, and by what type of HBA.
RP34xx.
Has 4 usable slots
Do the same as above.
HTH
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 01:23 AM
07-05-2007 01:23 AM
Re: finding out the number of free slots in a server?
this is a part of an ioscan -fn from a rp4440:
ba 4 0/4 lba CLAIMED BUS_NEXUS Local PCI-X Bus
Adapter (783)
ba 5 0/5 lba CLAIMED BUS_NEXUS Local PCI-X Bus
Adapter (783)
ba 6 0/5/2/0 PCItoPCI CLAIMED BUS_NEXUS PCItoPCI Bridge
fc 1 0/5/2/0/4/0 fcd CLAIMED INTERFACE HP A9784-60001
PCI/PCI-X Fibre Channel FC/GigE Combo Adapter (FC Port 1)
As you can see, there is only 1 entry with "0/4":
ba 4 0/4 lba CLAIMED BUS_NEXUS Local PCI-X Bus
Adapter (783)
This slot(s) is/are empty - slot 3 and 4 here. The slot at hardware path 0/5/2 (slot 6) has a combo card installed.
To get info about all slots, run "olrad -q":
# olrad -q
Driver(s)
Capable
Slot Path Bus Max Spd Pwr Occu Susp OLAR OLD Max Mode
Num Spd Mode
3 0/4/1 128 66 66 Off No N/A N/A N/A PCI-X PCI-X
4 0/4/2 128 66 66 On Yes No Yes N/A PCI-X PCI-X
5 0/5/1 160 66 66 Off No N/A N/A N/A PCI-X PCI-X
6 0/5/2 160 66 66 On Yes No Yes N/A PCI-X PCI-X
7 0/2/1 64 133 133 On Yes No Yes N/A PCI-X PCI-X
8 0/6/1 192 133 133 On Yes No Yes N/A PCI-X PCI-X
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
