nfs and ftp


 
Thread Tools Search this Thread
Operating Systems HP-UX nfs and ftp
# 1  
Old 10-24-2011
nfs and ftp

Smilie can any one tell me how configure NFS and FTP...
# 2  
Old 10-24-2011
Depends of your HP-UX knowledge
That said, what do you want to ftp configure?
What do you know of HP-UX?
# 3  
Old 10-24-2011
i know basic command in hp UNIX so i don't have knowlege in configuration that why am asking....
# 4  
Old 10-24-2011
What to do with it depends a lot on what you want to do with it.
# 5  
Old 10-25-2011
Well, if you are not familiar with UNIX administration ( not a sysadmin on another platform...), the best for you is to do things using the system administration manager SAM, it can be launched in menu driven interface or X11 GUI
In GUI e.g. for NFS, click on Network icon...
# 6  
Old 10-25-2011
Just an additon to Vbe,

If you know the basic commands, I assume you are aware of #man. If you do, please use it.

#man nfs
#man ftp

It'd help you read up what's all with it.

-DB
# 7  
Old 10-25-2011
thanks to all.....
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

3. 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

4. UNIX for Dummies Questions & Answers

samba vs nfs vs ftp

Hi I have to copy large number of files from one server to another. What is the fastest solution : nfs, samba or ftp ? thx. ---------- Post updated at 11:50 PM ---------- Previous update was at 10:59 PM ---------- Got it: Bechmarks: SSH vs FTP vs CIFS vs NFS vs Samba (1 Reply)
Discussion started by: presul
1 Replies

5. UNIX for Dummies Questions & Answers

about ftp and nfs

Hi everyone, How can we access the ftp and nfs using other ports (not using 21 and 2049) thanks in advance kunal patil (2 Replies)
Discussion started by: kunalpatil09
2 Replies

6. Solaris

All dependicies of nfs service is online but nfs is offline

Hi all in my server all nfs dependices are online but nfs client is offline root@BIWAPP1 # svcs -a|grep nfs disabled Sep_05 svc:/network/nfs/server:default online Sep_05 svc:/network/nfs/rquota:default online Sep_05 svc:/network/nfs/mapid:default online ... (9 Replies)
Discussion started by: spandhan
9 Replies

7. BSD

configuring ftp and nfs on free bsd

I have just installed freebsd on one of my computer in my apartment< Which IO intend to turn into a file and local mail server for my network. How does one install the ftp deamon in bsd. How does one configure nfs for shareing dfiles betwenn FreeBSD, Ubuntu (linux) and Mac OsX Leopard? Or... (1 Reply)
Discussion started by: FloridaBSD
1 Replies

8. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies

9. UNIX for Dummies Questions & Answers

Works with FTP but not NFS

I am having problems ready files that have been NFS mounted. Here is what i have: Original files are on VMS server, need them on Linux server. I have NFS mounted from VMS to Linux and can see the directory and files. When i try to read (vi) the files on the NFS mount the file is full of special... (1 Reply)
Discussion started by: pbonilla
1 Replies
Login or Register to Ask a Question