Re: How does dsmserv daemon start

2009-12-28 Thread William ZHANG
Great! Got it :

# Run xdm in runlevel 5
x:5:respawn:/etc/X11/prefdm -nodaemon
isc6:23:boot:/opt/IBM/ISC601/PortalServer/bin/startISC.sh ISC_Portal
scsi:23:boot:/opt/tivoli/tsm/devices/bin/autoconf
tsm:23:boot:/opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc start
dsm:23:respawn:/usr/bin/dsmc sched >/dev/null 2>&1

Many thanks

Best Regards,
william

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of
Howard Coles
Sent: Tuesday, December 29, 2009 12:49 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] How does dsmserv daemon start

-Original Message-
> From: ADSM: Dist Stor Manager on behalf of William ZHANG
> Sent: Mon 12/28/2009 8:58 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] How does dsmserv daemon start
>
> Hi All,
> I am not fully understand how does dsmserv daemon start from my tsmserver:
>
> From manual doc, put dsmserv.rc into /etc/rc.d/init.d and make link from
> /etc/rc3.d/S90dsmserv to it.
>
> But I can not get the link and daemon script in /etc/init.d
>
> And get the file from :
>
> /opt/tivoli/tsm/server/bin/dsmserv.rc
>
> /opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc.orig
>
> /opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc
>
> [root]# echo $PATH:
>
>
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/b
>
in:/opt/IBM/ISC601/AppServer/java/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/roo
> t/bin
>
>Does you know how does dsmserv start?

Are you running AIX, some form of Linux, or ???

Normally on AIX it's added to the /etc/inittab file.

On Linux you would copy or link the startup script to /etc/init.d
Assuming the file "dsmserv.rc" isn't already in the init.d directory, run
the following:

ln -s /opt/tivoli/tsm/server/bin/dsmserv.rc /etc/init.d/dsmserv.rc

which links the script to the init.d directory.
Then run (as root)

/etc/init.d/dsmserv.rc start

The server processes should start in the background.  Then you can go about
creating the links in the various runlevels.  Or use a runlevel management
utility to create the links for you. (Such as chkconfig in RedHat)

However, if it's already there, and the server will not start when you run
"/etc/init.d/dsmserv.rc start" what errors do you get?  (check your
dsmserv.opt file and any appropriate log files for info on why it's not
starting).

---

See Ya'
Howard Coles Jr.
Sr. Systems Engineer
(615) 296-3416
John 3:16!


Re: How does dsmserv daemon start

2009-12-28 Thread Howard Coles
-Original Message-
> From: ADSM: Dist Stor Manager on behalf of William ZHANG
> Sent: Mon 12/28/2009 8:58 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] How does dsmserv daemon start
>  
> Hi All,
> I am not fully understand how does dsmserv daemon start from my tsmserver:
> 
> From manual doc, put dsmserv.rc into /etc/rc.d/init.d and make link from
> /etc/rc3.d/S90dsmserv to it.
>
> But I can not get the link and daemon script in /etc/init.d
>
> And get the file from :
>
> /opt/tivoli/tsm/server/bin/dsmserv.rc
>
> /opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc.orig
>
> /opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc
>
> [root]# echo $PATH:
>
> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/b
>  in:/opt/IBM/ISC601/AppServer/java/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/roo
> t/bin
>
>Does you know how does dsmserv start?

Are you running AIX, some form of Linux, or ???

Normally on AIX it's added to the /etc/inittab file.

On Linux you would copy or link the startup script to /etc/init.d
Assuming the file "dsmserv.rc" isn't already in the init.d directory, run the 
following:

ln -s /opt/tivoli/tsm/server/bin/dsmserv.rc /etc/init.d/dsmserv.rc

which links the script to the init.d directory.  
Then run (as root)

/etc/init.d/dsmserv.rc start

The server processes should start in the background.  Then you can go about 
creating the links in the various runlevels.  Or use a runlevel management 
utility to create the links for you. (Such as chkconfig in RedHat)

However, if it's already there, and the server will not start when you run 
"/etc/init.d/dsmserv.rc start" what errors do you get?  (check your dsmserv.opt 
file and any appropriate log files for info on why it's not starting).

---

See Ya'
Howard Coles Jr.
Sr. Systems Engineer
(615) 296-3416
John 3:16!


How does dsmserv daemon start

2009-12-28 Thread William ZHANG
Hi All,



I am not fully understand how does dsmserv daemon start from my tsmserver:

>From manual doc, put dsmserv.rc into /etc/rc.d/init.d and make link from
/etc/rc3.d/S90dsmserv to it.



But I can not get the link and daemon script in /etc/init.d



And get the file from :

/opt/tivoli/tsm/server/bin/dsmserv.rc

/opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc.orig

/opt/tivoli/tsm/server-SHITSM01/bin/dsmserv.rc



[root]# echo $PATH:

/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/b
in:/opt/IBM/ISC601/AppServer/java/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/roo
t/bin



Does you know how does dsmserv start?



Thanks a lot!



Best Regards,


Re: TSM 5.3.4 Policy problem

2009-12-28 Thread William ZHANG
Thanks All.  Policy problem has been resolved currently.



-Original Message-
From: Richard Sims [mailto:r...@bu.edu]
Sent: Thursday, December 24, 2009 9:11 PM
To: William ZHANG
Subject: Re: TSM 5.3.4 Policy problem

On Dec 23, 2009, at 10:16 PM, William ZHANG wrote:

>
> ---
> Another question how can I modidy archiving time to 3 years?

See   Archive Copy Group
in the Administration Guide manual.


Re: Tivoli resource Password Changes when migrating to other server in Windows cluster group

2009-12-28 Thread Howard Coles
Have the Cluster service set to replicate the following Registry Key:
SOFTWARE\IBM\ADSM\CurrentVersion\Nodes\\

That should take care of your problem.  Works for us anyway.

See Ya'
Howard


> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf
> Of Timothy Hughes
> Sent: Monday, December 28, 2009 1:54 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: [ADSM-L] Tivoli resource Password Changes when migrating to
> other server in Windows cluster group
> 
> Greetings,
> 
> We have a situation that  when one of our Clients Windows Cluster
group
> migrates to the another Windows server Windows  (DOGICIAN6).  Tivoli
> periodically changes the password, the TSM resource fails to start as
> DOGICIAN6 does not know the new password. We moved the group back to
> DOGICIAN5 (who knows the password) and the TSM resource starts.
> 
> Any idea as to how to stop Tivoli from changing the password on us, or
> what specifically in the registry has to be duplicated from one server
> to the other when the password changes?
> 
> 
> Thanks for any comments, suggestions in advance!


Re: Tivoli resource Password Changes when migrating to other server in Windows cluster group

2009-12-28 Thread Timothy Hughes

Hi Wanda,

Thanks, on those Windows cluster servers only we still are at  version
5.3.0 (I know we need to upgrade those) I guess the same would apply but
it's  probaby on different pages of the 5.3 manual. I will check that
version

Thanks again!

Wanda Prather wrote:


Appendix D in the Windows Client manual covers what has to be done to make
both services aware of the automatic password changes; in the 5.5 manual
it's p. 614-615.  YMMV depending on what version of the client you have
installed.

On Mon, Dec 28, 2009 at 2:54 PM, Timothy Hughes <
timothy.hug...@oit.state.nj.us> wrote:




Greetings,

We have a situation that  when one of our Clients Windows Cluster group
migrates to the another Windows server Windows  (DOGICIAN6).  Tivoli
periodically changes the password, the TSM resource fails to start as
DOGICIAN6 does not know the new password. We moved the group back to
DOGICIAN5 (who knows the password) and the TSM resource starts.

Any idea as to how to stop Tivoli from changing the password on us, or
what specifically in the registry has to be duplicated from one server
to the other when the password changes?


Thanks for any comments, suggestions in advance!





Re: Tivoli resource Password Changes when migrating to other server in Windows cluster group

2009-12-28 Thread Wanda Prather
Appendix D in the Windows Client manual covers what has to be done to make
both services aware of the automatic password changes; in the 5.5 manual
it's p. 614-615.  YMMV depending on what version of the client you have
installed.

On Mon, Dec 28, 2009 at 2:54 PM, Timothy Hughes <
timothy.hug...@oit.state.nj.us> wrote:

> Greetings,
>
> We have a situation that  when one of our Clients Windows Cluster group
> migrates to the another Windows server Windows  (DOGICIAN6).  Tivoli
> periodically changes the password, the TSM resource fails to start as
> DOGICIAN6 does not know the new password. We moved the group back to
> DOGICIAN5 (who knows the password) and the TSM resource starts.
>
> Any idea as to how to stop Tivoli from changing the password on us, or
> what specifically in the registry has to be duplicated from one server
> to the other when the password changes?
>
>
> Thanks for any comments, suggestions in advance!
>


[Fwd: Tivoli resource Password Changes when migrating to other server in Windows cluster group]

2009-12-28 Thread Timothy Hughes

Just follow up information that I am adding to post

The cluster group is called Dogicianquorum W Drive (which can be either
on Dogician5 or Dogician6 they are the names of the actual servers that
are being backed up) What happens is the cluster group Dogicianquorum
migrated to Dogician6. Tivoli periodically changes the password, then
the TSM resource fails to start as Dogician6 does not know the password.
So it has to move the group back to Dogician5 (who knows the password)
then the resource starts.

So its Dogicianquorum that misses its backup

Thanks for any help in advance!




 Original Message 
Subject:Tivoli resource Password Changes when migrating to other
server in Windows cluster group
Date:   Mon, 28 Dec 2009 14:54:03 -0500
From:   Timothy Hughes 
To: ADSM: Dist Stor Manager 



Greetings,

We have a situation that  when one of our Clients Windows Cluster group
migrates to the another Windows server Windows  (DOGICIAN6).  Tivoli
periodically changes the password, the TSM resource fails to start as
DOGICIAN6 does not know the new password. We moved the group back to
DOGICIAN5 (who knows the password) and the TSM resource starts.

Any idea as to how to stop Tivoli from changing the password on us, or
what specifically in the registry has to be duplicated from one server
to the other when the password changes?


Thanks for any comments, suggestions in advance!


Tivoli resource Password Changes when migrating to other server in Windows cluster group

2009-12-28 Thread Timothy Hughes

Greetings,

We have a situation that  when one of our Clients Windows Cluster group
migrates to the another Windows server Windows  (DOGICIAN6).  Tivoli
periodically changes the password, the TSM resource fails to start as
DOGICIAN6 does not know the new password. We moved the group back to
DOGICIAN5 (who knows the password) and the TSM resource starts.

Any idea as to how to stop Tivoli from changing the password on us, or
what specifically in the registry has to be duplicated from one server
to the other when the password changes?


Thanks for any comments, suggestions in advance!


Re: TSM server crash

2009-12-28 Thread Jerome Swartz
Thanks found it!!

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Erwann 
Simon
Sent: Monday, December 28, 2009 4:55 PM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: [ADSM-L] TSM server crash

Hi,

See "Server Utilities" in the Admin Reference Guide, looking for the 
"dsmserv extend log" part...

--
Best regards / Cordialement / مع تحياتي
Erwann SIMON

Le 28/12/2009 13:08, matrixdot a écrit :
> Hi All,
>
> OS: W2K3
> TSM Version 5.4
>
> My recolvery log ran full and TSM is down at the moment. I only managed to 
> format a new logvol and dbvol using dsmfmt.
>
> This is where i am stuck!!
>
> Thanks in advance..
>
> +--
> |This was sent by jerome.swa...@computacenter.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--


**
COMPUTACENTER PLC is registered in England and Wales with the registered number 
03110569.  Its registered office is at Hatfield Business Park, Hatfield Avenue, 
Hatfield, Hertfordshire AL10 9TW
COMPUTACENTER (UK) Limited is registered in England and Wales with the 
registered number 01584718.  Its registered office is at Hatfield Business 
Park, Hatfield Avenue, Hatfield, Hertfordshire AL10 9TW
COMPUTACENTER (Mid-Market) Limited is registered in England and Wales with the 
registered number 3434654. Its registered office is at Hatfield Business Park, 
Hatfield Avenue, Hatfield, Hertfordshire AL10 9TW
COMPUTACENTER (FMS) Limited is registered in England and Wales with the 
registered number 3798091. Its registered office is at Hatfield Business Park, 
Hatfield Avenue, Hatfield, Hertfordshire AL10 9TW

The contents of this email are intended for the named addressee only.
It contains information which may be confidential and which may also be 
privileged.
Unless you are the named addressee (or authorised to receive mail for the 
addressee) you may not copy or use it, or disclose it to anyone else.
If you receive it in error please notify us immediately and then destroy it.
Computacenter information is available from: http://www.computacenter.com
**



Re: TSM server crash

2009-12-28 Thread Erwann Simon

Hi,

See "Server Utilities" in the Admin Reference Guide, looking for the 
"dsmserv extend log" part...


--
Best regards / Cordialement / مع تحياتي
Erwann SIMON

Le 28/12/2009 13:08, matrixdot a écrit :

Hi All,

OS: W2K3
TSM Version 5.4

My recolvery log ran full and TSM is down at the moment. I only managed to 
format a new logvol and dbvol using dsmfmt.

This is where i am stuck!!

Thanks in advance..

+--
|This was sent by jerome.swa...@computacenter.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


Re: Transferring tapes from LTO3 to LTO4

2009-12-28 Thread Steve Stackwick
Ditto what Michael Green said and, if you rename the LTO3 pools to
 and give the new LTO4 pool the original poolname, it's very
transparent: TSM will write to the new LTO4 pool as usual (it has the old
name), but if a restore is requested, TSM knows that the requested files are
now in  stgpool.

Steve Stackwick

On Thu, Dec 24, 2009 at 7:03 AM, Michael Green  wrote:

> When I was migrating from LTO2 to LTO4 I  created new new LTO4
> devclass and based on them new LTO4 stgpools and set them as target
> for migration and then moved all the data from LTO2 stgpool to LTO4.
> If you would prefer to not move the data actively you can set LTO4
> pools as target stgpool for the reclamation of LTO2 pools. That will
> move the  data gradually over time from LTO2 to LTO4.
> --
> Warm regards,
> Michael Green
>
>
>
> On Thu, Dec 24, 2009 at 1:28 PM, Baker, Jane 
> wrote:
> > We have a TS3500 which is physically partitioned to allow for LTO2 &
> > LTO3 mixed media.  We're planning on replacing the LTO3 drives with LTO4
> > drives early in January and obviously we'll need to balance the number
> > of LTO3 & LTO4 tapes in the library as the data migrates to LTO4.  Is it
> > possible to set the LTO3 tapes to readonly to force writes onto the new
> > tapes or do I have to migrate the tapes manually?
> >
> > Just concerned that if I set the LTO3 tapes to read only it'll flag
> > loads of errors about the status of the tape.
> >
> > I guess what I'd like to happen is to swap out the drives, checkout
> > spare LTO3's checkin some spare LTO4's and set the 3's to readonly so
> > that they can be restored from but not written too then it's just a case
> > of balancing the scratches until all data is migrated to LTO4.
> >
> > Is it as simple as I'd like it to be or are there any gotcha's in there?
> > Someone out there will probably point out a glaring flaw in my plan, but
> > that's what the list is for after all.
> >
> > :0)
> >
> > Any comments welcomed.
> >
> > Happy Christmas!
> >
> > Regards,
> > Jane.
> >
> >
> >
> > Please check that this email is addressed to you. If not, you should
> delete it immediately as its contents may be confidential and its
> disclosure, copying or distribution unlawful.
> >
> > C. & J. Clark International Limited takes steps to prevent the
> transmission of electronic viruses but responsibility for screening incoming
> messages and the risk of such transmission lies with the recipient.
> >
> > C. & J. Clark International Limited Trading as Clarks Registered in
> England number 141015.
> > Registered office 40 High Street, Street, Somerset. BA16 0EQ. England.
> >
> > This message has been scanned for viruses by BlackSpider MailControl -
> www.blackspider.com
> >
>



--
Stephen Stackwick
ICF Jacob & Sundstrom
401 East Pratt St., Suite 2214
Baltimore, MD 21202-3003
(410) 539-1135 * (866) 539-1135
sstackw...@icfi.com


Re: failed -99

2009-12-28 Thread Richard Sims

See if APAR IC55610 addresses your case.

On Dec 28, 2009, at 7:29 AM, Mario Behring wrote:


Hi list,

What is the meaning of this "failed -99" error that keep showing up
at the WEB Admin GUI for scheduled operations?

Mario


Re: High available TSM server on Linux platform

2009-12-28 Thread ANURADHA.K

Hello,

I am using RHEL 5.2 with GPFS filesystem.

We have 8 nodes in cluster..setup is running fine since 4+ yrs...

Regards,
Anuradha.

- Original Message -
From: "Mehdi Salehi" 
To: 
Sent: Thursday, December 24, 2009 4:32 PM
Subject: [ADSM-L] High available TSM server on Linux platform



Hi,
I am looking for the best clustering solution for TSM for Liunx. Anybody
experienced high availability for TSM server + Linux? For example I don't
have a clue of how Redhat Cluster Suite works in a production TSM system.

Thanks so much


Disclaimer:
This email message (including attachments if any) may contain privileged, 
proprietary, confidential information, which may be exempt from any kind of 
disclosure whatsoever and is intended solely for the use of addressee (s). If 
you are not the intended recipient, kindly inform us by return e-mail and also 
kindly disregard the contents of the e-mail, delete the original message and 
destroy any copies thereof immediately. You are notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited unless approved by the sender.

DQ Entertainment (DQE) has taken every reasonable precaution to minimize the 
risk of transmission of computer viruses with this e-mail; DQE is not liable 
for any damage you may sustain as a result of any virus in this e-mail. DQE 
shall not be liable for the views expressed in the e-mail. DQE reserves the 
right to monitor and review the content of all messages sent to or from this 
e-mail address


failed -99

2009-12-28 Thread Mario Behring
Hi list,

What is the meaning of this "failed -99" error that keep showing up at the WEB 
Admin GUI for scheduled operations?

Mario


Re: TSM server crash

2009-12-28 Thread Grigori Solonovitch
You can try to put in script commands DEFINE LOGVOLUME and EXTEND LOG for 
formatted log volume and run:

DSMSERV runfile 

TSM server crash

2009-12-28 Thread matrixdot
Hi All,

OS: W2K3
TSM Version 5.4

My recolvery log ran full and TSM is down at the moment. I only managed to 
format a new logvol and dbvol using dsmfmt.

This is where i am stuck!!

Thanks in advance..

+--
|This was sent by jerome.swa...@computacenter.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--