Veritas
Firstly just check which resource is faulted.
server14# hares -display | grep FAULT
DBAppOramon State server14 FAULTED
OK, Now you got the resource name. In order to online it back you must clear the resource first.
Use the resource name that you grep just now.
server14# hares -clear DBAppOramon -sys server14
Check back whether it is working fine.
server14# hares -display | grep FAULT
Now, you can online it back. But before that you must make sure where it was supposed to be online.
You can check it back at main.cf
server14# hares -online DBAppOramon -sys server14
Now you can check whether the reource will go online. It will take some time to online back.
server14# hares -display | grep DBAppOramon | grep ONLINE
DBAppOramon State server14 ONLINE