I removed the line
192.168.1.103 # server0
from CellServDB of the client and of the server1.
So, I turned off the server0 and I restarted the client and the server1.
The problem continued.
The user had a ticket (I checked this with the comand tokens), but the
volume was not mounted.
I ran the comand
root@server1:~# vos listvol -server server1
Total number of volumes on server server1 partition /vicepa: 4
root.afs 536870912 RW 4 K
On-line
root.cell 536870915 RW 5 K
On-line
user.vitor 536871177 RW 502356 K
On-line
user.vitor.backup 536871179 BK 497186 K
On-line
Total volumes onLine 4 ; Total volumes offLine 0 ; Total busy
0
Total number of volumes on server cow01 partition /vicepb:
0
Total volumes onLine 0 ; Total volumes offLine 0 ; Total busy
0
Total number of volumes on server cow01 partition /vicepc:
0
Total volumes onLine 0 ; Total volumes offLine 0 ; Total busy
0
Total number of volumes on server cow01 partition /vicepd: 0
Total volumes onLine 0 ; Total volumes offLine 0 ; Total busy 0
But when I tried to mount the volume user.vitor, I received a message
talking "volume don't exist in this cell".
Then, I ran
root@server1:~# vos listvldb
VLDB entries for all servers
root.afs
RWrite: 536870912
number of sites -> 1
server cow01.labmap.ime.usp.br partition /vicepa RW Site
root.cell
RWrite: 536870915
number of sites -> 1
server cow01.labmap.ime.usp.br partition /vicepa RW Site
Total entries: 2
The user.vitor is not in the VLDB server O.o
This volume was moved from server0 to server1 with the comand
vos move -id user.vitor -fromserver server0 -frompartition /vicepb -toserver
server1 -topartition /vicepa
What can I do now?