Sybase Restore Issue
Dear All I am facing a problem while restoring Sybase ASE 15.7 from TSM. This is the output of DumpHist file Sep 6 2014 3:27:17:390AM|syb_tsm::-SQR1 -DQR1::bck_qr1db_201409060300|11468799|*|0|101|1...
View ArticleRe: solution manager configuration diagnostic host agent
Hi Patan, DAA implies diagnostic agent is installed on your system. Technical information on SAPhost agent can be found hereSAP Host Agent - SAP Solution Manager Setup - SCN Wiki Technical information...
View ArticleRe: solution manager configuration diagnostic host agent
Hi Deepak, Thanks for your quick reply. In gone through that link, But in my solution manager workcenter there is no systems in host tab. Regards,Patan Thavhaeer.
View ArticleRe: solution manager configuration diagnostic host agent
Hi Patan, The issue which you have is more of Solution Manager configuration.From the screen shot there are warning messages complaining incomplete configuration. Please complete the managed system...
View ArticleRe: Sybase Restore Issue
Hi , Please check in TSM whether you have backup available with credentialsbck_qr1db_201409060300Regards,Deepak Kori
View ArticleRe: solution manager configuration diagnostic host agent
Thanks deepak, But in system preparation, If i click on get agents push button, no systems are visible there. Regards,Patan Thavaheer.
View ArticleRe: solution manager configuration diagnostic host agent
Hi Patan, For every new installed fo newver versions, diagnostic agents are installed by default.Goto /usr/sap/DAAIf your have this directory, the your agent is there.To connect to solution manager,...
View ArticleRe: solution manager configuration diagnostic host agent
Hi Deepak, Thanks for your reply. Please tell me the correct URL if my host name is migsolman and fully qualified host name is migsolman.neelgiris.com and http port number is 8001. Thanks &...
View ArticleRe: solution manager configuration diagnostic host agent
Use smdsetup.exe managingconf hostname:"sapms://migsolman.neelgiris.com" port:"81XX" user:"SMD_USER" pwd:"xxxxxxx" Where XX is your is your instance number for SCS instance of solution ManagerSMD_USER...
View ArticleRe: solution manager configuration diagnostic host agent
Hi Patan, Can you check whether DAA is running ? If yes check what is the hostname maintained in the profiles. Restart DAA if possible and check available agents. I am not very clear which URL you...
View ArticleRe: Sybase Restore Issue
Dear All It is fixed. Below is the right answer load database QR1 from "syb_tsm::-M::bck_qr1db_201409060300" This command also mount the object in TSM Regards
View ArticleRe: solution manager configuration diagnostic host agent
Hi srivastava, I am new to the BASIS in that i am very new to the solution manager.Please give clarity on this. i run the script through "D:\usr\sap\DAA\SMDA97\script" then how can i go for that URL....
View ArticleRe: solution manager configuration diagnostic host agent
Hi, I executed the given command successfully in daaadm user.In command prompt it is showing that "task completed with status success".But in solution manager it is not getting visible. I checked in...
View ArticleRe: solution manager configuration diagnostic host agent
Which port number have you used ?
View ArticleSYBASE ASE status command
Hi Experts, 1- I would like to know is there any command or isql query to find out the Sybase ASE database status,?
View ArticleRe: SYBASE ASE status command
There is not a single command or procedure to provide something like a dashboard of the system. You need to run several commands in order to check the various aspects (disk space, mem usage etc) of a...
View ArticleRe: SYBASE ASE status command
The "sp_helpdb" stored procedure gives information on the current status of a database.
View ArticleClear sybase database logs under D:\sybase\BWP\ASE-15_0\install
Hi gurus,I'm having a situation where the sybase logs under "D:\sybase\BWP\ASE-15_0\install" were increasing rapidly. Can i just delete the file and will sybase create a new BWP.log again? Please...
View ArticleRe: Clear sybase database logs under D:\sybase\BWP\ASE-15_0\install
You can use sp_errorlog to cause ASE to start logging to a new file, then archive or delete the original file.
View ArticleRe: Clear sybase database logs under D:\sybase\BWP\ASE-15_0\install
Thank you, Bret. Issue resolved!
View Article