Sponsored Content
Operating Systems AIX Problem with NFS mount and network configuration between AIX and Windows 2003 servers Post 302417405 by astiaous on Thursday 29th of April 2010 12:55:00 PM
Old 04-29-2010
Thanks for your answer. Smilie
Sorry for waiter, is a server ... and the footbridge is a bridge betwen 2 diferents networks.
Catia V4 is a software developped by Dassault system.
It's 2 servers windows 2003 in NFS.
The Cde office has started well today. Smilie
My database is put together well.
On the contrary, the environment erase the recorded static roads.
It's a directory with files for catia V4 and Cde office, I've recup it on the server Aix and put it in a directory of the server 192.168.0.200.
I do not know how to change it or to find resolution.
It would be simpler to be able to achieve the server Aix directly via the server windows 2003 with the 2 cards networks.
 

10 More Discussions You Might Find Interesting

1. AIX

SFTP script from AIX to Windows 2003

Hello everyone! I searched high and low in the forum's on this site before I started a thread, but couldn't quite find my resolution. Even though I got good hits on SFTP. I'm working on a script on my AIX 5.3 system to sftp (OpenSSH) files to another remote site that is running "Secure FTP"... (2 Replies)
Discussion started by: Exit42
2 Replies

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

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

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

5. AIX

NFS mount problems on AIX

Hi, I have two machines (AIX) each on a different VLAN. Need to mount a filesystem using nfs on the other one. When I export the nfs file system its a breeze. But when I try to mount it on the other machine the smitty command hangs on "running" and i get an OK from smitty but with this... (6 Replies)
Discussion started by: aixromeo
6 Replies

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

7. Solaris

I want to mount windows 2003 oracle instance

I want to mount windows 2003 oracle instance to solaris machine. Can any one has idea? Please send me your experiences ,if any. (5 Replies)
Discussion started by: Jagandadi
5 Replies

8. UNIX for Dummies Questions & Answers

Sharing a network mount preferably with NFS

Hello, I would like to share a 9p (Plan 9) passthrough/share to a VM via NFS (using a guest as an NFS server to share a directory from the host) At the moment I am getting the error message: 'exportfs: /share does not support NFS export'... (2 Replies)
Discussion started by: Scratch
2 Replies

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

10. Shell Programming and Scripting

Move script from windows to Linux using NFS mount

Hi All, Is there a command or script which will push a file from Windows server to Linux box? using the mount command. I want the details or document of the whole process please. I want this script to run every 30 minutes to push the file from windows to unix Thanks (16 Replies)
Discussion started by: thinkingeye
16 Replies
YPSERV(8)						    BSD System Manager's Manual 						 YPSERV(8)

NAME
ypserv -- YP server daemon SYNOPSIS
ypserv [-1] [-a aclfile] [-d] [-x] DESCRIPTION
Ypserv is a fundamental part of the network information system called YP. This server provides information from YP maps to the YP clients on the network. A YP map is stored on the server as a db(3) database. A number of YP maps is grouped together in a domain. Ypserv determines the domains it serves by looking for a directory with the domain name in /var/yp. YP hasn't been known for high security through the years. In recent years security has improved by restricting access to the server. In SunOS 4.1 has a new file occured named /var/yp/securenet. It contains networks the server can assume is secure. For information about file format see securenet(5). Before the author of this server had seen securenet(5) another format was implemented ypserv.acl(5). This file format makes it possible to allow and deny hosts and networks access to the server. This file can have any name since it's given by the argument to -a (use full path). The file used can be reread by sending a SIGHUP to ypserv. The process pid can be found in the file /var/run/ypserv.pid If a host isn't secure all queries to the server will result in a YP_NODOM result. If the file /var/yp/ypserv.log exists then messages will be written to the file. If a directory named the same as the system domainname exists in /var/yp/ (ie. the domainname is foo and directory /var/yp/foo exists), then ypserv will be automatically started at boot time. The options are as follows: -1 Allow ypserv to answer old YP version 1 requests. -a aclfile Don't use /var/yp/securenet. Use another file with another file format. For futher information see man page for ypserv.acl. -d Use Internet Domain Name System. If a query to map hosts.byname or hosts.byaddr fails, make a DNS query and return the result if suc- cessful. Alternately, if these maps were built on the YP master using makedbm -b then DNS queries will be done without needing to specify -d. -x Terminate the server after processing aclfile or /var/yp/securenet. FILES
/var/yp/ypserv.log /var/yp/securenet /var/run/ypserv.pid SEE ALSO
yp(8), ypserv.acl(5), securenet(5), ypbind(1) AUTHOR
Mats O Jansson <moj@stacken.kth.se> BSD
June 27, 1994 BSD
All times are GMT -4. The time now is 02:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy