Execute Application

Hugo Hew 1 Reputation point
2020-09-01T10:06:03.08+00:00

Hi after I've done generic application cluster and OU permission, how do I execute the application on user PC via powershell or cmd? Thank you.

Cluster command Line C:\Program Files\iVMS-4200 Station\iVMS-4200\iVMS-4200 Client\iVMS-4200.exe

Application Name: iVMS-4200 Application
21758-vmware-j7vw1l8qdt.png

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
957 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TimCerling(ret) 1,156 Reputation points
    2020-09-01T12:49:35.557+00:00

    When you create a generic application, one of the things define is a cluster name resource. This gets combined with a virtual IP address and an entry is made into your DNS system. You then can reference the generic application by the cluster name resource.

    You have to be sure that your application will properly operate in a clustered environment. Just about any application can be made to work as a generic application, but that does not mean that the application itself is designed to be run in a multi-user environment. Some applications may make use of temporary files and multiple instantiations of that application on a single server may cause issues. You need to check with the vendor of the application to see if they support their application running in a clustered environment.

    0 comments No comments