Sponsored Content
Full Discussion: Tivoli 5.3
Operating Systems AIX Tivoli 5.3 Post 302315972 by Padow on Wednesday 13th of May 2009 05:00:43 PM
Old 05-13-2009
I'm guessing you mean TSM. There are a lot of products in the Tivoli product line (Pretty much every 3rd party App that IBM buys).

As far as using your specific tape library, have you tried checking the IBM site for drivers? Since this is more of an application specific issue, you may want to check adsm.org which is where you will get the best TSM answers.
Padow
 

5 More Discussions You Might Find Interesting

1. AIX

Best Tivoli site for me ?

At work, I do Tivoli (v4.x) software distribution on AIX (v5.2) machines for clients all over the worlds. I know about IBM's own Tivoli forums but they seam to not be for the things I usualy want to ask. What would be the best place/forum to ask Tivoli questions from an operator and a... (1 Reply)
Discussion started by: Browser_ice
1 Replies

2. UNIX for Dummies Questions & Answers

Parity, SRM, VSA/Fusion, Service Portal, Remotely Anywhere, and Tivoli TEC.

Can some one explain or send me the links about these tools Parity, SRM, VSA/Fusion, Service Portal, Remotely Anywhere, and Tivoli TEC. (2 Replies)
Discussion started by: rags
2 Replies

3. UNIX for Dummies Questions & Answers

Replacing Tivoli Alerts in Shell scripts..!

Hello All, Currently in our current production environment in the existing shell scripts we were using Tivoli software to send email alerts, now we have a request from the client to replace the Tivoli with Fog Light software to send the email alerts. Could you please tell me whether it is... (0 Replies)
Discussion started by: Ariean
0 Replies

4. Shell Programming and Scripting

Tivoli Tape Zero percent

Hii all, If i insert zero percent tape in tivoli. Then tivoli will write data on it. But zero percent tape has some files inside, its not a scratch tape. Because if we recover data then tivoli can ask for zero percent tape. But when tivoli will write data on a zero percent tape ... (0 Replies)
Discussion started by: uusmankhalil
0 Replies

5. AIX

AIX Tivoli Image Restore

Dear Team: I am new to this Forum and I need your help for my AIX restoration problem its very urgent my problem as follow failure I have a Tivoli Storage Manger was installed on that server. I created backup image using Tivoli and it created a set of files each file is around 2GB so... (1 Reply)
Discussion started by: Firas_Abed
1 Replies
Xacobeo::App(3pm)					User Contributed Perl Documentation					 Xacobeo::App(3pm)

NAME
Xacobeo::App - Application SYNOPSIS
use Xacobeo::App; my $xacobeo = Xacobeo::App->get_app(); my $window = $xacobeo->new_window(); $window->load_file($source, $type); $xacobeo->load_plugins(); # Start the main loop Gtk2->main(); DESCRIPTION
Instance to the main application. This singleton is used to manage the life-time of the application, its widgets (specially the main windows) and to setup the application. =head1 PROPERTIES The following properties are defined: conf A reference to the main configuration singleton. windows The windows available. METHODS
The package defines the following methods: get_app Returns the current application instance. This class is a singleton so there's no constructor. get_windows Returns the windows created so far. new_window Creates a new window and shows it. load_plugins Loads the plugins that are available. load_plugin Loads a plugin based on the given description file. Parameters: o $file The file describing the plugin. AUTHORS
Emmanuel Rodriguez <potyl@cpan.org>. COPYRIGHT AND LICENSE
Copyright (C) 2008,2009 by Emmanuel Rodriguez. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2011-11-16 Xacobeo::App(3pm)
All times are GMT -4. The time now is 10:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy