[LinuxFailSafe] resource group operation problem

cqcai cqcai@163.com
Wed, 26 Mar 2003 12:09:26 +0800


Hello everyone:

        when i bring a resource_group online, it give me some error message:

        cmgr> admin online resource_group UNIX-group in cluster test
        FailSafe daemon (ha_fsd) is not running on this local node or it 
is not ready to accept admin commands.
        Resource Group (UNIX-group) is online-ready.
        Failed to admin:  online
        admin command failed

        show status:
        cmgr> show status of resource_group UNIX-group in cluster test
        State: Online Ready
        Error: No error
        <----   the owner expression lacked here
        Check resource group UNIX-group status in an active node if HA 
services are active in cluster

         detach it:
         cmgr> admin offline_detach resource_group UNIX-group in cluster 
test

         It really taken a long time almost several minutes had no 
response until i did a Ctrl-C to break it,
         or said:
        cmgr> admin offline_detach resource_group UNIX-group in cluster test
        FailSafe is not ready to accept admin requests.
        Failed to admin:  offline_detach
        admin command failed

        show status:
        cmgr> show status of resource_group UNIX-group in cluster test
        State: Offline
        Error: No error

        try online again:
        cmgr> admin online resource_group UNIX-group in cluster test
        FailSafe daemon (ha_fsd) is not running on this local node or it 
is not ready to accept admin commands.
        Resource Group (UNIX-group) is online-ready.
        Failed to admin:    online
        admin command failed

        show status again:
        cmgr> show status of resource_group UNIX-group in cluster test
        State: Online Ready
        Error: No error
        <------- still lack owner expression
        Check resource group UNIX-group status in an active node if HA 
services are active in cluster

        and i don't know what could  do at all:)