From jpoling at moody.edu Wed Oct 6 13:25:47 2010 From: jpoling at moody.edu (Jeff Poling) Date: Wed, 6 Oct 2010 08:25:47 -0500 Subject: Groups Message-ID: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> I just took over our Linux environment and need some assistance with groups. Our users authenticate via LDAP and I need to add a user to a new group I created. How do I add an LDAP user to a group on a single system? Thanks, Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: From fmathias at gmail.com Wed Oct 6 16:34:29 2010 From: fmathias at gmail.com (Fabio Rampazzo Mathias) Date: Wed, 6 Oct 2010 13:34:29 -0300 Subject: Groups In-Reply-To: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> References: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> Message-ID: Jeff, You can use smbldap-tools and type : # smbldap-groupmod -m Or, if you don't use this tool, just add as an attribute of your group in LDAP base : memberUid: If you do not use any tool to manage LDAP, you can insert these content on a file : dn: changetype: modify add: memberUid memberUid: and then, run the following line : # ldapmodify -D "" -W -x -f A great tool for managing LDAP can be found here : http://www.novell.com/coolsolutions/tools/13765.html Cheers, F?bio Rampazzo Mathias On Wed, Oct 6, 2010 at 10:25 AM, Jeff Poling wrote: > I just took over our Linux environment and need some assistance with > groups. Our users authenticate via LDAP and I need to add a user to a new > group I created. How do I add an LDAP user to a group on a single system? > > > > Thanks, > > > > Jeff > > > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jpoling at moody.edu Wed Oct 6 17:44:58 2010 From: jpoling at moody.edu (Jeff Poling) Date: Wed, 6 Oct 2010 12:44:58 -0500 Subject: Groups In-Reply-To: References: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> Message-ID: <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> Fabio, The group is not in LDAP but the user is. The group is one I created on the system itself. Basically, I am trying to give the user access to a folder without giving him root access. Thanks, Jeff Jeffrey Poling System Administrator | Information Systems Moody Bible Institute 820 N. LaSalle Blvd., Chicago, IL 60610 312-329-8968 www.moodyministries.net >From the Word. To Life. From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Fabio Rampazzo Mathias Sent: Wednesday, October 06, 2010 11:34 AM To: redhat-sysadmin-list at redhat.com Subject: Re: Groups Jeff, You can use smbldap-tools and type : # smbldap-groupmod -m Or, if you don't use this tool, just add as an attribute of your group in LDAP base : memberUid: If you do not use any tool to manage LDAP, you can insert these content on a file : dn: changetype: modify add: memberUid memberUid: and then, run the following line : # ldapmodify -D "" -W -x -f A great tool for managing LDAP can be found here : http://www.novell.com/coolsolutions/tools/13765.html Cheers, F?bio Rampazzo Mathias On Wed, Oct 6, 2010 at 10:25 AM, Jeff Poling > wrote: I just took over our Linux environment and need some assistance with groups. Our users authenticate via LDAP and I need to add a user to a new group I created. How do I add an LDAP user to a group on a single system? Thanks, Jeff -- redhat-sysadmin-list mailing list redhat-sysadmin-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From David.Kinzel at encana.com Wed Oct 6 18:31:24 2010 From: David.Kinzel at encana.com (Kinzel, David) Date: Wed, 6 Oct 2010 12:31:24 -0600 Subject: Groups In-Reply-To: <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> References: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> Message-ID: /etc/group Add it manually, or user lgroupadd/lusermod (the l is for libuser, which isn't ldap aware and just touches local files, last I checked). Appologies for top posting and horrible formatting. ________________________________ From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Jeff Poling Sent: Wednesday, October 06, 2010 11:45 AM To: redhat-sysadmin-list at redhat.com Subject: RE: Groups Fabio, The group is not in LDAP but the user is. The group is one I created on the system itself. Basically, I am trying to give the user access to a folder without giving him root access. Thanks, Jeff Jeffrey Poling System Administrator | Information Systems Moody Bible Institute 820 N. LaSalle Blvd., Chicago, IL 60610 312-329-8968 www.moodyministries.net From the Word. To Life. From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Fabio Rampazzo Mathias Sent: Wednesday, October 06, 2010 11:34 AM To: redhat-sysadmin-list at redhat.com Subject: Re: Groups Jeff, You can use smbldap-tools and type : # smbldap-groupmod -m Or, if you don't use this tool, just add as an attribute of your group in LDAP base : memberUid: If you do not use any tool to manage LDAP, you can insert these content on a file : dn: changetype: modify add: memberUid memberUid: and then, run the following line : # ldapmodify -D "" -W -x -f A great tool for managing LDAP can be found here : http://www.novell.com/coolsolutions/tools/13765.html Cheers, F?bio Rampazzo Mathias On Wed, Oct 6, 2010 at 10:25 AM, Jeff Poling wrote: I just took over our Linux environment and need some assistance with groups. Our users authenticate via LDAP and I need to add a user to a new group I created. How do I add an LDAP user to a group on a single system? Thanks, Jeff -- redhat-sysadmin-list mailing list redhat-sysadmin-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list This email communication and any files transmitted with it may contain confidential and or proprietary information and is provided for the use of the intended recipient only. Any review, retransmission or dissemination of this information by anyone other than the intended recipient is prohibited. If you receive this email in error, please contact the sender and delete this communication and any copies immediately. Thank you. http://www.encana.com From cmadams at hiwaay.net Wed Oct 6 18:32:56 2010 From: cmadams at hiwaay.net (Chris Adams) Date: Wed, 6 Oct 2010 13:32:56 -0500 Subject: Groups In-Reply-To: <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> References: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> Message-ID: <20101006183256.GD25479@hiwaay.net> Once upon a time, Jeff Poling said: > The group is not in LDAP but the user is. The group is one I created on the system itself. Basically, I am trying to give the user access to a folder without giving him root access. If it is just a local group, you can give the user access in the usual way (e.g. "vi /etc/group" and add the username to the desired line). -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. From redhat at jmarki.net Wed Oct 6 18:39:52 2010 From: redhat at jmarki.net (Junhao) Date: Thu, 07 Oct 2010 02:39:52 +0800 Subject: Groups In-Reply-To: <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> References: <9599A350A0A5884DB4E50D83F9287D0F21A77B1D@exchmbx01.moody.edu> <9599A350A0A5884DB4E50D83F9287D0F21A77C28@exchmbx01.moody.edu> Message-ID: <4CACC278.4090404@jmarki.net> Dear Jeff, I don't think there's a difference managing a user on mixed authentication schemes. The priority is in /etc/nsswitch.conf, all schemes providing a users groups are defined there. # add new group, and user. Note: user has to logout or login to new group (man newgrp) to register his updated group membership. root$ groupadd newgroup root$ gpasswd -a username newgroup # check user username is in newgroup root$ getent group username (alternative) root# id username # change permission of folder for new group root$ chgrp newgroup /folder root$ chmod g=rx /folder Junhao On 10/07/2010 01:44 AM, Jeff Poling wrote: > Fabio, > > The group is not in LDAP but the user is. The group is one I created on > the system itself. Basically, I am trying to give the user access to a > folder without giving him root access. > > Thanks, > > Jeff > > *Jeffrey Poling* > > *System Administrator | Information Systems* > > Moody Bible Institute > > 820 N. LaSalle Blvd., Chicago, IL 60610 > > 312-329-8968 > > www.moodyministries.net > > From the Word. To Life. > > *From:* redhat-sysadmin-list-bounces at redhat.com > [mailto:redhat-sysadmin-list-bounces at redhat.com] *On Behalf Of *Fabio > Rampazzo Mathias > *Sent:* Wednesday, October 06, 2010 11:34 AM > *To:* redhat-sysadmin-list at redhat.com > *Subject:* Re: Groups > > Jeff, > > You can use smbldap-tools and type : > > # smbldap-groupmod -m > > Or, if you don't use this tool, just add as an attribute of your group > in LDAP base : > > memberUid: > > If you do not use any tool to manage LDAP, you can insert these content > on a file : > > dn: > > changetype: modify > > add: memberUid > > memberUid: > > and then, run the following line : > > # ldapmodify -D "" -W -x -f > > A great tool for managing LDAP can be found here : > http://www.novell.com/coolsolutions/tools/13765.html > > Cheers, > > F?bio Rampazzo Mathias > > On Wed, Oct 6, 2010 at 10:25 AM, Jeff Poling > wrote: > > I just took over our Linux environment and need some assistance with > groups. Our users authenticate via LDAP and I need to add a user to a > new group I created. How do I add an LDAP user to a group on a single > system? > > Thanks, > > Jeff > > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list > > > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list From jpoling at moody.edu Tue Oct 26 17:51:16 2010 From: jpoling at moody.edu (Jeff Poling) Date: Tue, 26 Oct 2010 12:51:16 -0500 Subject: bzip2 question Message-ID: <9599A350A0A5884DB4E50D83F9287D0F21C3A950@exchmbx01.moody.edu> Sorry for the basic question. I am still getting up to speed after taking over our linux admin role. I have a file that I need to add to an existing bz2 file. How do I do that? Thanks, Jeff Jeffrey Poling System Administrator | Information Systems Moody Bible Institute 820 N. LaSalle Blvd., Chicago, IL 60610 312-329-8968 www.moodyministries.net >From the Word. To Life. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jolt at ti.com Tue Oct 26 18:14:09 2010 From: jolt at ti.com (Olt, Joseph) Date: Tue, 26 Oct 2010 13:14:09 -0500 Subject: bzip2 question In-Reply-To: <9599A350A0A5884DB4E50D83F9287D0F21C3A950@exchmbx01.moody.edu> References: <9599A350A0A5884DB4E50D83F9287D0F21C3A950@exchmbx01.moody.edu> Message-ID: Jeff, Bzip2 is a compression format. A single file is compressed. If there are multiple files, then it is probably a tar.bz2 file. So you will need to uncompress it and add files to the tar file then recompress it. $ bunzip2 file.tar.bz2 $ tar rf file.tar anotherfile $ bzip2 file.tar -- Joseph Olt From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Jeff Poling Sent: Tuesday, October 26, 2010 1:51 PM To: redhat-sysadmin-list at redhat.com Subject: bzip2 question Sorry for the basic question. I am still getting up to speed after taking over our linux admin role. I have a file that I need to add to an existing bz2 file. How do I do that? Thanks, Jeff Jeffrey Poling System Administrator | Information Systems Moody Bible Institute 820 N. LaSalle Blvd., Chicago, IL 60610 312-329-8968 www.moodyministries.net >From the Word. To Life. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nitin.gizare at wipro.com Wed Oct 27 15:42:45 2010 From: nitin.gizare at wipro.com (nitin.gizare at wipro.com) Date: Wed, 27 Oct 2010 21:12:45 +0530 Subject: RHEL 5.0 NFS Message-ID: Hello We have Linux servers with RHEL 4.0x version running nfs version 3 has nfs servers. We have added new servers with RHEL 5.0 version. When I do ps -ef | grep nfs I see that nfsd4 is started . We are facing lot of nfs issue on dir which are shared from RHEL 5.0. Please help me disable nfs version 4 if by default started in RHEL 5.0 so that we can use nfs version 3 in RHEL 5.0. Rgds Nitin -------------- next part -------------- An HTML attachment was scrubbed... URL: From nitin.gizare at wipro.com Wed Oct 27 15:44:55 2010 From: nitin.gizare at wipro.com (nitin.gizare at wipro.com) Date: Wed, 27 Oct 2010 21:14:55 +0530 Subject: help Message-ID: Rgds Nitin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mbrown at skyroadasp.com Wed Oct 27 16:12:21 2010 From: mbrown at skyroadasp.com (Matt Brown (Sky Road LLC)) Date: Wed, 27 Oct 2010 11:12:21 -0500 Subject: RHEL 5.0 NFS In-Reply-To: References: Message-ID: It is performance issues or directly related to nfs4? If it is performance related take a look at this document: http://www.redhat.com/f/pdf/rhel/Oracle-10-g-recommendations-v1_2.pdf I know this is for Oracle, but take a look at the default scheduler and other things in the document we are running Oracle databases off of NetApp NAS devices and had terrible performance issues and this document solved a lot of those. If you Google NFS performance issues Red Hat 5 you will see the kernel has a lot of issues that are said to be fixed, but never seem to be actually corrected. To turn NFSv4 off you should be able to: Add the this line to /etc/sysconfig/nfs RPCNFSDARGS="-N 4" Then restart nfs Stop rpcidmapd service and chkconfig it off Matt From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of nitin.gizare at wipro.com Sent: Wednesday, October 27, 2010 10:43 AM To: redhat-sysadmin-list at redhat.com Subject: RHEL 5.0 NFS Hello We have Linux servers with RHEL 4.0x version running nfs version 3 has nfs servers. We have added new servers with RHEL 5.0 version. When I do ps -ef | grep nfs I see that nfsd4 is started . We are facing lot of nfs issue on dir which are shared from RHEL 5.0. Please help me disable nfs version 4 if by default started in RHEL 5.0 so that we can use nfs version 3 in RHEL 5.0. Rgds Nitin ________________________________ Sky Road LLC Message Disclaimer This message and any attachment transmitted with it (collectively, this "Message") may contain confidential or privileged information. It is for the sole use of the intended recipient(s). Any unauthorized review, use or disclosure is prohibited. If you are not the intended recipient, please advise the sender by reply message (e.g., email, fax or telephone) and destroy all copies of this Message. The information in this Message is not intended to replace a recipient's own internal processes for evaluating a transaction. This Message should not be regarded as (i) a recommendation to buy or refrain from buying any security; (ii) an offer to sell or solicitation of an offer to buy any security; or (iii) an official confirmation of any transaction. Sky Road cannot guarantee that the transmission and content of this Message is secure or error-free. Sky Road does not represent that this Message is accurate, uncorrupted, or free of viruses or other harmful code. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nitin.gizare at wipro.com Wed Oct 27 17:44:24 2010 From: nitin.gizare at wipro.com (nitin.gizare at wipro.com) Date: Wed, 27 Oct 2010 23:14:24 +0530 Subject: RHEL 5.0 NFS In-Reply-To: References: Message-ID: Hello Thanks allot for info , this is not for oracle. We have RHEL 5.0 as nfs servers and accessed over the network with RHEL 4.0 nfs clients. Rgds Nitin ________________________________ From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Matt Brown (Sky Road LLC) Sent: Wednesday, October 27, 2010 9:42 PM To: redhat-sysadmin-list at redhat.com Subject: RE: RHEL 5.0 NFS It is performance issues or directly related to nfs4? If it is performance related take a look at this document: http://www.redhat.com/f/pdf/rhel/Oracle-10-g-recommendations-v1_2.pdf I know this is for Oracle, but take a look at the default scheduler and other things in the document we are running Oracle databases off of NetApp NAS devices and had terrible performance issues and this document solved a lot of those. If you Google NFS performance issues Red Hat 5 you will see the kernel has a lot of issues that are said to be fixed, but never seem to be actually corrected. To turn NFSv4 off you should be able to: Add the this line to /etc/sysconfig/nfs RPCNFSDARGS="-N 4" Then restart nfs Stop rpcidmapd service and chkconfig it off Matt From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of nitin.gizare at wipro.com Sent: Wednesday, October 27, 2010 10:43 AM To: redhat-sysadmin-list at redhat.com Subject: RHEL 5.0 NFS Hello We have Linux servers with RHEL 4.0x version running nfs version 3 has nfs servers. We have added new servers with RHEL 5.0 version. When I do ps -ef | grep nfs I see that nfsd4 is started . We are facing lot of nfs issue on dir which are shared from RHEL 5.0. Please help me disable nfs version 4 if by default started in RHEL 5.0 so that we can use nfs version 3 in RHEL 5.0. Rgds Nitin ________________________________ Sky Road LLC Message Disclaimer This message and any attachment transmitted with it (collectively, this "Message") may contain confidential or privileged information. It is for the sole use of the intended recipient(s). Any unauthorized review, use or disclosure is prohibited. If you are not the intended recipient, please advise the sender by reply message (e.g., email, fax or telephone) and destroy all copies of this Message. The information in this Message is not intended to replace a recipient's own internal processes for evaluating a transaction. This Message should not be regarded as (i) a recommendation to buy or refrain from buying any security; (ii) an offer to sell or solicitation of an offer to buy any security; or (iii) an official confirmation of any transaction. Sky Road cannot guarantee that the transmission and content of this Message is secure or error-free. Sky Road does not represent that this Message is accurate, uncorrupted, or free of viruses or other harmful code. -------------- next part -------------- An HTML attachment was scrubbed... URL: From mgalgoci at redhat.com Wed Oct 27 18:03:31 2010 From: mgalgoci at redhat.com (Matthew Galgoci) Date: Wed, 27 Oct 2010 14:03:31 -0400 (EDT) Subject: RHEL 5.0 NFS In-Reply-To: References: Message-ID: > Date: Wed, 27 Oct 2010 23:14:24 +0530 > From: nitin.gizare at wipro.com > Reply-To: redhat-sysadmin-list at redhat.com > To: redhat-sysadmin-list at redhat.com > Subject: RE: RHEL 5.0 NFS > > Hello > > Thanks allot for info , this is not for oracle. > > We have RHEL 5.0 as nfs servers and accessed over the network with RHEL > 4.0 nfs clients. > I don't understand how nfsv4 is causing problems. If it's not being used by the clients then it serves no function. If the clients are trying v4 support you can force nfs v3 or even v2 as a mount option. What problelm do you think nfsv4 is causing? -- Matthew Galgoci Network Operations Red Hat, Inc 919.754.3700 x44155 From mbrown at skyroadasp.com Wed Oct 27 18:19:22 2010 From: mbrown at skyroadasp.com (Matt Brown (Sky Road LLC)) Date: Wed, 27 Oct 2010 13:19:22 -0500 Subject: RHEL 5.0 NFS In-Reply-To: References: Message-ID: I would still take a look at that document if it is performance related. Don't just toss it because it says Oracle in there, I would check the TCP settings and the kernel scheduler that is all in that document. We tested against two system one with Red Hat 4.6 the other 5.5 and the 4.6 machine was beating the 5.5 machine by 50% before we started making changes to the kernel settings. I am just saying it might not be NFS it might be kernel related. Matt -----Original Message----- From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Matthew Galgoci Sent: Wednesday, October 27, 2010 1:04 PM To: redhat-sysadmin-list at redhat.com Subject: RE: RHEL 5.0 NFS > Date: Wed, 27 Oct 2010 23:14:24 +0530 > From: nitin.gizare at wipro.com > Reply-To: redhat-sysadmin-list at redhat.com > To: redhat-sysadmin-list at redhat.com > Subject: RE: RHEL 5.0 NFS > > Hello > > Thanks allot for info , this is not for oracle. > > We have RHEL 5.0 as nfs servers and accessed over the network with RHEL > 4.0 nfs clients. > I don't understand how nfsv4 is causing problems. If it's not being used by the clients then it serves no function. If the clients are trying v4 support you can force nfs v3 or even v2 as a mount option. What problelm do you think nfsv4 is causing? -- Matthew Galgoci Network Operations Red Hat, Inc 919.754.3700 x44155 -- redhat-sysadmin-list mailing list redhat-sysadmin-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list Sky Road LLC Message Disclaimer This message and any attachment transmitted with it (collectively, this "Message") may contain confidential or privileged information. It is for the sole use of the intended recipient(s). Any unauthorized review, use or disclosure is prohibited. If you are not the intended recipient, please advise the sender by reply message (e.g., email, fax or telephone) and destroy all copies of this Message. The information in this Message is not intended to replace a recipient's own internal processes for evaluating a transaction. This Message should not be regarded as (i) a recommendation to buy or refrain from buying any security; (ii) an offer to sell or solicitation of an offer to buy any security; or (iii) an official confirmation of any transaction. Sky Road cannot guarantee that the transmission and content of this Message is secure or error-free. Sky Road does not represent that this Message is accurate, uncorrupted, or free of viruses or other harmful code. From sachin73 at gmail.com Wed Oct 27 19:23:26 2010 From: sachin73 at gmail.com (Sachin Sharma) Date: Wed, 27 Oct 2010 12:23:26 -0700 Subject: RHEL 5.0 NFS In-Reply-To: References: Message-ID: Hello Nitin, Please add the following line to /etc/sysconfig/nfs file to disable nfsv4 support. RPCNFSDARGS="-N 4" then restart nfs service # service nfs restart # service rpcidmapd stop # chkconfig rpcidmapd off Or while mouting you can use nfsvers=3 option either with mount -o command or in /etc/fstab. * * * * *Br.* *Sachin Sharma* *sachin.sharma at wipro.com * On Wed, Oct 27, 2010 at 8:42 AM, wrote: > Hello > > > > We have Linux servers with RHEL 4.0x version running nfs version 3 has nfs > servers. > > We have added new servers with RHEL 5.0 version. > > When I do ps ?ef | grep nfs I see that nfsd4 is started . > > We are facing lot of nfs issue on dir which are shared from RHEL 5.0. > > > > Please help me disable nfs version 4 if by default started in RHEL 5.0 so > that we can use nfs version 3 in RHEL 5.0. > > > > > > > > Rgds > > Nitin > > > > > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nitin.gizare at wipro.com Thu Oct 28 02:09:38 2010 From: nitin.gizare at wipro.com (nitin.gizare at wipro.com) Date: Thu, 28 Oct 2010 07:39:38 +0530 Subject: RHEL 5.0 NFS In-Reply-To: References: Message-ID: Hello Thanks Rgds Nitin ________________________________ From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Sachin Sharma Sent: Thursday, October 28, 2010 12:53 AM To: redhat-sysadmin-list at redhat.com Subject: Re: RHEL 5.0 NFS Hello Nitin, Please add the following line to /etc/sysconfig/nfs file to disable nfsv4 support. RPCNFSDARGS="-N 4" then restart nfs service # service nfs restart # service rpcidmapd stop # chkconfig rpcidmapd off Or while mouting you can use nfsvers=3 option either with mount -o command or in /etc/fstab. Br. Sachin Sharma sachin.sharma at wipro.com On Wed, Oct 27, 2010 at 8:42 AM, wrote: Hello We have Linux servers with RHEL 4.0x version running nfs version 3 has nfs servers. We have added new servers with RHEL 5.0 version. When I do ps -ef | grep nfs I see that nfsd4 is started . We are facing lot of nfs issue on dir which are shared from RHEL 5.0. Please help me disable nfs version 4 if by default started in RHEL 5.0 so that we can use nfs version 3 in RHEL 5.0. Rgds Nitin -- redhat-sysadmin-list mailing list redhat-sysadmin-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list -------------- next part -------------- An HTML attachment was scrubbed... URL: