Move script from windows to Linux using NFS mount


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Move script from windows to Linux using NFS mount
# 8  
Old 08-21-2015
Check if "services for nfs" are installed under windows features.

If nobody even knows if it's running NFS, I suspect it is not and should not.
# 9  
Old 08-21-2015
if your linux box and windows server are able to connect to each other, can you use rsync or scp?
# 10  
Old 08-26-2015
Thanks Kssolanki,
I cannot use scp as per the security issues, the server tea, wants me to use the NFS route.
# 11  
Old 08-26-2015
Quote:
Originally Posted by thinkingeye
Thanks Kssolanki,
I cannot use scp as per the security issues
What security issues would those be? Using NFS to avoid security issues sounds like using gasoline to avoid fire...
# 12  
Old 08-27-2015
Shouldn't the server team give you guidance on how to deploy NFS, then?
# 13  
Old 08-27-2015
Quote:
Originally Posted by thinkingeye
Thanks Kssolanki,
I cannot use scp as per the security issues, the server tea, wants me to use the NFS route.
This sounds like we cannot use doors and locks as per the security issues, the housekeeper wants me to use a string-curtain.

Btw., which version of NFS are you requested to use? NFSv4, NFSv3 or perhaps NFSv2 because of the security issues of the former two?

bakunin
# 14  
Old 08-27-2015
Quote:
Originally Posted by RudiC
Shouldn't the server team give you guidance on how to deploy NFS, then?
Thanks RudiC. The server team should, but as far as i know they are almost at the end of their contract and hence these issues. I have a script using winscp and works fine, but they wouldnt allow that Smilie

---------- Post updated at 11:51 AM ---------- Previous update was at 11:50 AM ----------

Quote:
Originally Posted by bakunin
This sounds like we cannot use doors and locks as per the security issues, the housekeeper wants me to use a string-curtain.

Btw., which version of NFS are you requested to use? NFSv4, NFSv3 or perhaps NFSv2 because of the security issues of the former two?

bakunin
Thanks bakunin, i think they do not care about the version and as per me this is the first time ever i heard about this NFS MOUNT, i usually use winscp
Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 NFS client cannot mount a share from a Windows server

I have a Solaris 10 server, I'm trying to mount a share from a Windows nfs server. If I add this entry (tst-walnut:/test_sap_nfs - /majid nfs - yes rw,soft) to my /etc/vfstab, then I can mount, but when I create a file by root:root, the file owner changes to... (1 Reply)
Discussion started by: Hiroshi
1 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. Windows & DOS: Issues & Discussions

NFS mount error in windows

I am trying to set a share between windows and an AIX server. I was able to do this to a windows 2008 server. I am now trying to get this to worked on a windows 7 enterprise pc. below is what i get. I have turned off the firewall wall in windows the user is an admin in the pc. same account works... (6 Replies)
Discussion started by: fierfek
6 Replies

4. UNIX for Dummies Questions & Answers

NFS mount of Windows NAS

The UPS connected to the Disk Array portion of my Windows 2003 NAS burned up over the weekend. Reconnected it to a new UPS and re-booted the NAS box. Since then I have not been able to get my HPUX 10.2 box to mount the shared drives on the NAS. At boot, the NFS client & server subsystems do a... (0 Replies)
Discussion started by: twalker0
0 Replies

5. AIX

HACMP, NFS cross-mount problem. Can not move resource group

Hi, I'm new to HACMP. Currently I setup a cluster with nfs cross-mount follow this guide: kristijan.org NFS cross-mounts in PowerHA/HACMPMy cluster has two nodes: erp01 and erp02. I'm using nfs4 with filesystem for nfs is: /sapnfs Cluster start without problems. But I cannnot move RG (with... (3 Replies)
Discussion started by: giobuon
3 Replies

6. AIX

Problem with NFS mount and network configuration between AIX and Windows 2003 servers

I ‘m beginner on unix I want to move an unix aix post 5.2 on distant site for use catia V4 with a foundation of data accommodated by a serveur windows 2003 and an environment accommodated on the serveur aix. The computer was linked up by IP (122.0.0.8) with waiter 2003 (via NFS) and the waiter... (8 Replies)
Discussion started by: astiaous
8 Replies

7. Solaris

how to mount Windows NFS share on solaris

Hi, How can i mount an NFS share on a solaris machine a filesystem ? I have enabled nfs on a windows server and the shares has given read/write access to it to all the users. I would like to mount it on around 10 different solaris boxes with different versions of solaris. Thanks in advance. (2 Replies)
Discussion started by: uxadmin007
2 Replies

8. UNIX for Advanced & Expert Users

can i mount nfs share on windows 2003 server

this is probably a bit dumb ...but i read somewhere that one of the nfs versions can be mounted on a windows 2003 server ..if yes ..does anyone know how this can be achieved (1 Reply)
Discussion started by: tarunicon
1 Replies

9. Windows & DOS: Issues & Discussions

NFS HDD mount on Windows XP

Hi, Unix based, My harddrive won't boot and I'm looking for a reliable tool that can mount a hdd on Windows XP and show me the files stored on a NFS system. I tried the tool: Ext2IFS but this didn't work. I found a lot of tools on google to mount nfs share thru a network but that's... (1 Reply)
Discussion started by: severt
1 Replies

10. AIX

How to do a NFS mount from AIX to Linux?

How to do? Thanks (1 Reply)
Discussion started by: rainbow_bean
1 Replies
Login or Register to Ask a Question