- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- Re: D Class, changing SCSI ID on Controller.
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
04-14-2003 04:40 AM
04-14-2003 04:40 AM
GSC add-on Fast/Wide SCSI Interface.
Many thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 04:45 AM
04-14-2003 04:45 AM
Solutionchange to 6, not to 8 (8 has lowest SCSI priority!).
Card should be A4107A. SCSI address dip switches are located on the board itself, so you will need to open the server. As I understand from the diagram, if dip switch is ON then bit is 0 and if off then bit is 1. Thus for 7=(on,off,off,off) and 6=(on,off,off,on)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 05:40 AM
04-14-2003 05:40 AM
Re: D Class, changing SCSI ID on Controller.
2**3 2**2 2**1 2**0
15 - 1 1 1 1 (* 8+4+2+1=15 *)
14 - 1 1 1 0
13 - 1 1 0 1
12 - 1 1 0 0
11 - 1 0 1 1
10 - 1 0 1 0
09 - 1 0 0 1
08 - 1 0 0 0
07 - 0 1 1 1
06 - 0 1 1 0 (* 0+4+2+0=6 *)
05 - 0 1 0 1
04 - 0 1 0 0
03 - 0 0 1 1
02 - 0 0 1 0
01 - 0 0 0 1
You need 06 or 0 1 1 0.
Priortes start at 7 go down to 1 then restart at 15 and go down to 8. 8 has the lowest priorty.
Make sure all target addresses are unique or problems will develope.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 05:48 AM
04-14-2003 05:48 AM
Re: D Class, changing SCSI ID on Controller.
15=all off, thus switch meanings are iverse;
you forgot 0... priorities are 7..0, 15..8
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 05:59 AM
04-14-2003 05:59 AM
Re: D Class, changing SCSI ID on Controller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 06:19 AM
04-14-2003 06:19 AM
Re: D Class, changing SCSI ID on Controller.
http://docs.hp.com/hpux/pdf/B3936-90024.pdf
Eugene may be right about the dip switches being inversed. I'll post a reference on dip switches if I find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 07:52 AM
04-14-2003 07:52 AM
Re: D Class, changing SCSI ID on Controller.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 05:37 AM
04-16-2003 05:37 AM
Re: D Class, changing SCSI ID on Controller.
1. power up computer
2. get into the isl mode
3. Go into the services manu
4. enter the scsi command
scsi init /0/0/2/0 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 11:31 AM
04-16-2003 11:31 AM
Re: D Class, changing SCSI ID on Controller.
Eugeny