Last active
August 29, 2015 14:16
Revisions
-
alissonperez revised this gist
Mar 5, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ No `/etc/fstab`, mudar a versão de 3 para 4: 99.99.99.99:/path/para/o/ambiente/99 /montagem/local/99 nfs rw,rsize=32768,wsize=32768,timeo=14,intr,sync,vers=4 ``` No `/etc/idmapd.conf`, incluir a linha `Domain = corp.folha.com.br` abaixo da linha `# Domain = localdomain`, ficando assim: ``` Pipefs-Directory = /run/rpc_pipefs -
alissonperez revised this gist
Mar 5, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ No `/etc/fstab`, mudar a versão de 3 para 4: ``` # Note o parâmetro 'vers=4' no fim da linha -
alissonperez revised this gist
Mar 5, 2015 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,9 @@ No /etc/fstab, mudar a versão de 3 para 4: ``` # Note o parâmetro 'vers=4' no fim da linha 99.99.99.99:/path/para/o/ambiente/99 /montagem/local/99 nfs rw,rsize=32768,wsize=32768,timeo=14,intr,sync,vers=4 ``` No arquivo `/etc/idmapd.conf`, incluir a linha `Domain = corp.folha.com.br` abaixo da linha `# Domain = localdomain`, ficando assim: -
alissonperez revised this gist
Mar 5, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,4 +15,6 @@ Reinicie o serviço idmapd: $ sudo service idmapd restart ``` Remonte o diretório do ambiente. Enjoy =) -
alissonperez revised this gist
Mar 5, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ No arquivo `/etc/idmapd.conf`, incluir a linha `Domain = corp.folha.com.br` abai Pipefs-Directory = /run/rpc_pipefs # set your own domain here, if id differs from FQDN minus hostname # Domain = localdomain Domain = corp.folha.com.br # <<<<------------------- ESTA LINHA ``` Reinicie o serviço idmapd: -
alissonperez revised this gist
Mar 5, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Na configuração de montagem no fstab, mudar a versão de 3 para 4: `vers=4` No arquivo `/etc/idmapd.conf`, incluir a linha `Domain = corp.folha.com.br` abaixo da linha `# Domain = localdomain`, ficando assim: ``` Pipefs-Directory = /run/rpc_pipefs -
alissonperez revised this gist
Mar 5, 2015 . 2 changed files with 18 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ Na configuração de montagem no fstab, mudar a versão de 3 para 4: `vers=4` No arquivo `/etc/idmapd.conf`, Incluir a linha `Domain = corp.folha.com.br` abaixo da linha `# Domain = localdomain`, ficando assim: ``` Pipefs-Directory = /run/rpc_pipefs # set your own domain here, if id differs from FQDN minus hostname # Domain = localdomain Domain = corp.folha.com.br ``` Reinicie o serviço idmapd: ```bash $ sudo service idmapd restart ``` Remonte o diretório do ambiente. -
alissonperez created this gist
Mar 5, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ Na configuração de montagem no fstab, mudar a versão de 3 para 4: `vers=4`