vos detachpart -fromserver <machine name of server from where to detach> -partition <partition names to be moved> [-cell <cell name>] [-noauth] [-localauth] [-verbose] [-timeout <timeout in seconds >] [-help]
方法如下:
vos attachpart -fromserver <machine name of server from where to detach> -toserver <machine name of server where to attach> -partition <partition names to be moved> [-cell <cell name>] [-noauth] [-localauth] [-verbose] [-timeout <timeout in seconds >] [-help]
vos detachpart 命令将从指定为 fromserver 的文件服务器中分离出分区,而 vos attachpart 命令将 fromserver 文件服务器中的分区连接到 toserver 文件服务器。
因为不需要重启文件服务器,也不需要中断客户端任务,因此迁移过程十分迅速。它们只会获得一个 busy 消息,直到迁移完成。
我们正在为不同文件服务器之间移动单个或多个副分区提供支持。