Adding robot and drives

 
Thread Tools Search this Thread
Special Forums Windows & DOS: Issues & Discussions Adding robot and drives
# 1  
Old 04-27-2011
Adding robot and drives

Hi All

Im running veritas netbackup 6.5.5, on MWindows 2003 master server.
Ive just added a Quantum PX500 with 2 drives, the problem im facing is that now under the storage unit tab on console all the storage unit types for NDMP have the new robot listed and not the original one. The set up i need is to have the old robot TLD0 listed.
Can anyone help, the robot and drives were added via Configure storage devices Wizard.. The original robot is a ADIC 500 8 drive library.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Hardware

Arduino Robot Tank Project

Normally I'm not into kits, but I thought my wife would enjoy this one since she is a big fan of robots and droids on StarWars! We are done with the basic mechanical assembly and starting on the electronics assembly today. The robot's "brain" consists of three levels. The Arduino board, on... (5 Replies)
Discussion started by: Neo
5 Replies

2. Solaris

Adding new hard drives on Sun SPARC T5440 server with Solaris 10

I need to add two new hard drives of 300 GB capacity to a SunSPARC T5440 server. The server currently has two hard drives of 146 GB each. How do I add the new drives to the existing UFS? What are the procedures involved in setting this server with the new hard drives? I am very new to Solaris... (6 Replies)
Discussion started by: ramatnmcc
6 Replies

3. Solaris

Adding new tape drives

hi, i am using Solaris 8 on a sparc box and already have 4 tape drives in a backup libaray attached to my unix server. we have recently added 2 new tape drives to the libaray and now want to get unix to see them. have it working in windows. how do i scan for new hardware and add theses new... (5 Replies)
Discussion started by: dshakey
5 Replies

4. Solaris

Adding logical drives

Hello, I have checked in here as I dont have enough experience as Solaris Admin. My Solaris seems to boot ok on a HP Proliant DL380 G6 server The release is 5.10, the kernel ID is Generic_137138-09. It was installed after creating one logical drive type RAID1, size 300GB. Now 2 further... (2 Replies)
Discussion started by: fogarino
2 Replies

5. Filesystems, Disks and Memory

Help adding new hard drives

Folks; I just added 2 physical new hard drives to my SUSE server. My server is already running SUSE 10.3 version. Is there a command i can use to add the new space or even see if the system can sees them? (3 Replies)
Discussion started by: Katkota
3 Replies

6. Shell Programming and Scripting

how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX

hi how floppy disks, CDs and flash drives (pen drives) are accessed in UNIX? thanks (0 Replies)
Discussion started by: nokia1100
0 Replies
Login or Register to Ask a Question
CH(4)							   BSD Kernel Interfaces Manual 						     CH(4)

NAME
ch -- SCSI media changer driver SYNOPSIS
ch* at scsibus? target ? lun ? DESCRIPTION
The ch driver is essentially an ioctl(2) interface to a robot on a SCSI bus - a device that will change media (e.g. tapes, CD-ROMs, etc) in and out of drives for that media. The chio(1) utility program uses this interface to manipulate such robots. FILES
/dev/chu SCSI bus media changer unit u /usr/include/sys/chio.h DIAGNOSTICS
ch%d: waiting %d seconds for changer to settle... Some changers require a long time to settle out, to do tape inventory, for instance. ch%d: offline The changer is not responding. ch%d: warning, READ ELEMENT STATUS avail != count ch%d: could not sense element address page ch%d: could not sense capabilities page SEE ALSO
chio(1), ioctl(2), cd(4), intro(4), scsi(4), st(4) AUTHORS
Jason R. Thorpe BSD
June 10, 1998 BSD