Event Information | According to Microsoft :
Cause :
This event is logged when Generic application could not be brought online during an attempt to create the process.
Resolution :
Confirm application settings
If you do not currently have Event Viewer open, see "Opening Event Viewer and viewing events related to failover clustering." If the event contains an error code that you have not yet looked up, see "Finding more information about error codes that some event messages contain." After reviewing events, confirm that the following are true for the application used by the clustered Generic Application instance: - The application is fully installed on all nodes that are possible owners of the Generic Application resource. For more information about viewing possible owners of a resource, see "Viewing or changing the service name and other settings for a clustered Generic Application instance."
- The configuration for the Generic Application resource specifies the correct application and path. For more information, see "Viewing or changing the service name and other settings for a clustered Generic Application instance."
- The configuration for the Generic Application resource specifies appropriate parameters and settings for registry replication. (Registry replication settings ensure that all application configuration information being stored in the registry is replicated to all nodes.)
If all of the preceding items appear to be configured correctly, check Event Viewer for other errors related to the application to see what might be interfering with application startup.
To perform these procedures, you must be a member of the local Administrators group on the server, or you must have been delegated the equivalent authority.
Viewing or changing the service name and other settings for a clustered Generic Application instance
To view or change the service name and other settings for a clustered Generic Application instance: - To open the failover cluster snap-in, click Start , click Administrative Tools , and then click Failover Cluster Management . If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue .
- In the Failover Cluster Management snap-in, if the cluster you want to manage is not displayed, in the console tree, right-click Failover Cluster Management , click Manage a Cluster , and then select or specify the cluster that you want.
- If the console tree is collapsed, expand the tree under the cluster you want to manage, and then expand Services and Applications .
- In the console tree, click the clustered Generic Service instance.
- In the center pane, right-click the Generic Application resource, and then click Properties
- Click the Advanced Policies tab, and under Possible Owners , make sure that the nodes that are selected are the ones you intended.
- Click the General tab, and make sure that the Command line and Parameters are entered as intended. For Command line , check the path as well as the application name.<
- If the application requires configuration information to be stored in the registry on all computers on which the application runs, click Registry Replication and make sure that it specifies any registry keys below HKEY_LOCAL_MACHINE that should be replicated to all nodes in the cluster.
Opening Event Viewer and viewing events related to failover clustering
To open Event Viewer and view events related to failover clustering: - If Server Manager is not already open, click Start , click Administrative Tools , and then click Server Manager . If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue .
- In the console tree, expand Diagnostics, expand Event Viewer , expand Windows Logs , and then click System .
- To filter the events so that only events with a Source of FailoverClustering are shown, in the Actions pane, click Filter Current Log . On the Filter tab, in the Event sources box, select FailoverClustering . Select other options as appropriate, and then click OK .
- To sort the displayed events by date and time, in the center pane, click the Date and Time column heading.
Finding more information about the error codes that some event messages contain
To find more information about the error codes that some event messages contain: - View the event, and note the error code.
- Look up more information about the error code in one of two ways:
- Search System Error Codes.
- Click Start , point to All Programs , click Accessories , click Command Prompt , and then type:
NET HELPMSG errorcode
Verify :
Confirm that you can bring the clustered Generic Script instance online and that it remains online without causing additional events to be logged.
To perform this procedure, you must be a member of the local Administrators group on each clustered server, and the account you use must be a domain account, or you must have been delegated the equivalent authority.
To bring a clustered Generic Script instance online: - To open the failover cluster snap-in, click Start , click Administrative Tools , and then click Failover Cluster Management . If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue .
- In the Failover Cluster Management snap-in, if the cluster you want to manage is not displayed, in the console tree, right-click Failover Cluster Management , click Manage a Cluster , and then select or specify the cluster that you want.
- If the console tree is collapsed, expand the tree under the cluster you want to manage, and then expand Services and Applications .
- In the center pane, if the clustered Generic Script instance is not online, right-click it and then click Bring this service or application online .
|