简单实现开机自启动的脚本如下:

[parallels@allinone ~]$ cat start.sh
#!/bin/sh
su - xdb -c "gpstart -a"

将该脚本放到rc.local即可。

如果不是root用户,需要使用expect提供密码。