How to check if BMC control-m is installed on windows - windows-server-2008

I want to know how to check if BMC Control-M Agent is installed on the Windows Server 2008.
Please help me provide steps if anyone has any idea.

There should be a Control-M Agent service if it is installed

Mahesh, follow below steps:
Start > run and type services.msc
Look for the service name "control-m/agent"
Another way is through the control m configuration manager

Related

Not able to start the SAP BOBJ server

I have installed SAP BOBJ server in Portable SSD(External Disk) with the help of SAP consultant. But, when I start the service(BI Agent Windows Service), showing status as "Running" for few seconds, but not started. Where to check the server logs? I am seeing below path under "Path to Executable" in BI Agent service.
H:\bobj_installation\AdminConsole\Agent\CreateService.exe //RS//BOEXI40Agent
After reading some documentation, found solution.
1) First need to start the "Server Intelligent Agent" Service under Services.
2) Start the "Apache Tomcat for BI 4" service under Services.

IBM Mobilefirst server configuration tool without GUI

I'm trying to install IBM Mobilefirst 7.0 server on production Ubuntu server in Amazon. The server has no GUI. I installed Websphere Application Server and IBM Mobilefirst server using silent installation of IBM Installation Manager and response file created on server with GUI. But now I'm stuck at a point where I have to configure MobileFirst server using server configuration tool. But I'm not able to find out how to do this without GUI since server configuration tool is GUI based. Any pointers or help would be highly appreciated!
You can use ant tasks to proceed with the configuration without the GUI.
Detailed steps for this can be found in the link below.
http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.deploy.doc/devref/t_transporting_apps_and_adapters.html
What I was asking for is way to implement MobileFirst Server administration without using GUI as given in step number 6 in this link: http://www-01.ibm.com/support/knowledgecenter/#!/SSHSCD_6.3.0/com.ibm.worklight.installconfig.doc/install_config/t_ov_server_install.html. Since the server I was working on does not have a GUI, I was stuck at step 6. But I found the way out now and for someone who is looking for this, the way to do is using ant scripts. Steps are listed at this link : http://www-01.ibm.com/support/knowledgecenter/#!/SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/devref/t_ant_tasks_configure_dbs_wlconsole.html

There is no Configuration tools for SQL Server

Hi everyone!
I started to work on an old PRODUCTION server that i'm administrator on it.
The server is Windows Server 2003 with SQL Server 2005.
I need to configure the SSRS on this server but I can't figure out how to reach the Reporting Services Configuration.
I saw on Microsoft's support site the path of it (Click Start > Programs > Microsoft SQL Server 2005 > Configuration Tools > Reporting Services Configuration) but I don't have it on my server.
Is there are another ways of launching it ?
Thanks a lot!
Screen Shot of the server
Windows Key + R to open "Run". Type in "RSConfigTool"
That will bring up the Reporting Services Configuration utility, provided you have SSRS installed, of course.
Raj

sql server agent start disabled (grayed out)

I've just built a new dev machine and I can't get SQL Server Agent working. What I've done so far:
Install VS 2010 (I think this installed an express version of SQL Server)
Install SQL Server 2008 R2 Developer edition.
I'm not sure if I did something wrong in step 2. All I want is a fully working version of SQL Server with SQL Server Agent running and no limitation on the amount of data I can store (I will need more than 10GB).
Currently, in SSMS I have the following instance: ./SQLEXPRESS. I thought that during step 2, this would have been upgraded, but it doesn't seem so.
Can anyone help?
Note: I ended up resolving this by uninstalling everything that had "SQL Server" in it in Control Panel > Programs and Features. I then reinstalled from scratch.
Note: I ended up resolving this by uninstalling everything that had "SQL Server" in it in Control Panel > Programs and Features. I then reinstalled from scratch.
The agent account is disabled. If you aren't able to enable it through configuration manager, try enabling it through services. After its enabled, try starting the serivce. If you still have issues starting the agent, try changing the account the service is running under. There may also be an issue with the account that the SQL Server service is running under. Trying changing the SQL Server service account and restarting it. The agent should then start up successfully.
You have two installations, with two named instances. The Express named SQLEXPRESS and the developer edition named MSSQLSERVER (unless you changed this during install). connect to .\MSSQLSERVER and see, it should be there available to be started.
SQL Server Express does not ship with the SQL Server Agent.

SQL Server 2005 Installation on Windows 2000 Server

We want to install sql server 2005 on Windo
ws 2000 Server. We are able to install database service engine, analysis services engine and integration services.
But we are unable to install workstation components like SSMS.
Does anybody faced this problem?
What is the fix for this?
Thanks,
Raghu
Make sure to have SP4 installed on the server, that's a prerequisite.
https://web.archive.org/web/1/http://articles.techrepublic%2ecom%2ecom/5100-10878_11-6102265.html
follow the link instruction given