Problems starting ADSM server

jnavalon

ADSM.ORG Member
Joined
Jul 8, 2004
Messages
2
Reaction score
0
Points
0
Website
http
Dear gentlemen,







We have ADSM for AIX/RS6000, Version 3, Release 1, Level 2.50, and we have a problem when we trie to Start the ADSM Server, it begins correctly but stops at a point in wich it say that the system date is not correct.







We have verified the system date and it’s correct.







We have read that running the Accept date from command line console the problem can be solved, but if we can run the adsmc, it says that can’t connect to the adsm server.







Please, help us.







This is the output for the dsmserv command, the dsmserv proccess start but it does not accept connections.







------------------







ANR0900I Processing options file dsmserv.opt.



ANR0990I ADSM server restart-recovery in progress.



ANR0200I Recovery log assigned capacity is 28 megabytes.



ANR0201I Database assigned capacity is 784 megabytes.



ANR0306I Recovery log volume mount in progress.



ANR0353I Recovery log analysis pass in progress.



ANR0354I Recovery log redo pass in progress.



ANR0355I Recovery log undo pass in progress.



ANR0352I Transaction recovery complete.



ANR2100I Activity log process has started.



ANR1305I Disk volume /usr/lpp/adsmserv/bin/backup.dsm varied online.



ANR1305I Disk volume /usr/lpp/adsmserv/bin/spcmgmt.dsm varied online.



ANR1305I Disk volume /usr/lpp/adsmserv/bin/archive.dsm varied online.



ANR2102I Activity log pruning started: removing entries prior to 06/17/04 00:00:00.



ANR0110E An unnexpected system date has been detected; the server is disabled. Use the ACCEPT



DATE command to establish the current date as valid.



ANR2103I Activity log pruning completed: 0 records removed.



ANR8439I SCSI library OPTLIB1 is ready for operations.



ANR0110E An unnexpected system date has been detected; the server is disabled. Use the ACCEPT



DATE command to establish the current date as valid.





----------



How can we issue the accept command? we don't get any command line interface.





Best regards,







Thank you.







Jose Angel Navalón.



University of Valencia.
 
Hello,



you have a very old version of TSM and we have TSM for z/OS not AIX, but perhaps this may be a help for you.

There is a way to start your TSM server just to run a command macro. Script a TSM command macro of these two lines:

ACCEPT DATE

COMMIT

and place it in a file, e.g. /tmp/macro

Start your tsm server with parameter "RUNFILE /tmp/macro" from the shell prompt. The TSM server is going to start, accepts the date and terminates.

Afterward you may start your TSM server as usual.



Good luck, cheers

Michael
 
Hello Michael,



it runs OK, at first it has accepted the system date, mounted the volumes, etc, then I have tried to start again the adsmserver and it has started correctly.



Thank you very much,



Best regards,



Jose.
 
Back
Top