Unable to mount NFS share in Solaris Local zone
I am trying to mount one NFS share in my Solaris Local zone.But I am getting error like below.
showmount -e hostname
showmount: hostname: RPC: Rpcbind failure - RPC: Timed out.
I tried to ping the host but unable to reach.But the same host can be reachable from the global zone.
solaris
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jan 17 '16 at 19:08
This question came from our site for professional and enthusiast programmers.
add a comment |
I am trying to mount one NFS share in my Solaris Local zone.But I am getting error like below.
showmount -e hostname
showmount: hostname: RPC: Rpcbind failure - RPC: Timed out.
I tried to ping the host but unable to reach.But the same host can be reachable from the global zone.
solaris
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jan 17 '16 at 19:08
This question came from our site for professional and enthusiast programmers.
1
Does the zone have network access? Can it ping the NFS server?
– Andrew Henle
Jan 16 '16 at 1:03
Yes,it has network access. Buy it is unable to reach the NFS server through ping.at the same time the client server is able to mount another share from a different NFS server.
– Abhaya
Jan 17 '16 at 2:35
Does the NFS server you can't reach respond to pings from other hosts?
– Andrew Henle
Jan 17 '16 at 13:28
Yes..the NFS server responds to otger servers...
– Abhaya
Jan 17 '16 at 15:04
You might be better off following the instructions at docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html for how to correctly add non-gz access to gz filesystems.
– James McPherson
Feb 29 '16 at 12:52
add a comment |
I am trying to mount one NFS share in my Solaris Local zone.But I am getting error like below.
showmount -e hostname
showmount: hostname: RPC: Rpcbind failure - RPC: Timed out.
I tried to ping the host but unable to reach.But the same host can be reachable from the global zone.
solaris
I am trying to mount one NFS share in my Solaris Local zone.But I am getting error like below.
showmount -e hostname
showmount: hostname: RPC: Rpcbind failure - RPC: Timed out.
I tried to ping the host but unable to reach.But the same host can be reachable from the global zone.
solaris
solaris
edited Nov 17 '18 at 1:07
Rui F Ribeiro
39.7k1479132
39.7k1479132
asked Jan 15 '16 at 7:26
Abhaya
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jan 17 '16 at 19:08
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Jan 17 '16 at 19:08
This question came from our site for professional and enthusiast programmers.
1
Does the zone have network access? Can it ping the NFS server?
– Andrew Henle
Jan 16 '16 at 1:03
Yes,it has network access. Buy it is unable to reach the NFS server through ping.at the same time the client server is able to mount another share from a different NFS server.
– Abhaya
Jan 17 '16 at 2:35
Does the NFS server you can't reach respond to pings from other hosts?
– Andrew Henle
Jan 17 '16 at 13:28
Yes..the NFS server responds to otger servers...
– Abhaya
Jan 17 '16 at 15:04
You might be better off following the instructions at docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html for how to correctly add non-gz access to gz filesystems.
– James McPherson
Feb 29 '16 at 12:52
add a comment |
1
Does the zone have network access? Can it ping the NFS server?
– Andrew Henle
Jan 16 '16 at 1:03
Yes,it has network access. Buy it is unable to reach the NFS server through ping.at the same time the client server is able to mount another share from a different NFS server.
– Abhaya
Jan 17 '16 at 2:35
Does the NFS server you can't reach respond to pings from other hosts?
– Andrew Henle
Jan 17 '16 at 13:28
Yes..the NFS server responds to otger servers...
– Abhaya
Jan 17 '16 at 15:04
You might be better off following the instructions at docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html for how to correctly add non-gz access to gz filesystems.
– James McPherson
Feb 29 '16 at 12:52
1
1
Does the zone have network access? Can it ping the NFS server?
– Andrew Henle
Jan 16 '16 at 1:03
Does the zone have network access? Can it ping the NFS server?
– Andrew Henle
Jan 16 '16 at 1:03
Yes,it has network access. Buy it is unable to reach the NFS server through ping.at the same time the client server is able to mount another share from a different NFS server.
– Abhaya
Jan 17 '16 at 2:35
Yes,it has network access. Buy it is unable to reach the NFS server through ping.at the same time the client server is able to mount another share from a different NFS server.
– Abhaya
Jan 17 '16 at 2:35
Does the NFS server you can't reach respond to pings from other hosts?
– Andrew Henle
Jan 17 '16 at 13:28
Does the NFS server you can't reach respond to pings from other hosts?
– Andrew Henle
Jan 17 '16 at 13:28
Yes..the NFS server responds to otger servers...
– Abhaya
Jan 17 '16 at 15:04
Yes..the NFS server responds to otger servers...
– Abhaya
Jan 17 '16 at 15:04
You might be better off following the instructions at docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html for how to correctly add non-gz access to gz filesystems.
– James McPherson
Feb 29 '16 at 12:52
You might be better off following the instructions at docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html for how to correctly add non-gz access to gz filesystems.
– James McPherson
Feb 29 '16 at 12:52
add a comment |
1 Answer
1
active
oldest
votes
For the error showmount
is giving you, I suspect that error implies that there is no NFS server running on the server you're running the command on. You note its a Solaris zone, but not which version of Solaris. You cannot run an NFS server inside a Solaris 10 zone. You can in one on v11 -- just check Oracle's documentation for the pre-reqs and procedure.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f255921%2funable-to-mount-nfs-share-in-solaris-local-zone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
For the error showmount
is giving you, I suspect that error implies that there is no NFS server running on the server you're running the command on. You note its a Solaris zone, but not which version of Solaris. You cannot run an NFS server inside a Solaris 10 zone. You can in one on v11 -- just check Oracle's documentation for the pre-reqs and procedure.
add a comment |
For the error showmount
is giving you, I suspect that error implies that there is no NFS server running on the server you're running the command on. You note its a Solaris zone, but not which version of Solaris. You cannot run an NFS server inside a Solaris 10 zone. You can in one on v11 -- just check Oracle's documentation for the pre-reqs and procedure.
add a comment |
For the error showmount
is giving you, I suspect that error implies that there is no NFS server running on the server you're running the command on. You note its a Solaris zone, but not which version of Solaris. You cannot run an NFS server inside a Solaris 10 zone. You can in one on v11 -- just check Oracle's documentation for the pre-reqs and procedure.
For the error showmount
is giving you, I suspect that error implies that there is no NFS server running on the server you're running the command on. You note its a Solaris zone, but not which version of Solaris. You cannot run an NFS server inside a Solaris 10 zone. You can in one on v11 -- just check Oracle's documentation for the pre-reqs and procedure.
answered Dec 28 '16 at 19:15
sleepyweaselsleepyweasel
87329
87329
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f255921%2funable-to-mount-nfs-share-in-solaris-local-zone%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Does the zone have network access? Can it ping the NFS server?
– Andrew Henle
Jan 16 '16 at 1:03
Yes,it has network access. Buy it is unable to reach the NFS server through ping.at the same time the client server is able to mount another share from a different NFS server.
– Abhaya
Jan 17 '16 at 2:35
Does the NFS server you can't reach respond to pings from other hosts?
– Andrew Henle
Jan 17 '16 at 13:28
Yes..the NFS server responds to otger servers...
– Abhaya
Jan 17 '16 at 15:04
You might be better off following the instructions at docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html for how to correctly add non-gz access to gz filesystems.
– James McPherson
Feb 29 '16 at 12:52