Hi Ian_Xue,
Thank you for the prompt response and sorry for delay, i tried the powershell commands to manually bring online/offline and did not see the service on the Failover manager,
PS C:\Windows\system32> Get-ClusterResource "Ingres Service [ F1 ]" | Stop-ClusterResource
PS C:\Windows\system32> Get-ClusterResource
Name State OwnerGroup ResourceType
Cluster IP Address Online Cluster Group IP Address
Cluster Name Online Cluster Group Network Name
Ingres Service [ F1 ] Online Available Storage Generic Service
Quorum-Disk Online Cluster Group Physical Disk
Shared-disk-for-Ingres Online Available Storage Physical Disk
PS C:\Windows\system32> Get-ClusterResource "Ingres Service [ F1 ]" | Start-ClusterResource
PS C:\Windows\system32> Get-ClusterResource
Name State OwnerGroup ResourceType
Cluster IP Address Online Cluster Group IP Address
Cluster Name Online Cluster Group Network Name
Ingres Service [ F1 ] Online Available Storage Generic Service
Quorum-Disk Online Cluster Group Physical Disk
Shared-disk-for-Ingres Online Available Storage Physical Disk