Control center on premise deployment - gridgain

I have deployed control center on-premise on docker using below link.
https://www.gridgain.com/docs/control-center/latest/on-premise/installation/docker
When I start my cluster, control center URI pointing to the hosted control center (SaaS: https://control.gridgain.com) instead of on-premise control center.
How can I change/update the URI?
[08:39:41] Established websocket connection with Control Center: https://control.gridgain.com
[08:39:41]
+---------------------------------------------------------------------------------------------------+
| Open the link in a browser to monitor your cluster: |
| https://control.gridgain.com/go/token_number |

You should use the management.sh script:
https://stackoverflow.com/questions/70783361/control-center-on-premise-deployment
It is described here.
The script is built-in with GridGain platform, and comes with the Control Center Agent for Apache Ignite.

Related

Azure Network Performance Monitor - Issue with discovering agents

We have requirement to allow communication between SUSE Linux based VM located in Microsoft Azure and on premise SUSE Linux based server. Also need to configure NPM to detect network issues like traffic black holing, routing errors etc.
Steps:
We have configured NPM based on steps mentioned in below link. (also opened TCP in bound and out bound port 8084 for Azure SUSE Linux based VM).
https://learn.microsoft.com/en-us/azure/log-analytics/log-analytics-network-performance-monitor
Issue: As seen in screenshot 1, NPM workspace shows that 2 VM’s are connected (i.e. On premise and Azure VM’s) .
However when “Discover Express Route Resources” is clicked, it doesn’t show any nodes. See screenshot 2 for reference. Even if you click on “Add Azure Agents”, there is no agent/node discovered.
Are we missing anything here?

RDP accidently disabled in a VM in Azure

I am not able to access my VM in azure because I accidently disabled RDP services in a VM in Azure through gepedit.msc.My VM is working and I can access my hosted URL through browser. Please advice me how can I get into my system.I tried with windows powershell but was unsuccessfull.
This is how I disabled RDP services in the VM in Azure.
Run--> gpedit.msc --> computer configuration --> Administrative templates --> Windows components --> Remote Desktop services --> Remote Desktop Session Host --> Connections --> Allow users to connect remotely by using remote Desktop Services --> Disabled.
You can install the VM Agent and use that to reset the rdp configuration.
https://blogs.msdn.microsoft.com/mast/2014/03/06/enable-rdp-or-reset-password-with-the-vm-agent/
You may be able to reach it through remote PowerShell, as described in this article:
https://technet.microsoft.com/en-us/magazine/ff700227.aspx
Let's hope that helps!

Azure Media Service live streaming syndication

I would like to use Azure Media Services as an ingestion-point for live streaming, and I need to syndicate (push or pull) that stream to IIS running on my own servers within a local data-center.
When I configure a Live Smooth Streaming publishing point on my own server to pull from the 'Preview URL' of a channel or from a 'Publish URL' of a streaming unit ("{media services account name}.origin.mediaservices.net/{locator ID}/{filename}.ism"), my publishing point transitions immediately into an error state reporting "The remote computer responded with an HTTP error," or "Error: 0X80072EE7."
Is there any configuration I can enable to pull from an Azure stream, or configure Azure to push to a specific remote server?
Azure Media Services (AMS) doesn't support push/pull to other publishing points. You cannot connect an on-premises IIS Media server to AMS. You can only configure a proxy such as ARR to cache the fragments in your data center.
Thanks,
Cenk

Azure Website connecting to Virtual Machine

I have an Azure Website and it is required to consume an elastic search service that's running on a VM.
Although I need to be able to lock the access to elastic search down so only the Azure Website can access it, I can't seem to work out how to do this using the endpoint configuration on the VM.
Am I looking in the wrong place?
Thanks
Carl
You will need to setup a Hybrid Connection between your Web Site and the VM:
Hybrid Connections create a safe tunnel between your Web Site and a VM for example. The screenshot shows the integration between a Web Site and the corporate network, but this also works for VMs running in Azure.
The only requirement is that you install the Hybrid Connection Manager on your VM. More information:
http://azure.microsoft.com/en-us/documentation/articles/integration-hybrid-connection-overview/

Access MS SQL Server from a web application present in linux machine?

I can access MS Sql from a web application resides in Windows. But it is not possible with a web application reside in Linux. com.microsoft.sqlserver.jdbc.SQLServerDriver is used in this application.
Following are the configurations.
Tomcat 6
MS SQL 2005
jdk6
Driver :com.microsoft.sqlserver.jdbc.SQLServerDriver
There aren't problems. Just make sure that the server in which resides the web app have network visibility on the server where reside MS SQL 2005.
Make sure also that MS SQL 2005 have network connection enabled. To do that look at those lines from microsoft documentation:
"You must enable remote connections for each instance of SQL Server 2005 that you want to connect to from a remote computer. To do this, follow these steps:
Click Start, point to Programs, point to Microsoft SQL Server 2005, point to Configuration Tools, and then click SQL Server Surface Area Configuration.
On the SQL Server 2005 Surface Area Configuration page, click Surface Area Configuration for Services and Connections.
On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Remote Connections, click Local and remote connections, click the appropriate protocol to enable for your environment, and then click Apply.
Note Click OK when you receive the following message:
Changes to Connection Settings will not take effect until you restart the Database Engine service.
On the Surface Area Configuration for Services and Connections page, expand Database Engine, click Service, click Stop, wait until the MSSQLSERVER service stops, and then click Start to restart the MSSQLSERVER service."

Resources