Sponsored Content
Full Discussion: Scsi cables - which ones?
Operating Systems Solaris Scsi cables - which ones? Post 89686 by networkfre@k on Tuesday 15th of November 2005 04:01:31 AM
Old 11-15-2005
Hi,

not every SCSI device like tape or external disk has the same SCSI connector. The
same at the server/workstation.

Connectors on SUN Server/Workstation and storage :

E250,E450,U30,U60,U80,Blade 1000/2000, SF280R,
E220R, E420, V440

has a 68-pin SCSI Connector

the newer servers like

V210 and V240 have a VHDCI Connector
(Very high density connector interface) called "small SCSI".

StorEdge A/D1000, D130, S1, D240 has a 68-pin Connector
StorEdge 3310 has VHDCI Connectors for example

Most newer external tape drives have a 68-pin initerface, mostly Ultra160
capable or Ultra2 LVD.
Older drives have a Centronics Connector, mostly 50-pin in a D-Sub connector
case.

Greets
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Scsi

How can you get a scsi card to initalize or decome available at boot up on AIX 4.3 (1 Reply)
Discussion started by: truma1
1 Replies

2. UNIX for Advanced & Expert Users

query about scsi

can any one tell me what's the difference between scsi and differential scsi? (2 Replies)
Discussion started by: i2admin
2 Replies

3. UNIX for Advanced & Expert Users

Scsi

I would like to install a AIT drive to the scsi connector on our solaris box. I am very new to the unix world and would be greatful if someone could help or lead me in the right direction. Thanks (4 Replies)
Discussion started by: vpyle
4 Replies

4. IP Networking

fc cables

hi friends, we are using fc cables and fc switches,u might be aware of the cost factor of it so just wanted to know that Why do we need FC switches and fiber-optic cables? Is it not possible to use, say, twisted-pair copper cables instead of fiber-optic cables, and achieve almost comparable... (3 Replies)
Discussion started by: mxms755
3 Replies

5. UNIX for Dummies Questions & Answers

SCSI Harddisk

hey guys this is my problem I have SCO unix installed on a IDE h/drive. I want to add a SCSI hard drive, how do i do that within UNIX (1 Reply)
Discussion started by: kwame.neilsen
1 Replies

6. Solaris

1 or 2 Fiber cables?

Hi Community, I'm working on Solaris 10 installation with 1 Server V490 and 1 StoredgeTek 3510 (Standalone configuration). I'd connect the Server to the Storedge with a fiber cable but I' m in doubt becouse I don't know if using 1 or 2 fiber cable. Could you provide me any solution? ... (2 Replies)
Discussion started by: Sunb3
2 Replies

7. Solaris

SUNFIRE V240 procedure to shutdown with safety in order to replace power cables

Question: Which commands to use to shutdown with safety the server; (2 Replies)
Discussion started by: doudou2012
2 Replies

8. Hardware

Flat cables vs normal circular cables

Do flat cables have any advantage over normal circular cables? I was looking at this. 6ft 2M Flat USB Sync Data Cable Charger Cord for iPhone4 4S 3G iPad1 2 3 Orange | eBay (2 Replies)
Discussion started by: cokedude
2 Replies

9. War Stories

Following Cables for Fun!

Hi Folks, I came accross this picture taken a number of years ago now, I just thought I'd share it with you guys. We were in the process of removing equipment from the Data Centre and had followed the cable through to this area, where one of the old patch areas had been. When we lifted the... (2 Replies)
Discussion started by: gull04
2 Replies

10. IP Networking

What RJ11 Cables Should I Use?

Hello All, I have a project I'm working on which involves a linux PC and a USB (*dialup) Modem in a remote location for telnet'ing to that PC by phone when the Ethernet connection is down. I have already purchased the USB modems I need and some dumb phones for line testing... Now I'm trying... (7 Replies)
Discussion started by: mrm5102
7 Replies
CSolver(3U)						    InterViews Reference Manual 					       CSolver(3U)

NAME
CSolver - enforces connector semantics SYNOPSIS
#include <Unidraw/csolver.h> DESCRIPTION
A CSolver object defines and implements a model for specifying connectivity semantics that connector subclasses can build upon to implement their specialized semantics. Normally, only one CSolver instance is used per application, and only connector subclasses need access it. The Unidraw class constructor initializes the csolver global to point to a CSolver instance it creates. Thus applications should not instantiate CSolver directly. CSolver models a connection between two connectors (regardless of their particular subclass or semantics) as a pair of generic connectors with a piece of CGlue interposed. The CGlue characterizes the relationship between the connectors' centers in terms of a natural size (which corresponds to the distance between the centers), elasticity, and deformation limits. Connector subclasses specify their connectiv- ity behavior with a CGlue instance and subsequently rely on the CSolver to reorient them to conform to that behavior. For example, when a pin is told to connect itself to another pin, it registers with the global csolver a connection containing the two connectors (the pins themselves) and a piece of CGlue having zero natural size, elasticity, and deformation limits. This specification effectively constrains the connectors' centers to coincide. The connectivity semantics of other connector combinations, including those involving application- specific connectors, must be specified using CGlue. PUBLIC OPERATIONS
CSolver() Create a new instance. Application programs do not normally instantiate CSolver explicitly. virtual void Connect(Connector*, Connector*, CGlue* = nil) Specify a connection between two connectors, optionally with a piece of CGlue interposed. Omitting the CGlue parameter is equiva- lent to specifying a connection with CGlue having zero natural size, elasticity, and deformation limits. void Disconnect(Connector*, Connector*) void Disconnect(Connector*) Destroy the connection(s) established between two connectors (the two-parameter form), or destroy all connections to a given connec- tor (the one-parameter form). void Solve() Solve instructs the CSolver to reorient connected connectors to conform to their connectivity semantics as reflected by its connec- tion specifications. Normally this function is called automatically and only in response to Unidraw::Update. CSolverState* GetState(Connector*) void SetState(CSolverState*) CSolverState is a class that encapsulates all the information about the connections in which a connector participates. Only CSolver can create or do anything with a CSolverState instance. GetState initializes and returns a CSolverState instance for the given con- nector, and SetState establishes the connections that a CSolverState instance specifies without disturbing existing connections. These operations are useful when it is necessary to reestablish a connector's connections after they have been lost, for example, by removing the connector from the component hierarchy (as caused by a command to delete the component). void Read(istream&) void Write(ostream&) Explicitly read/write the csolver's contents from/to disk. Normally only a catalog calls these operations. SEE ALSO
Catalog(3U), GGlue(3U), Connector(3U), globals(3U) Unidraw 20 November 1990 CSolver(3U)
All times are GMT -4. The time now is 02:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy