I had few questions I was hoping you might be able to help me with:
1) Below are the 3 instructions for increasing the data segments.
Am I correct that the second instructions "start_process" is not a command to run but instead is actually telling you to work on whatever it is you need the size of the data segments increased for?
2) I ran a test and instead of nfs mounting all of /directoryA to the AIX 4.3.3 machine, I just nfs mounted a subdirectory /directoryA/subdirectory1 to the AIX 4.3.3 machine. I was able to go into the mounted subdirectory1 and could successfully run "ls" and "make". This subdirectory only had a few files in it. This makes me again think that the number of files is the cause of the problem. Are there any other values (environmental variables, etc...) that I might be able to change to allow for "ls" and more importantly "make" to successfully run in a directory with many files in it?
Thanks again for your continued assistance
Last edited by zaxxon; 04-01-2014 at 09:20 AM..
Reason: code tags
I've hit this with AIX 5.1 (32-bit) as a client of RHEL 6.3 (64-bit)
It appears that you can play around as much as you like on the 32-bit side, but if the 64-bit server writes a new file when you have more than about 40 files in a directory, then the 32-bit side fails from then on until the number of files is reduced (by the 64-bit side, obviously) and then the client will work happily again.
It was suggested to us that the directory 'file' changes after a certain number of entries when edited on the 64-bit side and that the 32-bit side doesn't understand and goes off in a mad loop until eventually it exhausts memory (set by ulimit) and fails, returning control to the command line.
Our only way around this whilst we still have the need is to split up the files into sub directories such that any one of them has less than the limit of about 40 (for files, count any item, links, directories, pipe files etc.)
It's not great, but that's what we had to do. An alternate was to mount the NFS share the other way round, but that relies on disk space on the other side being available and changing any other clients to pick up the replacement 32-bit server. You could have a 32-bit server just to server NFS to all the others, but they are largely unsupported now.
Sorry it's not great news,
Robin
Liverpool/Blackburn
UK
Hi all,
I've salveaged a fully working HP 9000 340 model with hard disk and floppy drive.
It boots up and I get to the login screen. I don't have any usernames or passwords. Anyone know any hacks for the version of Unix it runs?
Is there anyway I can reset the root password? Via Floppy?
... (0 Replies)
Hi
I am trying to sort a file of 88075743B size. I am doing some processing on the file and after the processing is done; I get 2 files temp1 and temp2. I need to combine both these files as one and this final file should be sorted on fields 1 and 2. Space is the delimiter between fields. Record... (2 Replies)