Sponsored Content
Operating Systems AIX Problem with NFS mount and network configuration between AIX and Windows 2003 servers Post 302418105 by zaxxon on Monday 3rd of May 2010 04:20:32 AM
Old 05-03-2010
Seems like your tcp/ip routing is not set up correct. You might have to add a net route from your AIX box to the 122.0.0... network it seems. Not sure about network adapters in your box but if you connect with 1 special adapter to the 122.0.0... net, you will have to set the route on this adapter.

Please post a
Code:
netstat -rn

from your AIX box that can't reach the 122.0.0.... network and use code tags please, ty.
Maybe there is just missing a default gatway entry - we will see.
 

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
rmtab(5nfs)															       rmtab(5nfs)

Name
       rmtab - table of local file systems mounted by remote NFS clients

Description
       The  file  resides  in  the directory and contains a list of all remote hosts that have mounted local file systems using the NFS protocols.
       Whenever a client performs a remote mount, the server machine's mount daemon makes an entry in the  server  machine's  file.   The  command
       instructs the server's mount daemon to remove the entry.  The -b command broadcasts to all servers and informs them that they should remove
       all entries from created by the sender of the broadcast message.  By placing a -b command in tables on NFS servers can be purged of entries
       made  by a crashed client, who, upon rebooting, did not remount the same file systems that it had before the system crashed.  The file is a
       series of lines of the form:
       hostname:directory

       Rather than rewrite the rmtab file on each request, the mount daemon comments out unmounted entries by placing a number	sign  (#)  in  the
       first  character  position of the appropriate line.  The mount daemon rewrites the entire file, without commented out entries, no more fre-
       quently than every 30 minutes.  The frequency depends on the occurrence of requests.

       This table is used only to preserve information between crashes and is read only by when it starts up.  The daemon keeps an in-core  table,
       which it uses to handle requests from programs like and

Restrictions
       Although the table is close to the truth, it may contain erroneous information if NFS client machines fail to execute -a when they reboot.

Files
See Also
       mount(8nfs), umount(8nfs), mountd(8nfs), showmount(8nfs), shutdown(8)

																       rmtab(5nfs)
All times are GMT -4. The time now is 04:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy