how to set the ulimit on AIX 5.2 version?


 
Thread Tools Search this Thread
Operating Systems AIX how to set the ulimit on AIX 5.2 version?
# 1  
Old 11-14-2007
how to set the ulimit on AIX 5.2 version?

how to set the ulimit on AIX 5.2 version?
# 2  
Old 11-14-2007
The posts in the FAQ submission queue are for submitting a FAQ to be put up. Not for asking questions. I have moved the thread to the AIX forum where it has the best chance of being answered.

Also, suggest that you do a bit of searching on the net before asking questions. This man page should help.
# 3  
Old 11-15-2007
There are 2 ways
Editing the limits file (take efect after reboot)
edit /etc/security/limits


instant change to the settings ( logout and back in to take efect )

chuser rss=-1 username
chuser fsize=-1 username
chuser data=-1 username
chuser nofiles=4000 username
chuser "stack=8388608" username
# 4  
Old 11-15-2007
sorry then to check just use ulimit -a
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

AIX change ulimit for a user

I have seen two different ways for changing the ulimit for a user in aix. Which one is better? Option 1 edit /etc/security/limits oracle: fsize = -1 data = -1 stack = -1 fsize_hard = -1 nofiles = -1 nofiles_hard = -1 Option 2 ... (6 Replies)
Discussion started by: cokedude
6 Replies

2. UNIX for Beginners Questions & Answers

AIX version selection

Hi, I would like to upgrade my AIX box 6.1 to 7.1/7.2. Current info of my AIX 6.1 box / > oslevel -s 6100-09-11-1810 System Model: IBM,9117-MMD Machine Serial Number: xxx Processor Type: PowerPC_POWER7 Processor Implementation Mode: POWER 7 Processor Version: PV_7_Compat Number Of... (10 Replies)
Discussion started by: Phat
10 Replies

3. AIX

What are the ideal ulimit settings for root user in AIX?

Hi, what are the ideal/best/recommended ulimit settings for a root user in AIX? I understand that it depends on our environment. But I would like to know...what are settings you guys use in your environment for best performance. default: fsize = 2097151 core = 2097151 ... (8 Replies)
Discussion started by: System Admin 77
8 Replies

4. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

5. HP-UX

set permanent ulimit

Hi all I have a request from user to change the file descriptors limit to 8192. The current setting are: root@xxxxx:(wmdev)> ulimit -a time(seconds) unlimited file(blocks) unlimited data(kbytes) 1048576 stack(kbytes) 131072 memory(kbytes) unlimited... (3 Replies)
Discussion started by: hedkandi
3 Replies

6. AIX

aix version 5

I have been given multiple years of login files to determine workload. How do I determine the year in regards to the login. This is what is looks like now. witkoaxdm/_0Sep 13 07:45 still logged in. thank you (1 Reply)
Discussion started by: wildchild
1 Replies

7. AIX

AIX 6.1 Kernal Parameters ulimit

Hello, How can I setup the ulimit for memory permanent ulimit -m unlimited ulimit -a Output from the ulimit command should be similar to the following:time(seconds) unlimited file(blocks) unlimited data(kbytes) 2097152 stack(kbytes) 32768... (4 Replies)
Discussion started by: filosophizer
4 Replies

8. AIX

Help me explain mean of AIX Version ?

Anyone can help me explain the mean of AIX 5L 5.3 ML3 I don't know "what re - 5L mean and ML3 mean " Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

9. AIX

AIX version

Hi all Can any1 tell me how to check the AIX version on my server. I have used uname -a but it does not give a specific version number. (4 Replies)
Discussion started by: masquerer
4 Replies

10. UNIX for Advanced & Expert Users

set Ulimit data segment to Unlimited

Hi, as per my Unix admin all parameters in Ulimit are set to Unlimited in Hard limits but some how few profiles setting data segment part to limited number value. So i wanted to over write in my profile to set unlimited as hard limits are set to unlimited. What is the command to set ulimit for... (1 Reply)
Discussion started by: terala_s
1 Replies
Login or Register to Ask a Question