configure NFS server


 
Thread Tools Search this Thread
Operating Systems SCO configure NFS server
# 1  
Old 09-06-2010
install & configure NFS server

hi

Howto install & configure NFS server on SCO 5.0.6?

Last edited by ccc; 09-07-2010 at 12:44 PM..
# 2  
Old 09-07-2010
Assuming you are talking about the Enterprise version, it is installed by default when the OS is installed.
This User Gave Thanks to jgt For This Post:
# 3  
Old 09-07-2010
Thx, but howto enable and configure it?
# 4  
Old 09-07-2010
Code:
#man nfs

# 5  
Old 09-07-2010
for start
Code:
 /etc/nfs start

for stop
Code:
 /etc/nfs stop

for configure a nfs share
Code:
/etc/exports

for exports more info Smilie

exports(NF)
This User Gave Thanks to ygemici For This Post:
# 6  
Old 01-04-2011
configure NFS server

That depends a great deal on what you want to do. I strongly recomend moving up to a more modern distro. You are welcome to YM me and I can walk you through the configurations. Trying to do a tutorial on this would take forever, however the Linux Howto page has a tutorial on all of these topics
___________________

Last edited by Yogesh Sawant; 04-10-2011 at 11:00 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

2. Linux

How to connect Linux server (configure two way authentication) with Windows server?

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (0 Replies)
Discussion started by: manjusharma128
0 Replies

3. Homework & Coursework Questions

Configure the AD Window server with Linux server(google Authenticator is installed)

Hi my name is Manju. ->I have configure the two way authentication on my linux server. ->Now I am able to apply two way authenticator on particuler user. ->Now I want to map this linux server to my AD server. ->Kindly tell me how to map AD(Active Directory) with this linux server. ... (2 Replies)
Discussion started by: manjusharma128
2 Replies

4. Red Hat

Configure app server to view server files

Hi, We have a OEL6.1 installed on our server. We want developers to view there application logs generated on the server, but doesn't really want to give them access to server machine. Can someone please suggest how can we configure apache/httpd to create a url which will show all files in... (1 Reply)
Discussion started by: shrshah64
1 Replies

5. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

6. Solaris

How configure SAN to server?

Hi all, I have a server with Solaris version 9. I wanted to mount SAN storage to my server. I am new at this. Can anyone give me an overview on how to this. Any documents will be fine also. Please let me know if any information is required. Thanks in advance. Below shows the HBA port: ... (11 Replies)
Discussion started by: beginningDBA
11 Replies

7. Solaris

NFS write failed for server.....error 11 (RPC: Server can't decode arguments)

Hello! I have a Linux nfs server (called server100 below) with a export nfs. My problem is that the Solaris client (called client100 below) doesn't seems to like it. In the Solaris syslog I got following messages (and after a while the solaris client behave liked its hanged/to buzy). Also see... (3 Replies)
Discussion started by: sap4ever
3 Replies

8. HP-UX

Configure DNS,NFS,NIS,LDAP and LVM(mirror,sparing and multipathing)

Hello All, I am a newbee in HP UX wanted to know how to configure DNS,NFS,NIS,LDAP and LVM(mirror,sparing and multipathing) in HP UX 11iv2 and v3 and i did go through some of the docs on hp.com but i think those are for experience UX users and i am new to this so if some one could just mention... (1 Reply)
Discussion started by: coolsami
1 Replies

9. Linux

how to configure nfs with in the same machine

Hi All, I installed the Linux on VMWare. Now i want to configure the NFS. is that possible to configure NFS ? because i am having only one Machine. Please give me the details ASAP. Thanks in advance... Regards, Sridhar. (3 Replies)
Discussion started by: sridhusha
3 Replies
Login or Register to Ask a Question