NFSv4 which âdomainâ to put in idmapd.conf?
Clash Royale CLAN TAG#URR8PPP
up vote
4
down vote
favorite
I'm using NFSv4 but suddenly when the NFS Server got rebooted, all the files on the Clients are having nobody
ownerships after the Server is booted and started its whatever services again.
Then I found some solutions to set the Domain=_____
in the idmapd.conf
file.
- But what am I suppose to put there (in both Server and Clients)?
- I only have IP addresses.
centos files configuration nfs
add a comment |Â
up vote
4
down vote
favorite
I'm using NFSv4 but suddenly when the NFS Server got rebooted, all the files on the Clients are having nobody
ownerships after the Server is booted and started its whatever services again.
Then I found some solutions to set the Domain=_____
in the idmapd.conf
file.
- But what am I suppose to put there (in both Server and Clients)?
- I only have IP addresses.
centos files configuration nfs
Sorry, that was my bad
â Timo
Mar 3 '14 at 13:11
Take a look at this tutorial: enterprisenetworkingplanet.com/netos/article.php/3644471/⦠as well as this one: help.ubuntu.com/community/NFSv4Howto
â slmâ¦
Mar 3 '14 at 13:36
Also here's a CentOS specific article for domain + NFSv4 blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11
â slmâ¦
Mar 3 '14 at 13:38
there, it is mentionedchange Domain to <your.fully.qualified.domain.name>
. My question here is, what to add forfqdn
there?
â å¤ÂæÂÂÃ¥ÂÂå ´
Mar 3 '14 at 15:33
add a comment |Â
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I'm using NFSv4 but suddenly when the NFS Server got rebooted, all the files on the Clients are having nobody
ownerships after the Server is booted and started its whatever services again.
Then I found some solutions to set the Domain=_____
in the idmapd.conf
file.
- But what am I suppose to put there (in both Server and Clients)?
- I only have IP addresses.
centos files configuration nfs
I'm using NFSv4 but suddenly when the NFS Server got rebooted, all the files on the Clients are having nobody
ownerships after the Server is booted and started its whatever services again.
Then I found some solutions to set the Domain=_____
in the idmapd.conf
file.
- But what am I suppose to put there (in both Server and Clients)?
- I only have IP addresses.
centos files configuration nfs
centos files configuration nfs
edited Mar 3 '14 at 13:14
asked Mar 3 '14 at 11:26
å¤ÂæÂÂÃ¥ÂÂå ´
56461331
56461331
Sorry, that was my bad
â Timo
Mar 3 '14 at 13:11
Take a look at this tutorial: enterprisenetworkingplanet.com/netos/article.php/3644471/⦠as well as this one: help.ubuntu.com/community/NFSv4Howto
â slmâ¦
Mar 3 '14 at 13:36
Also here's a CentOS specific article for domain + NFSv4 blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11
â slmâ¦
Mar 3 '14 at 13:38
there, it is mentionedchange Domain to <your.fully.qualified.domain.name>
. My question here is, what to add forfqdn
there?
â å¤ÂæÂÂÃ¥ÂÂå ´
Mar 3 '14 at 15:33
add a comment |Â
Sorry, that was my bad
â Timo
Mar 3 '14 at 13:11
Take a look at this tutorial: enterprisenetworkingplanet.com/netos/article.php/3644471/⦠as well as this one: help.ubuntu.com/community/NFSv4Howto
â slmâ¦
Mar 3 '14 at 13:36
Also here's a CentOS specific article for domain + NFSv4 blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11
â slmâ¦
Mar 3 '14 at 13:38
there, it is mentionedchange Domain to <your.fully.qualified.domain.name>
. My question here is, what to add forfqdn
there?
â å¤ÂæÂÂÃ¥ÂÂå ´
Mar 3 '14 at 15:33
Sorry, that was my bad
â Timo
Mar 3 '14 at 13:11
Sorry, that was my bad
â Timo
Mar 3 '14 at 13:11
Take a look at this tutorial: enterprisenetworkingplanet.com/netos/article.php/3644471/⦠as well as this one: help.ubuntu.com/community/NFSv4Howto
â slmâ¦
Mar 3 '14 at 13:36
Take a look at this tutorial: enterprisenetworkingplanet.com/netos/article.php/3644471/⦠as well as this one: help.ubuntu.com/community/NFSv4Howto
â slmâ¦
Mar 3 '14 at 13:36
Also here's a CentOS specific article for domain + NFSv4 blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11
â slmâ¦
Mar 3 '14 at 13:38
Also here's a CentOS specific article for domain + NFSv4 blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11
â slmâ¦
Mar 3 '14 at 13:38
there, it is mentioned
change Domain to <your.fully.qualified.domain.name>
. My question here is, what to add for fqdn
there?â å¤ÂæÂÂÃ¥ÂÂå ´
Mar 3 '14 at 15:33
there, it is mentioned
change Domain to <your.fully.qualified.domain.name>
. My question here is, what to add for fqdn
there?â å¤ÂæÂÂÃ¥ÂÂå ´
Mar 3 '14 at 15:33
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
If you actually have a valid, globally-unique domain name reserved to you, that is of course a great choice.
But more important than the actual value of the NFS4 domain setting is probably that the same domain setting is used both in the NFS4 server and all its clients. If the domains are different, the server will treat all client users as nobody
.
add a comment |Â
up vote
0
down vote
According to Wikipedia.
this would be <hostname>.<domainname>
or simply your hostname
if you are not part of a domain.
Fancy "stolen" one-liner:
echo `uname -n`.`awk '/^domain/ print $2' /etc/resolv.conf`
If the result ends in <hostname>.
, delete the .
=> you are not part of a domain.
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
If you actually have a valid, globally-unique domain name reserved to you, that is of course a great choice.
But more important than the actual value of the NFS4 domain setting is probably that the same domain setting is used both in the NFS4 server and all its clients. If the domains are different, the server will treat all client users as nobody
.
add a comment |Â
up vote
0
down vote
If you actually have a valid, globally-unique domain name reserved to you, that is of course a great choice.
But more important than the actual value of the NFS4 domain setting is probably that the same domain setting is used both in the NFS4 server and all its clients. If the domains are different, the server will treat all client users as nobody
.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
If you actually have a valid, globally-unique domain name reserved to you, that is of course a great choice.
But more important than the actual value of the NFS4 domain setting is probably that the same domain setting is used both in the NFS4 server and all its clients. If the domains are different, the server will treat all client users as nobody
.
If you actually have a valid, globally-unique domain name reserved to you, that is of course a great choice.
But more important than the actual value of the NFS4 domain setting is probably that the same domain setting is used both in the NFS4 server and all its clients. If the domains are different, the server will treat all client users as nobody
.
answered Dec 18 '17 at 0:28
telcoM
11.5k11333
11.5k11333
add a comment |Â
add a comment |Â
up vote
0
down vote
According to Wikipedia.
this would be <hostname>.<domainname>
or simply your hostname
if you are not part of a domain.
Fancy "stolen" one-liner:
echo `uname -n`.`awk '/^domain/ print $2' /etc/resolv.conf`
If the result ends in <hostname>.
, delete the .
=> you are not part of a domain.
add a comment |Â
up vote
0
down vote
According to Wikipedia.
this would be <hostname>.<domainname>
or simply your hostname
if you are not part of a domain.
Fancy "stolen" one-liner:
echo `uname -n`.`awk '/^domain/ print $2' /etc/resolv.conf`
If the result ends in <hostname>.
, delete the .
=> you are not part of a domain.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
According to Wikipedia.
this would be <hostname>.<domainname>
or simply your hostname
if you are not part of a domain.
Fancy "stolen" one-liner:
echo `uname -n`.`awk '/^domain/ print $2' /etc/resolv.conf`
If the result ends in <hostname>.
, delete the .
=> you are not part of a domain.
According to Wikipedia.
this would be <hostname>.<domainname>
or simply your hostname
if you are not part of a domain.
Fancy "stolen" one-liner:
echo `uname -n`.`awk '/^domain/ print $2' /etc/resolv.conf`
If the result ends in <hostname>.
, delete the .
=> you are not part of a domain.
edited Jan 18 at 17:36
ñÃÂsýù÷
15.7k92563
15.7k92563
answered Mar 29 '17 at 11:57
sweisgerber.dev
418146
418146
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f117900%2fnfsv4-which-domain-to-put-in-idmapd-conf%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sorry, that was my bad
â Timo
Mar 3 '14 at 13:11
Take a look at this tutorial: enterprisenetworkingplanet.com/netos/article.php/3644471/⦠as well as this one: help.ubuntu.com/community/NFSv4Howto
â slmâ¦
Mar 3 '14 at 13:36
Also here's a CentOS specific article for domain + NFSv4 blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11
â slmâ¦
Mar 3 '14 at 13:38
there, it is mentioned
change Domain to <your.fully.qualified.domain.name>
. My question here is, what to add forfqdn
there?â å¤ÂæÂÂÃ¥ÂÂå ´
Mar 3 '14 at 15:33