- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: HP9000 D-Class question
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
06-16-2000 03:55 PM
06-16-2000 03:55 PM
HP9000 D-Class question
How do I find which SCSI card is installed (SE SCSI2 or FW SCSI2).... on device list it shows C720?..... TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2000 08:56 PM
06-16-2000 08:56 PM
Re: HP9000 D-Class question
One way to extract this information is via sam. Go to "system properties" to access this information.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2000 10:55 PM
06-18-2000 10:55 PM
Re: HP9000 D-Class question
another way to find the correct model is the simply command:
model
For e.g. a HP 9000/D380 returns:
9000/810/D380
For the complete hardware list use:
ioscan -f
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 01:24 AM
06-19-2000 01:24 AM
Re: HP9000 D-Class question
As Andreas already pointed out is the 'model' command the best way to get the model-information of your system. Different to other PA-RISC system is it not possible to set the model value of a D-class system, it's defined by the system hardware (system card & CPU board).
But, if the LCD display say's D310, than is your box a D310. The LCD usually doesn't lie. It gets the information on the same way that the 'model' command uses.
Both SCSI host bus adapter (Single ended and Fast & Wide) use the c720 driver. You need the detailed information provided by 'ioscan -f ' to identify the interface.
The only hint, about the SCSI HBA, I can give you is, that an SCSI interface connected to the EISA bus is always a Fast Single Ended Device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2000 10:06 AM
06-19-2000 10:06 AM
Re: HP9000 D-Class question
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2000 10:10 PM
08-15-2000 10:10 PM
Re: HP9000 D-Class question
1)model
2)find . -name sched.models -print------this will tell u about which processor(PA-RISC)is inside the system
3)ioscan -fnC |pg
Bye
Regards
Jaikishan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 03:55 AM
08-25-2000 03:55 AM
Re: HP9000 D-Class question
One is model which will show you system model that you're using and the other is
ioscan -Cext_bus -fun.
See a description with this command, you will find which cards are installed in the system like Fast/Wide SCSI.