Re: Start dsmcad with upstart on RHEL6

2012-01-13 Thread Adrian Mazarache
a. Look for service files in this directory
/lib/systemd/system

b. make service file
c. enable the service system with systemctl enable service_name.service
d. start the service

I never doit, but this the theory


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Keith 
Arbogast
Sent: 13 January, 2012 6:32 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Start dsmcad with upstart on RHEL6

RHEL6 is supported by the TSM 6.3 client. 'Upstart' is replacing /etc/inittab 
in RHEL6 for starting dsmcad, but I'm not finding the documentation in the TSM 
6.3 Information Center on how to set that up.

Has someone else found this in the documentation, or developed a reliable way 
to do it?

Thank you,
Keith Arbogast
 NOTICE OF CONFIDENTIALITY This E-mail message 
and its attachments (if any) are intended solely for the use of the addressees 
hereof. In addition, this message and the attachments (if any) may contain 
information that is confidential, privileged and exempt from disclosure under 
applicable law. If you are not the intended recipient of this message, you are 
prohibited from reading, disclosing, reproducing, distributing, disseminating 
or otherwise using this transmission. Delivery of this message to any person 
other than the intended recipient is not intended to waive any right or 
privilege. If you have received this message in error, please promptly notify 
the sender by reply E-mail and immediately delete this message from your system.


Strange behavior process onsite - offsite

2004-08-26 Thread Adrian Mazarache
Hello everyone!

I have this tapes in state mountable: 27,30,29,25

I move all this tape in state vault, so i remove them from library


But, today when I give q drmedia it shows only 27,30,29 in state vault.
Where is tape 25 ?

tape 25 disapear completly?

q libvol does not show nothing about tape 25

And another thing.

select volume_name,access,status from volumes show me data about tape 27
with access OFFLINE , which is in vault. 27 is the only tape with access
offsite.

Is that corect? The other 2 tapes(29,30) i see them only with q drmedia
in state vault.

q libvol not showing all those tapes.



Can anyone explain what happened in this scenario?  TIA


[newbie] offsite - onsite process

2004-08-19 Thread Adrian Mazarache
Hello List!

Can anyone give some links about the subject?

Or maybe some quick hints from experts?


updating multiple nodes

2004-08-18 Thread Adrian Mazarache
Hello list!

Can anyone help with some tricky hints about updating multiple nodes?

something like


   update node (select node_name from nodes) password


Any help is appreciated.


Re: updating multiple nodes

2004-08-18 Thread Adrian Mazarache
Oh thanks Arnaud!

You have an answer for 100 points.

On Wed, 2004-08-18 at 10:13, PAC Brion Arnaud wrote:
 Adrian,

 I believe the correct syntax for what you're trying to achieve would be
 :
 select 'update node ' || node_name || 'password' from nodes.
 Off course you'll have to send the output of the select in a script or a
 macro to achieve your goal !
 Hope this helped ...
 Cheers

 Arnaud

 
 **
 Panalpina Management Ltd., Basle, Switzerland, CIT Department
 Viadukstrasse 42, P.O. Box 4002 Basel/CH
 Phone:  +41 (61) 226 11 11, FAX: +41 (61) 226 17 01
 Direct: +41 (61) 226 19 78
 e-mail: [EMAIL PROTECTED]
 
 **

 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
 Adrian Mazarache
 Sent: Wednesday, 18 August, 2004 08:46
 To: [EMAIL PROTECTED]
 Subject: updating multiple nodes

 Hello list!

 Can anyone help with some tricky hints about updating multiple nodes?

 something like


update node (select node_name from nodes) password


 Any help is appreciated.


weird characters in table drives

2004-08-16 Thread Adrian Mazarache
Hello list!

I have a little problem with drives table

Here is the select statement

select drive_name from drives where last_update between
current_timestamp-140 days+3 hours and current_timestamp-140 days+5
hours

It returns exactly the weird entries

DRIVE_NAME
--
4(1
4(0...10
4(2
4(
4(
4(
4(
4(
4(
4(

bla, bla

the same for the library_name

How can I del those entries with del drive ???


Thanks.


Re: weird characters in table drives

2004-08-16 Thread Adrian Mazarache
On Mon, 2004-08-16 at 15:49, Richard Sims wrote:
 ...
 DRIVE_NAME
 --
 =EF=BF=BD4=E2=96=92(=EF=BF=BD1
 ...

 Your Select results seem to uncover Unicode in your Drives table, and your
 server doesn't know how to interpret it.  This might have resulted from the use
 of an administrative interface (Web?) which permitted Unicode to be used in the
 definition of the drives; but when you look from inside the server, the
 characters are not interpretable.

 Your posting does not say what you get when you perform the standard
  Query DRive Format=Detailed
 Still Unicode?

Yes the same situation

 You may have to return to the same interface which introduced the definitions,
 and deal with them that way.

 Richard Sims http://people.bu.edu/rbs