1. 程式人生 > >chfs擴文件系統時0516-404錯誤

chfs擴文件系統時0516-404錯誤

str bsp add eno isf log ren pan char

碰到一個很怪的問題,裝軟件的時候提示/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?

然後如果其中一塊盤的空間不夠,就不能分配,就會出現以上的錯誤提示。

最後把

Allocate each logical partition copy no +
on a SEPARATE physical volume?

改成no ,然後再chfs 加空間就好了。


chfs擴文件系統時0516-404錯誤