chfs擴檔案系統時0516-404錯誤

weixin_34026276發表於2017-11-12

碰到一個很怪的問題,裝軟體的時候提示/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 加空間就好了。



本文轉自 Mr_sheng 51CTO部落格,原文連結:http://blog.51cto.com/sf1314/2067929

相關文章