Erika
08-26-2008, 09:45 AM
I tried to repair volumes on an AppLogic grid using
volume repair --all
But volume repair fails with the message "no servers available for the mirrors"
I checked whether the servers were up using the following commands:
server info srv1
server info srv2
Both servers were up. Next, I checked the available disk space in each server:
For srv1:
total 947662.07 MB
reserved 10240 MB
free 848958.11 MB
For srv2:
total 63988 MB
reserved 10240 MB
free 6.42 MB
I double-checked the available disk space in server 2 with df -h and saw that there was at least a gigabyte of free space in each partition. I don't know why the new numbers differed from the previous numbers:
From srv2:
df -h
Size Used Avail Use% Mounted on
63G 48G 12G 81% /var/applogic
Then I checked the connections between the servers.
From the provisioning server, I could ping srv1 and srv2. I could also ssh into srv1 and srv2.
From the controller, I could also ping srv1 and srv2. However, I could not ssh from the controller into srv2: "Permission denied (public key)"
I still don't know why the volume repair command is failing, and why the disk sizes don't match. Does anyone have any ideas?
volume repair --all
But volume repair fails with the message "no servers available for the mirrors"
I checked whether the servers were up using the following commands:
server info srv1
server info srv2
Both servers were up. Next, I checked the available disk space in each server:
For srv1:
total 947662.07 MB
reserved 10240 MB
free 848958.11 MB
For srv2:
total 63988 MB
reserved 10240 MB
free 6.42 MB
I double-checked the available disk space in server 2 with df -h and saw that there was at least a gigabyte of free space in each partition. I don't know why the new numbers differed from the previous numbers:
From srv2:
df -h
Size Used Avail Use% Mounted on
63G 48G 12G 81% /var/applogic
Then I checked the connections between the servers.
From the provisioning server, I could ping srv1 and srv2. I could also ssh into srv1 and srv2.
From the controller, I could also ping srv1 and srv2. However, I could not ssh from the controller into srv2: "Permission denied (public key)"
I still don't know why the volume repair command is failing, and why the disk sizes don't match. Does anyone have any ideas?