Sponsored Content
Top Forums UNIX for Dummies Questions & Answers ATL L200 Tape Library and Solaris Post 5950 by n9ninchd on Monday 27th of August 2001 04:56:39 PM
Old 08-27-2001
ATL L200 Tape Library and Solaris

I picked up this library but I cannot get the device to actuate.
How do I make this work with Solaris 7?
 

8 More Discussions You Might Find Interesting

1. AIX

Tape Library 3583

Hello every body, I have one tape library 3583 but I can't install this some body have ben installed?? when I tray to install it, the output is the next: Method error (/etc/methods/cfgAtape): 0514-022 The specified connection is not valid. some Idea?? thanks greetings (5 Replies)
Discussion started by: xanatos
5 Replies

2. AIX

Tape Library on Aix

I am having my 14 Aix 5.3 servers on bladecenters connected with my Tape Library. I had a backup scheduled on tape library but after taking backup successfully, Now, Question 1:- I wanted to restore backup but tape library could not recognize the tape and I get I/O error in TSM. I think it... (0 Replies)
Discussion started by: Shrek
0 Replies

3. Solaris

C4 tape library

Hi all , Anybody has an installation manual for Sun StorageTek C4 tape library . i am trying to do the installation on a Sun Fire V245 . Thanks a million cheers ppass (4 Replies)
Discussion started by: ppass
4 Replies

4. Solaris

Configuration issue with Tape Library in Solaris 10

Env: Server : Sparc Ultra-80 OS: Solaris 10 Direct SCSI connection to Library. Terminator connected at the Tape End. Problem: Unable to see any device file related to Robotic /dev/rsst0. Unable to see any device file /dev/rmt. ------------ Messages while the machine boots sst0: No... (3 Replies)
Discussion started by: amqstam
3 Replies

5. Solaris

Solaris 10 and DELL TL-2000 Tape Library with ISCSI

Hello, i am trying to get following configuration up running, but get no access to the library roboter. Server: SunOS 5.10 Generic_138889-03 i86pc i386 i86pc DELL TL-2000: 1 Tape: IBM ULT3580-HH4 and Robot: 3573-TL, connected via ISCSI Bridge (build into the TL) ... (1 Reply)
Discussion started by: austin73
1 Replies

6. Solaris

SL24 tape library connection.

hi all please tell me how can i connect SunFire V240 to a SL24 tape library. is there any slots which i can connect? can i connect through SCSI port? (1 Reply)
Discussion started by: nikhil kasar
1 Replies

7. Emergency UNIX and Linux Support

C4 scsci Tape library not detectable after lustarter patching on solaris 10 u4

Hi All, We have patched our solaris 10 u4 server with lustarter patch in order to get it prepared for solaris live upgrade.The patch installation went pretty fine and we did reboot the server after patching.But after patching we have noticed O.S is not able to detect tape library.Not sure what... (22 Replies)
Discussion started by: sahil_shine
22 Replies

8. Solaris

Add new EML 103e Tape Library in SUN Solaris Host to implement HP DP

Hi, Our environment is SUN Solaris. We have purchased HP EML 103e tape library. Can you please let me know do I need to install any Driver of newly added Tape Library to see from the Solaris Host? or how can i see the tape library from my Solaris hosts. Thanks, Hassan (0 Replies)
Discussion started by: M_Hassan
0 Replies
SoPickedPoint(3)						       Coin							  SoPickedPoint(3)

NAME
SoPickedPoint - The SoPickedPoint class is used for specifying picked points. It holds miscellaneous information about the picked point, such as position, normal, texture coordinate and material index in the current material. It might also hold detail information (an SoDetail subclass) for every node in the picked path. SYNOPSIS
#include <Inventor/SoPickedPoint.h> Public Member Functions SoPickedPoint (const SoPickedPoint &pp) SoPickedPoint (const SoPath *const path, SoState *const state, const SbVec3f &objSpacePoint) ~SoPickedPoint () SoPickedPoint * copy () const const SbVec3f & getPoint () const const SbVec3f & getNormal () const const SbVec4f & getTextureCoords () const int getMaterialIndex () const SoPath * getPath () const SbBool isOnGeometry () const const SoDetail * getDetail (const SoNode *const node=NULL) const const SbMatrix & getObjectToWorld (const SoNode *const node=NULL) const const SbMatrix & getWorldToObject (const SoNode *const node=NULL) const const SbMatrix & getObjectToImage (const SoNode *const node=NULL) const const SbMatrix & getImageToObject (const SoNode *const node=NULL) const SbVec3f getObjectPoint (const SoNode *const node=NULL) const SbVec3f getObjectNormal (const SoNode *const node=NULL) const SbVec4f getObjectTextureCoords (const SoNode *const node=NULL) const void setObjectNormal (const SbVec3f &normal) void setObjectTextureCoords (const SbVec4f &texCoords) void setMaterialIndex (const int index) void setDetail (SoDetail *detail, SoNode *node) Detailed Description The SoPickedPoint class is used for specifying picked points. It holds miscellaneous information about the picked point, such as position, normal, texture coordinate and material index in the current material. It might also hold detail information (an SoDetail subclass) for every node in the picked path. See also: SoRayPickAction Constructor &; Destructor Documentation SoPickedPoint::SoPickedPoint (const SoPickedPoint &pp) Copy constructor. SoPickedPoint::SoPickedPoint (const SoPath *constpathptr, SoState *conststateptr, const SbVec3f &objSpacePoint) Constructor. Uses the state to convert between world and object space for the data. SoPickedPoint::~SoPickedPoint () Destructor. Member Function Documentation SoPickedPoint * SoPickedPoint::copy () const Returns a copy of this picked point. Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes. const SbVec3f & SoPickedPoint::getPoint () const Returns the world space point. const SbVec3f & SoPickedPoint::getNormal (void) const Returns the world space normal. const SbVec4f & SoPickedPoint::getTextureCoords () const Returns the image space texture coordinates. int SoPickedPoint::getMaterialIndex () const Returns the material index. SoPath * SoPickedPoint::getPath () const Returns the path to the picked object. SbBool SoPickedPoint::isOnGeometry () const Returns TRUE if this picked point is on the actual geometry of the picked object, or FALSE if not (it might for instance be on the bounding box if picking was done on bounding boxes). const SoDetail * SoPickedPoint::getDetail (const SoNode *constnode = NULL) const Returns detail for node. If node equals NULL, the detail for the picked object is returned. const SbMatrix & SoPickedPoint::getObjectToWorld (const SoNode *constnode = NULL) const Returns the matrix which converts from object (specified by node) to world space. If node equals NULL, the object space of the picked object will used. const SbMatrix & SoPickedPoint::getWorldToObject (const SoNode *constnode = NULL) const Returns the matrix which converts from world to object (specified by node) space. If node equals NULL, the object space of the picked object will used. const SbMatrix & SoPickedPoint::getObjectToImage (const SoNode *constnode = NULL) const Returns the matrix which converts from object (specified by node) to image space. If node equals NULL, the object space of the picked object will used. const SbMatrix & SoPickedPoint::getImageToObject (const SoNode *constnode = NULL) const Returns the matrix which converts from image to object (specified by node) space. If node equals NULL, the object space of the picked object will used. SbVec3f SoPickedPoint::getObjectPoint (const SoNode *constnode = NULL) const Returns the object space point, in the object space specified by node. If node equals NULL, the object space of the node where the point was actually picked will be used (this is what one would usually be interested in). node can be any node in the scenegraph. SbVec3f SoPickedPoint::getObjectNormal (const SoNode *constnode = NULL) const Returns the object space (specified by node) normal. If node equals NULL, the picked point object space will be used. SbVec4f SoPickedPoint::getObjectTextureCoords (const SoNode *constnode = NULL) const Returns the object space (specified by node) texture coordinates. If node equals NULL, the picked point object space will be used. void SoPickedPoint::setObjectNormal (const SbVec3f &normalref) Sets the picked point objects space normal vector. void SoPickedPoint::setObjectTextureCoords (const SbVec4f &texCoordsref) Sets the picked point object space texture coordinates. void SoPickedPoint::setMaterialIndex (const intindex) Sets the material index. void SoPickedPoint::setDetail (SoDetail *detail, SoNode *node) Sets the detail for node. node must be in the picked path, of course. Set to NULL if you want to remove a detail for a node. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoPickedPoint(3)
All times are GMT -4. The time now is 04:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy