원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

1. 솔라리스 버전별 유저개수에 관련된 사항

++ 유저아이디 UID ++
0-99  시스템계정
100-2147483647  일반계정
60001  nobody
60002  noaccess

솔라리스 2.5.1 이후 버전부터 2,147,483,647까지 UID제한이 올라감.



[원문]

Previous Solaris software releases used 32-bit data types to contain the user IDs (UIDs)
and group IDs (GIDs), but UIDs and GIDs were constrained to a maximum useful value of
60000.
Starting with the Solaris 2.5.1 release and compatible versions,
the limit on UID and GID values has been raised to the maximum value of a signed integer,
or 2147483647.

이전 솔라리스 소프트웨어에서는 UID와 GID를 포함하는 32비트 데이터타입을 사용하지만
UID와 GID는 최대 60000의 값 안에서 유효하다.
솔라리스 2.5.1에서부터는 UID와 GID의 최대값이 부호화된 정수나 2147483647 까지 올라갔다.


UIDs and GIDs over 60000 do not have full functionality and are incompatible
with many Solaris features, so avoid using UIDs or GIDs over 60000.

60000이상의 UID와 GID는 많은 솔라리스 기능들과 완벽히 호환되지 않으므로
60000이상의 UID와 GID는 피해야 한다.



(테이블 1-2) 60000이상의 UID/GID에서 호환되지 않는 서비스 및 명령어들

http://docs.sun.com/db/doc/805-3727/6j3ht4def?a=view








2. 한 파일시스템에 만들수 있는 파일개수  >  늘리는 방법



http://docs.sun.com/db/doc/805-7228/6j6q7uf0s?q=number+of+files&a=view


[원문]
The number of inodes determines the number of files you can have in the file system
: one inode for each file.
The number of bytes per inode determines the total number of inodes created
when the file system is made
: the total size of the file system divided by the number of bytes per inode.
Once the inodes are allocated, you cannot change the number
without recreating the file system.

아이노드 개수는 파일의 개수를 결정한다. : 각 파일당 한개의 아이노드
아이노드당 바이트크기는 파일시스템이 만들어졌을때의 아이노드 개수를 결정한다.
아이노드가 한번 할당되면 파일시스템을 재생성하지 않는한 바꿀수 없다.

The default number of bytes per inode is 2048 bytes (2 Kbytes)
if the file system is less than one Gbyte.
If the file system is larger than one Gbyte, the following formula is used:

파일시스템이 1기가 바이트 이하이면 기본 아이노드 크기는 2KB이다.
1기가바이트 이상이라면 아래의 형식을 따른다.

============================================================
File System Size            Number of Bytes Per Inode
============================================================
Less than or equal to 1 Gbyte    2048
------------------------------------------------------------
Less than 2 Gbytes            4096
------------------------------------------------------------
Less than 3 Gbytes            6144
------------------------------------------------------------
3 Gbytes or greater          8192
------------------------------------------------------------




3. 하나의 파일시스템의 용량

[원문]
Maximum UFS File and File System Size
The maximum size of a file in a UFS file system is approximately 800 Gbytes.
The maximum size of a UFS file system is 1terabyte.

UFS 파일시스템의 파일 최대크기는 대략 800기가 바이트이다.
UFS 파일시스템의 최대크기는 1테라바이트이다.

Maximum Number of UFS Subdirectories
The maximum number of subdirectories per directory in a UFS file system is 32,767.
This limit is predefined and cannot be changed.

UFS 파일시스템의 디렉토리당 서브디렉토리의 최대개수는 32767 이다.
이 제한은 사전정의되었으며 변경될수 없다.



http://docs.sun.com/db/doc/805-7228/6j6q7ueuo?a=view
서버에 요청 중입니다. 잠시만 기다려 주십시오...