chfs扩文件系统时0516-404错误
碰到一个很怪的问题,装软件的时候提示/usr空间不足,然后扩/usr,可是一直碰到以下报错:
Command: failed? ?? ???stdout: yes? ?? ?? ???stderr: no
Before command completion, additional instructions may appear below.
0516-404 allocp: This system cannot fulfill the allocation request.
? ?? ???There are not enough free partitions or not enough physical volumes
? ?? ???to keep strictness and satisfy allocation requests.??The command
? ?? ???should be retried with different allocation characteristics.
可一般这个提示是在有作镜像的时候,按照默认的“严格分配策略”,必须分配到不同的盘,
Allocate each logical partition copy? ?? ?? ?? ?? ? yes? ?? ?? ?? ?? ?? ?? ?+
? ? on a SEPARATE physical volume?
然后如果其中一块盘的空间不够,就不能分配,就会出现以上的错误提示。
可我的情况是就只有一块盘,明明没有作镜像,hd2明明都正常,可就是出现这个错误,最后把
Allocate each logical partition copy? ?? ?? ?? ?? ? no? ?? ?? ?? ?? ?? ???+
? ? on a SEPARATE physical volume?
改成no ,然后再chfs 加空间就好了。
无法解释,不知道什么原因会这样,作好之后居然能看到hd2的copy是2了,有镜像了。
没搞清楚怎么会出现这样的情况的。