Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support C4 scsci Tape library not detectable after lustarter patching on solaris 10 u4 Post 302712589 by sahil_shine on Tuesday 9th of October 2012 10:34:19 AM
Old 10-09-2012
Hi All,

Thanks for all your replies.The issue is now resolved. Applying the latest recommended patches resolved this issue.

Thanks ...

Moderator's Comments:
Mod Comment edit by bakunin: Thanks for the follow-up. Changed the threads title accordingly.

Last edited by bakunin; 10-10-2012 at 05:47 AM..
 

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

8. Solaris

Connecting an array and a tape library

I am a solaris noob. I have a SPARC enterprise T5120 server which i am trying to connect 1 StorEdge 3300 and 1 StorageWorks MSL2024 tape library. Each device is connecting to 1 pci card on the server. I can see the array when i run the format command but i can't seem to detect the tape library. ... (2 Replies)
Discussion started by: M_Owen
2 Replies

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

10. Solaris

Patching Procedure in Solaris 10 with sun cluster having Solaris zone

Hi Gurus I am not able to find the patching procedure for solaris 10 ( sol10 u11) to latest patchset with sun cluster having failover zones so that same I should follow. Take an instance, there are sol1 and sol2 nodes and having two failover zones like sozone1-rg and sozone2-rg and currently... (1 Reply)
Discussion started by: nick101
1 Replies
BACKUP_ADDHOST(8)					       AFS Command Reference						 BACKUP_ADDHOST(8)

NAME
backup_addhost - Adds a Tape Coordinator entry to the Backup Database SYNOPSIS
backup addhost -tapehost <tape machine name> [-portoffset <TC port offset>] [-localauth] [-cell <cell name>] [-help] backup addh -t <tape machine name> [-p <TC port offset>] [-l] [-c <cell name>] [-h] DESCRIPTION
The backup addhost command creates a Tape Coordinator entry in the Backup Database. The entry records o The host name of the Tape Coordinator machine where the Tape Coordinator (butc) process runs, as specified with the -tapehost argument. o The Tape Coordinator's port offset number, as specified with the -portoffset argument. An entry for the port offset must also appear in the /var/lib/openafs/backup/tapeconfig file on the Tape Coordinator machine, where it is mapped to a UNIX device name (for a tape device) or pathname (for a backup data file). Each Tape Coordinator must have its own port offset number, and the command fails if a Backup Database entry already exists for the requested port offset number. To display existing Tape Coordinator entries, use the backup listhosts command. OPTIONS
-tapehost <tape machine name> Specifies the fully-qualified hostname of the machine for which to create a Tape Coordinator entry in the Backup Database. The machine must have an entry in either the cell's naming service (such as the Domain Name Service) or the host file (/etc/hosts or equivalent) on the machine where the command is issued. -portoffset <TC port offset> Specifies the Tape Coordinator's port offset number. Provide an integer from the range 0 through 58510, or omit this argument to use the default value of 0 (zero). The value must match the port offset number recorded for the same combination of Tape Coordinator and tape device or file in the /var/lib/openafs/backup/tapeconfig file on the Tape Coordinator machine named by the -tapehost argument. -localauth Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. The backup command interpreter presents it to the Backup Server, Volume Server and VL Server during mutual authentication. Do not combine this flag with the -cell argument. For more details, see backup(8). -cell <cell name> Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see backup(8). -help Prints the online help for this command. All other valid options are ignored. EXAMPLES
The following command creates an entry in the Backup Database that assigns port offset number 4 to a Tape Coordinator running on the machine "backup1.abc.com": % backup addhost -tapehost backup1.abc.com -portoffset 4 The following command creates a Backup Database entry that assigns port offset number 0 to a Tape Coordinator on the machine "backup3.abc.com": % backup addhost backup3.abc.com PRIVILEGE REQUIRED
The issuer must be listed in the /etc/openafs/server/UserList file on every machine where the Backup Server is running, or must be logged onto a server machine as the local superuser "root" if the -localauth flag is included. SEE ALSO
backup(8), backup_delhost(8), backup_listhosts(8) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 BACKUP_ADDHOST(8)
All times are GMT -4. The time now is 04:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy