- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UMA question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 04:00 AM
02-18-2002 04:00 AM
UMA question
I am new with UMA and I have a little question.
I have a Omniback II backup failed with this message:
Can not load exchanger medium (Target drive is busy.)
I went to investigate and found this in UMA, with stat d:
1030 D1 Full "" ""
1031 D2 Full "" ""
1032 D3 Empty "" ""
1033 D4 Empty "" ""
1034 D5 Empty "" ""
1035 D6 Empty "" ""
1036 D7 Empty "" ""
1037 D8 Empty "" ""
1038 D9 Empty "" ""
1039 D10 Empty "" ""
As I went to check the robot and saw no tapes in drives I pressumed I had to change drivers D1 an D2 state to Empty.
That??s when the problem begins.
I try to make offl D1 and I get the message:
offl: No drive(s) specified
I think I got to know the "identification" of the tape drive to issue this command. I just don??t know how to find it...there are other systems making backups with this robot. But I pressume this is an easy task for you UMA's experts guys...
Any sugestion?
Thanks in advance...
SN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 04:05 AM
02-18-2002 04:05 AM
Re: UMA question
You could also use the 'mt' command to put the drives offline. This command is not
used from withing uma but from the commandline.
> mt -t
Note : only specify the raw, no rewind berkeley type device. fe : /dev/rmt/0mnb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 04:08 AM
02-18-2002 04:08 AM
Re: UMA question
To address the drive you can either use the number ( 1030 ) or the shortcut D1.
If you want to empty the drive, just do
move D1 S1
move 1030 9
.
for setting offline use
offl D1
or
offl 1030
That should do it.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 04:28 AM
02-18-2002 04:28 AM
Re: UMA question
I don??t know what to put in
this system manages the robot but have only one dds tape drive.
Dear Erme:
I also thought that??s what I should do, but here??s the output:
> offl 1030
offl: No drive(s) specified
> offl D1
offl: No drive(s) specified
....... :-(
"See" you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 04:50 AM
02-18-2002 04:50 AM
Re: UMA question
How are the drives connected to the machine?
Through Fiber Channel/Direct SCSI?
Are there device files available on the system from where you try to use uma?
Every drive if configured on that system should have a device file available.
Check with "ioscan -fnC tape"
Then you need to know which device file belongs to which tape device on the robot.
Once you know you use the raw, no rewind, berkeley device file for that drive.
Every drive normally has multiple device files like :
/dev/rmt/1m
/dev/rmt/1mb
/dev/rmt/1mn
/dev/rmt/1mnb
these are all device files with different options for the same drive (1)
You should in this case you need to use the one with mnb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 05:59 AM
02-18-2002 05:59 AM
Re: UMA question
Alexander has spoken well.
When you run UMA to check what is in drives (stat d), you might want to also see what slots are open (stat s).
Now as he mentions move the tapes (move d1 s_ _) from the drive to an open slot.
Then go back into OBII and update your library by running Devices/Media
Edit
Barcode Scan
....this will refresh the library so it 'KNOWS' for certain where everything is. Just in case your not checking the library before you start a backup.
Often I find that folks manually do something with tapes-don't run a check before they do a backup-and then run into problems because tapes are left in drives or are not where OBII thought they were.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 07:16 AM
02-18-2002 07:16 AM
Re: UMA question
try these mc commands.
mc -p /dev/picker -rD to see the status of your drives.
mt -t /dev/rmt/??m offl
( To see the etnry for ??m , go to devices and media screen ( hope you are using Omniback !)
and take the device name for the drive)
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 07:28 AM
02-18-2002 07:28 AM
Re: UMA question
The drive index # you know the drive as
The drive specified in OmniBack Devices
The drive specified in the 'uma' command line
All 3 of these should be in line with each other, otherwise things get interesting.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 07:35 AM
02-18-2002 07:35 AM
Re: UMA question
I suspect that you specicied the -robot argument to uma correctly but did not specify the the -device argument(s) correctly.
ROBOT=/dev/robot/c2t3d0 (or whatever)
D1=/dev/rmt/1mnb (or whatever)
D2=/dev/rmt/3mnb (or whatever)
D3=/dev/rmt/4mnb (or whatever)
then
uma like this:
uma -ioctl ${ROBOT} -barcode -device ${D1} ${D2} ${D3} < cmd_file
It is important, that you specify the drives in the correct order (lowest drive to highest).
If this still does work, I would do an omnisv.sh stop and then do a ps -ef | grep omni and kill any other processes found. If these drives are actually physically connected to other hosts then the uma method is going to fail unless you run the command on that host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2002 07:59 AM
02-18-2002 07:59 AM
Re: UMA question
I just found wich were the drives I wanted and made a reset to them in the robot.
The problem is solved.
Bye