Skip to main content

Q & A

0516-1398 extendvg
0516-1398 extendvg: The physical volume hdisk1, appears to belong to another volume group. Use the force option to add this physical volume to a volume group.

Solution:

extendvg -f rootvg hdisk1
File too large

.//H11072988.iso: File too large

Solution:

Edit: /etc/security/limits

root:
        fsize = -1

Re-login then run the command

ulimit -a
vmount: Operation not permitted

無法掛載 NFS 目錄

mount: 1831-008 giving up on:
192.168.99.1:/dataVol/aix_nfs
vmount: Operation not permitted.

Solution:

# check nfs_use_reserved_ports if it is on 0 or 1
nfso -a

# Change nfs_use_reserved_ports to 1 until nextboot
nfso -o nfs_use_reserved_ports=1

# Make change to permanent value
nfso -po nfs_use_reserved_ports=1