Questions tagged [nfsclient]

62 questions
1
vote
0 answers

What happens when aio read posix call (io_submit) is made on a file on a remote NFS server in Linux?

As part of my project I was asked to implement callbacks for NFS read. Now I want to understand how the current system kernel code works. Thanks in advance.
1
vote
0 answers

How to implement getfacl in java (linux) since getacl() works only on windows

How to implement getfacl() in java (Linux) since getacl() works only on Windows. When I try to use AclFileAttributeView in Linux for nfsv4 mounted drive I get null pointer.
satish john
  • 206
  • 1
  • 6
  • 14
0
votes
0 answers

prometheus not seeing mountstats metrics from k8s node

Team, I have active mounts on node and I have these expression set which allows proc and drops rest but i still don't see mountstats metrics pushed to prometheus. any hint if i still need to stip off something from below ignored ? extraArgs: …
AhmFM
  • 832
  • 8
  • 24
0
votes
1 answer

File upload/download using nfs-client package not working after n iteration

I am using nfs-client package to realize the NFS protocol to connect to the linux server for file upload/download. Basically the purpose is NFS protocol testing . This is my sample codebase import com.emc.ecs.nfsclient.nfs.io.Nfs3File; import…
curiousguy
  • 2,694
  • 6
  • 31
  • 55
0
votes
1 answer

Connection timed out when mount NFS volume in docker-compose

I have the NFS server setup and the firewall is opened for ports 111 and 2049. and I have an NFS client and also configured for ports 111 and 2049. The connection between the servers is working fine for the above ports when I mount manually from the…
NesuGH
  • 51
  • 1
  • 7
0
votes
0 answers

How could I exclude finding files from NFS share using NFS Library

I want to get only the folders of a NFS share but when I get the item list, I get all the files and folders. So I should exclude collecting the files using the NFS Library. So how should I exclude collecting the files? The NFS Library I used…
Vaseem Akram
  • 49
  • 1
  • 10
0
votes
1 answer

nfs issue on AWS Amazon Linux2

I'm running multiple websites on Amazon AWS. I mounted and EBS on the master server, the mount dir hold the website's files. Also, I configured the application load balancer, which installs small instances when there is a load on the master. The…
Marvix
  • 131
  • 2
  • 12
0
votes
1 answer

Execute Docker Container from Firebase/Google Cloud Functions

I need to run a docker container when a Cloud function is triggered. Also, I need this Docker to mount a folder from an NFS file server VM that is running in a Google Cloud Compute Engine. How can I run a docker container from a Firebase/Cloud…
0
votes
1 answer

Mounting a directory containing multiple hard drive mount points using NFS

I have 4 hard drivers mounted in a directory: /dev/sda1 11T 62M 11T 1% /all-hdds/hdd1 │ 36 #MpiParams=ports=#-# /dev/sdb1 11T 62M 11T 1% /all-hdds/hdd2 …
Milad
  • 3,435
  • 5
  • 26
  • 34
0
votes
1 answer

Cannot Login to Raspberry-Pi directly, but can access it via SSH

I am booting the rootfs of my raspberry pi over NFS. (Local network static ip-s) Raspberry mounts rootfs successfully and I can access it over ssh. But I cannot log-in on the device itself via keyboard attach to it. There are no error messages…
brane
  • 403
  • 3
  • 15
0
votes
0 answers

n4bg conusmes high cpu in AIX

A process with name n4bg (NFS client?) in aix consumes a high percentage of CPU continuously .OS is AIX 6.1.9 What is this process actually with name n4bg and what is the use of this process. What could be the reason for this high CPU…
user1929905
  • 361
  • 2
  • 6
  • 21
0
votes
1 answer

Geneos File System Monitoring .snapshot

Seems like *nix operating systems are showing .snapshot folders and files in their view for disk partition space free. I.E. volume full, inode full, etc. How can I exclude from the geneos tool these folders and files? Nfs mounts nas:/volume/qtree…
Bryan
  • 1
  • 2
0
votes
1 answer

NFS or SSHFS : How to disable client writes to server?

[EDIT] NFS or any other similar software like SSHFS. client mounts from server client modifies/writes contents of mounted FS now i don't want to reflect those changes to the server. Is it possible? Or is there any other FS. Thank you.
sujoshi
  • 87
  • 1
  • 4
0
votes
1 answer

setLastModified not working on an NFS share

I have an NFS share mounted on one of my Solaris server. The path /appdata/anp is mounted from Server A onto Server B. Under the share: /appdata/anp I have a folder named /appdata/anp/factory In the above directory I put files which has the…
Cheshar
  • 531
  • 1
  • 6
  • 19
0
votes
1 answer

NFS client aggregates write requests even when application opens file with O_DSYNC

I am running an application which opens a file in an NFS mount with O_DSYNC option. The application then writes 6500 bytes of data 1000 times to the file in a loop. I monitored the client behavior and noticed that it was sending the writes to the…
user1071840
  • 3,220
  • 7
  • 43
  • 65