can't start scheduler on windows client

kaelo

Active Newcomer
Joined
Aug 5, 2009
Messages
75
Reaction score
1
Points
0
Hi Guys,

I keep on getting scheduler errors on my windows client. I have AIX as the tsm server. My dsm.opt is also below. I tried configuring the scheduler also on Webclient utility but I keep getting an error as well.

dms.opt
NODENAME testclient
TCPSERVERADDRESS 10.0.2.50
passwordaccess generate
MANAGEDSERVICES WEBCLIENT SCHEDULE

NS0299E Scheduler cannot be started manually because the value of MANAGEDSERVICES option is SCHEDULE.
06/15/2010 16:06:05 ANS1977E Dsmcad schedule invocation was unsuccessful. This command will be tried again in 10 minutes.
06/15/2010 16:08:47 ANS1577I The Windows console event handler received a 'Ctrl-C' console event.
06/15/2010 16:08:52 ANS1835E PASSWORDACCESS is GENERATE, but password needed for server 'PSCTSM'.
Either the password is not stored locally, or it was changed at the server.
06/15/2010 16:08:52 ANS1835E PASSWORDACCESS is GENERATE, but password needed for server 'PSCTSM'.
Either the password is not stored locally, or it was changed at the server.
06/15/2010 16:08:52 ANS1025E Session rejected: Authentication failure
06/15/2010 16:08:52 ANS1570E Registering this instance of the Cad with the server failed. Cad process continues.
06/15/2010 16:09:53 ANS2050E TSM needs to prompt for the password but cannot prompt because the process is running in the background.
06/15/2010 16:09:53 ANS2050E TSM needs to prompt for the password but cannot prompt because the process is running in the background.
06/15/2010 16:09:53 ANS1029E Communication with the TSM server is lost.
06/15/2010 16:10:02 ANS1977E Dsmcad schedule invocation was unsuccessful. This command will be tried again in 10 minutes.
06/15/2010 16:12:53 ANS8034E Your administrator ID is not recognized by this server.
06/15/2010 16:12:53 ANS8023E Unable to establish session with server.
06/15/2010 16:16:55 ANS8034E Your administrator ID is not recognized by this server.
06/15/2010 16:16:55 ANS8023E Unable to establish session with server.

Appreciate any help guys.

'Kaelo
 
Hi Guys,

Does this mean that my scheduler is running now and any backup schedules define on my tsm server will run on this client?

6/15/2010 16:28:18 ANS1029E Communication with the TSM server is lost.
06/15/2010 16:28:18 Scheduler has been stopped.

06/15/2010 17:01:47 TSM Backup-Archive Client Version 6, Release 2, Level 0.0
06/15/2010 17:01:47 Querying server for next scheduled event.
06/15/2010 17:01:47 Node Name: testclient
06/15/2010 17:01:47 Session established with server PSCTSM: AIX
06/15/2010 17:01:47 Server Version 6, Release 2, Level 0.0
06/15/2010 17:01:47 Server date/time: 06/15/2010 16:59:28 Last access: 06/15/2010 16:59:26

06/15/2010 17:01:47 ANS0991I TSM scheduler is listening for server requests on port 1501
06/15/2010 17:01:47 --- SCHEDULEREC QUERY BEGIN
06/15/2010 17:01:47 --- SCHEDULEREC QUERY END
06/15/2010 17:01:47 No schedule returned from server.
06/15/2010 17:01:47 Waiting to be contacted by the server.

'kaelo
 
In windows you can look at the services via the services.msc management console. Click on run and type services.msc and then click Ok. You should be able to see the service and its state. Can you log into the server via the administrator command line? You can also open the GUI from program files on the start menu and see if you can log in there. If not, then you will need to update the node password and try again.
upd node [NODENAME] [password]
 
kaelo,

It looks like your scheduler is running fine now, and should pick up any client schedule you associate to the node.
 
Hi Fuzz,

Yep, I did what you have mention and all worked.

..Hi CJ,

Yes. I think its working now.


Thanks guys for your responses

'Kaelo
 
TSM Schedule Service

Hi Everyone

When i schedule a backup for time its not starting until i restart my schedule service.
Is there any way to run my defined schedule without re-starting my schedule service

Pls help me out
Thanks in Advance
 
Update in dsm.opt schedmode Prompted . It will work.
 
TSM Schedule Service

Thanks d.Veeresh

And one more doubt
At the time Restore using command prompt , if i need to restore it in some other location or path , what is command to use, pls say me
 
for example

dsmc restore .... \\server1\c$\test\test.doc \\server2\d$\
 
Sry Veeresh

i cant get u.
can u brief me in detail
 
Hi grabmekr,

All kinds of restore via command line should be in the link that d.veeresh sent. Just choose what kind of restore you want to do.


- kael
 
Kaelo,

i hope you are using client acceptor daemon(dmccad) to start the scheduler service.

remove or comment out any managedservices line from dsm.opt and add

MANAGEDSERVICES WEBCLIENT
SCHEDMODE prompted.

This should help you.
 
Back
Top