SVR4 #6

 

edplogo.gif (5330 bytes)

FECO:

SVR4 # 6

MODIFICATION NO:

N/A

PRODUCT:

NCR UNIX SVR4 03.02.**

SUB-ASSEMBLY:

N/A

ESTIMATED MAN HOURS:

N/A

CLASS OF CHANGE:

MANDATORY

REASON FOR CHANGE:

TO RESOLVE A PROBLEM.

RELATED FECO/AB

N/A

ULIMIT SIZE FOR SVR4 UNIX

NOTE:

  1.         Throughout this FECO a SPACE in a string is shown by a Ñ .

                  All other spaces are purely cosmetic

  1. There have been problems with processes terminating due to exceeding the configured maximum file size limit in Unix.
  1. To eliminate these issues ulimit should be set to unlimited.
  1. To do this perform the following:

4.1    Copy the /etc/default/login file:

cp Ñ /etc/default/login Ñ /etc/default/login.old

4.2    Then  vi Ñ /etc/default/login

4.3    And replace the figure after ULIMIT= with unlimited

4.4    Move the cursor to the first number after the = and type cw this will put a $ at the end of the
         line, then type unlimited

4.5    The line should now read       ULIMIT=unlimited

4.6    Save this to the file by typing <ESC> :wq! <CR>

4.7    Processes will pick up this new limit when they next login from the Unix login prompt.

Return to Index