2014-06-25

copy dns file from unix to windows2008

copy file  xxx.xxx.zone  from unix   and past to  c:\windows\system32\dns
rename .zone to .dns
Exam.
  xxx.xxx.zone to xxx.xxx.dns
 

then  restart  service on window2008

2014-06-11

sun cluster clear stop failed on resource

- if The name of the resource and resource group that are in STOP_FAILED state
     Clear the STOP_FAILED error flag on the resources. 
# clresource clear -f STOP_FAILED -n nodelist resource
-f STOP_FAILED
Specifies the flag name.
-n nodelist
Specifies a comma-separated list of the names of the nodes where the resource is in the STOP_FAILED state. The list may contain one node name or more than one node name.
resource

Specifies the name of the resource.