[root@ora12ee01 ~]# systemctl start nfs
[root@ora12ee01 ~]# systemctl status nfs
[root@ora12ee01 ~]# systemctl status rpcbind
[root@ora12ee01 ~]# systemctl status nfs-server
[root@ora12ee01 ~]# systemctl enable nfs
なんだか起動しなくなっていたので、設定変更した
[root@ora12ee01 ~]# systemctl status rpcbind.socket
● rpcbind.socket - RPCbind Server Activation Socket
Loaded: loaded (/usr/lib/systemd/system/rpcbind.socket; enabled; vendor preset: enabled)
Active: failed (Result: resources)
Listen: /var/run/rpcbind.sock (Stream)
[::]:111 (Stream)
0.0.0.0:111 (Stream)
2月 14 22:28:39 ora12ee01.oradomain systemd[1]: rpcbind.socket failed to liste...l
2月 14 22:28:39 ora12ee01.oradomain systemd[1]: Failed to listen on RPCbind Se....
2月 14 22:28:39 ora12ee01.oradomain systemd[1]: Unit rpcbind.socket entered fa....
2月 14 22:28:39 ora12ee01.oradomain systemd[1]: Starting RPCbind Server Activa....
Hint: Some lines were ellipsized, use -l to show in full.
[root@ora12ee01 ~]# vi /usr/lib/systemd/system/rpcbind.socket
ListenStream=[::]:111
↓
#ListenStream=[::]:111
[root@ora12ee01 ~]# systemctl daemon-reload
[root@ora12ee01 ~]# systemctl start rpcbind.socket
[root@ora12ee01 ~]# systemctl status rpcbind.socket
● rpcbind.socket - RPCbind Server Activation Socket
Loaded: loaded (/usr/lib/systemd/system/rpcbind.socket; enabled; vendor preset: enabled)
Active: active (listening) since 木 2019-02-14 22:32:01 JST; 4s ago
Listen: /var/run/rpcbind.sock (Stream)
0.0.0.0:111 (Stream)
2月 14 22:32:01 ora12ee01.oradomain systemd[1]: Listening on RPCbind Server Ac....
2月 14 22:32:01 ora12ee01.oradomain systemd[1]: Starting RPCbind Server Activa....
Hint: Some lines were ellipsized, use -l to show in full.