Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Singleton Service: Control

Buttons     Column Display     

You can use this page to perform a manual migration of this singleton service.

Buttons

Name Description
Migrate

Migrates this singleton service to a new hosting server instance.

Column Display

Name Description
Name

The name of this singleton service.

MBean Attribute:
SingletonServiceMBean.Name

Changes take effect after you redeploy the module or restart the server.

Active

If true, then this singleton service is currently active and available in the cluster.

Current Server

If active, this is the server that this singleton service is currently being hosted on.

Preferred Server

Returns the server that the user prefers the singleton service to be active on.

MBean Attribute:
SingletonServiceMBean.UserPreferredServer

Candidate Servers

Return a list of servers that are candidates to host the services deployed to this migratable target. If the ConstrainedCandidateServer list is empty, all servers in the cluster are returned. If the ConstrainedCandidateServer is not empty those servers only will be returned. The user preferred server will be the first element in the list returned.

MBean Attribute:
SingletonServiceMBean.AllCandidateServers


Back to Top