Sponsored Content
Operating Systems Solaris Connecting an array and a tape library Post 302603994 by hicksd8 on Friday 2nd of March 2012 01:49:35 PM
Old 03-02-2012
I would think that the storage array is seem by the format command because it is presenting a LUN (disk) to the system. The tape library is, of course, not disk storage so cannot be "formatted" in the same way.

I would think that you need to get the drivers, etc for Solaris and they probably come with a library exceriser or something like that.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

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? (2 Replies)
Discussion started by: n9ninchd
2 Replies

2. HP-UX

HP-UX / Tape Library Communication Problems

Hi All, Hoping that you'll be able to help out on - I've a problem occuring in our backups that's driving me up the wall. I've got an HP-UX Visualise 6500 as below: ================================ root # uname -a HP-UX <NAME> B.11.00 A 9000/785 2005956095 two-user license... (2 Replies)
Discussion started by: geralex
2 Replies

3. 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

4. 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

5. 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

6. 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

7. AIX

AIX doesn't detect TS3200 tape library

Hi all, I have a problem here root@host1 / # lsdev -Cc tape rmt0 Defined 07-00-02 IBM 3580 Ultrium Tape Drive (FCP) rmt1 Defined 07-00-02 IBM 3580 Ultrium Tape Drive (FCP) smc0 Defined 07-00-02 IBM 3573 Tape Medium Changer (FCP) root@host1 / # cfgmgr -l fcs2 Method error... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

8. 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

9. UNIX for Advanced & Expert Users

NDMP To Backup a Disk Array to HP B6200, EML 103e Tape Library

Hi All, Seeking information on the following and perhaps a bit of insight and opinions: I would like to look into using NDMP to backup a disk array using NetBackup 7.5 to HP B6200 StoreOnce Backup System (i.e. Virtual Tape Library) as well as physical tape library. Does anyone think... (0 Replies)
Discussion started by: zixzix01
0 Replies

10. Solaris

[Solved] Issues connecting to storage array

I have two T2000 servers connected to sun storage array StorEdge 3310 as follows: CH0 connected to SNGL BUS CONF CH1 connected to HOST1 CH2 open CH3 connected to HOST2 DUAL BUS CONF open I have created some luns which I can mount and use on HOST1 but from HOST2 I cant see them ... (3 Replies)
Discussion started by: aliyesami
3 Replies
intro(7)						 Miscellaneous Information Manual						  intro(7)

NAME
intro - introduction to device special files DESCRIPTION
This section describes the device special files (DSFs) and hardware paths used to access HP peripherals and device drivers. The names of the entries are generally derived from the type of device being described (disk, tape, terminal, and so on.), not the names of the device special files or device drivers themselves. Characteristics of both the hardware device and the corresponding HP-UX device driver are dis- cussed where applicable. Device Types Devices can be classified in two device access modes, and A raw or character-mode device, such as a line printer, transfers data in an unbuffered stream and uses a character device special file. A block-mode device, as the name implies, transfers data in blocks by means of the system's normal buffering mechanism. Block devices use block device special files and may have a character device interface too. Device File Naming Convention A device special file name becomes associated with a device when the file is created, either automatically by the special file daemon or explicitly with the or command. When creating device special files, it is recommended that the following standard naming convention be used: subdir An optional subdirectory for the device class (for example, for raw device special files for disks, for block device spe- cial files for disks, for raw tape devices). class The class of device, such as or # The instance number assigned by the operating system to the device. Each class of device has its own set of instance num- bers, so each combination of class and instance number refers to exactly one device. options Further qualifiers, such as disk partition tape density selection for a tape device, or surface specification for magneto- optical media. Naming conventions for each type of device are described in their respective manpage entries. Legacy mass storage device special files have a different naming convention that encodes the hardware path; this is described in the sec- tion. Hardware Paths Hardware path information, as well as class names and instance numbers, can be derived from output; see ioscan(1M). There are three dif- ferent types of paths to a device: and All three are numeric strings of hardware components, notated sequentially from the system bus address to the device address. Each number typically represents the location of a hardware component on the path to the device. The is composed of a series of bus-nexus addresses separated by slash characters, leading to a host bus adapter (HBA). Beneath the HBA, additional address elements are separated by period characters. All the elements are represented in decimal. This is the format printed by default by the command for most devices. An example of a legacy hardware path is The is used for mass storage devices, also known as logical units (LUNs). It is identical in format to a legacy hardware path, up to the HBA. Beneath the HBA, additional elements are printed in hexadecimal. The leading elements representing a transport-dependent target address, and the final element is a LUN address, which is a 64-bit representation of the LUN identifier reported by the target. This for- mat is printed by the command when the option is specified. The string is an example of a lunpath hardware path. Note that the address elements beneath the HBA may not correspond to physical hardware addresses; instead, the lunpath hardware path should be considered a handle, not a physical path to the device. The is a virtualized path that can represent multiple hardware paths to a single mass storage device. Instead of a series of bus-nexus addresses leading to the HBA, there is a virtual bus-nexus (known as the with an address of 64000. Addressing beneath that virtual root node consists of a virtual bus address and a virtual LUN identifier, delimited by slash characters. The string is an example of a LUN hardware path. As a virtualized path, the LUN hardware path is only a handle to the LUN, and does not represent the LUN's physical location; rather, it is linked to the LUN's World Wide Identifier (WWID). Thus, it remains the same if new physical paths to the device are added, if existing physical paths are removed, or if any of the physical paths changes. This LUN binding persists across reboots, but it is not guaranteed to persist across installations -- that is, reinstalling a system or installing an identically configured system may create a different set of LUN hardware paths. Device File Types (Mass Storage Devices) Mass storage devices, such as disk devices and tape devices, have two types of device files, device special files and device special files. Both can be used to access the mass storage device independently, and can coexist on the same system. A device special file is associated with a LUN hardware path, and thus transparently supports agile addressing and multipathing. In other words, a persistent device special file is unchanged if the LUN is moved from one HBA to another, moved from one switch/hub port to another, presented via a different target port to the host, or configured with multiple hardware paths. Like the LUN hardware path, the binding of device special file to device persists across reboots, but is not guaranteed to persist across installations. The device spe- cial file name follows the standard naming convention above, and the minor number contains no hardware path information. A device special file is locked to a particular physical hardware path, and does not support agile addressing. Such a device special file contains hardware path information such as SCSI bus, target, and LUN in the device file name and minor number. Specifically, the class and instance portions of the device special file name indicate hardware path information and are in the format as follows: The instance number assigned by the operating system to the interface card, in decimal. It is a decimal number with a range of 0 to 255. There is no direct correlation between instance number and physical slot number. The target address on a remote bus (for example, SCSI address). It is a decimal number with a typical range of 0 to 15. The device unit number at the target address (for example, the LUN in a SCSI device). It is a decimal number with a typical range of 0 to 7. Note that the legacy naming convention supports a maximum of 256 external buses and a maximum of 32768 LUNs. Systems with mass storage devices beyond those limits will be unable to address them using legacy naming conventions. Legacy device special files are deprecated, and their support will be removed in a future release of HP-UX. Viewing Mass Storage With the advent of persistent and legacy device special files, commands dealing with mass storage can choose between two of the I/O system. A command presenting the view uses legacy device special files and legacy hardware paths. The view uses persistent device special files, lunpath hardware paths, and LUN hardware paths. Depending on the command, both views may be presented, or the choice of view may be controlled by a command option or an environment vari- able. For example, the command shows the legacy view by default, and switches to the agile view if the option is specified. EXAMPLES
Example 1 The following is an example of a persistent device special file name: where indicates block disk access and indicates device class and instance number 3. The absence of indicates access to the entire disk; see disk(7) for details. Example 2 The following is an example of a legacy disk device special file name: where indicates block disk access and indicates logical disk access at interface card instance 0, target address 6, and unit 0. The indi- cates access to section 2 of the disk. Example 3 The following is an example of a persistent tape device special file name: where indicates raw magnetic tape, indicates tape device instance number 4, and identifies the tape format as QIC150; see mt(7) for details. WARNINGS
The support of legacy device special files is deprecated and will be removed in a future release of HP-UX. SEE ALSO
insf(1M), ioscan(1M), lssf(1M), mksf(1M), mknod(1M), hier(5), introduction(9). at whitepaper at: intro(7)
All times are GMT -4. The time now is 02:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy