- gpmt is copying itself to /tmp directory and executes itself form there on each host
- if the /tmp directory is a mountpoint, it can have a noexec flag setup
/dev/mapper/vg00-1vTMP /tmp xfs rw,seclabel,nosuid,nodev,noexec,relatime,attr2,inode64,noquota 0 0
- if this is setup, not even root is able to execute anything on /tmp regardless of the privilages
Workaround:
You can use gpmt with -segdir option as suggested by the error
-segdir /home/gpadmin
or
remove the noexec from the /tmp mountpoint if this is not a security risk