IBM does not support NFS mounts over the switch in the root (/) directory. If a mount is necessary in the root (/) directory, place the NFS mount elsewhere in the file system with a symbolic link into the root (/) directory. For example:
mount -o intr,hard server:/myfs /otherdir/myfs ln -s /otherdir/myfs /myfs