원문 : 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
번호 제목 글쓴이 날짜 조회 수
공지 [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 22575
93 Solaris Common Error Messages ischo 2010.11.11 51813
92 SUN ILOM 2.0 기능 및 설명 file 조인상 2010.05.24 35382
91 솔라리스 보안취약점 보완을 위한 정책강화 방법 조인상 2010.05.27 32208
90 Solaris 10 Network - IP구성 및 network restart 조인상 2013.04.09 29237
89 CDE (Common Desktop Environment)에 대해서 조인상 2010.08.17 27434
88 솔라리스10에서 tcp_wrapper 사용하기/설정 조인상 2010.05.12 23368
87 NIC 속도 확인방법 조인상 2010.05.12 22949
86 FTP 관련 포트 정리 file 조인상 2010.05.12 22612
85 Sun/Qlogic HBA WWN 알아보는법 조인상 2010.05.12 21487
84 telnet 접속시 No utmpx entry. You must exec "login" from the lowes 조인상 2010.05.12 20426
83 솔라리스8 ssh 설치 조인상 2010.05.12 20324
82 How to D-trace file 조인상 2010.12.22 20055
81 솔라리스 10 접속서비스 설정 (telnet ftp ssh) 조인상 2010.05.12 19765
80 SUN 용 시리얼케이블 제작법 file 조인상 2010.05.12 19480
79 Oracle Solaris 11 OE 설치 가이드 file 조인상 2011.12.15 19472
78 [ksh] 여러개의 프로세스 kill 시키는 스크립트 조인상 2010.05.12 19349
77 tape 인식이 안될때 재인식시키는 방법 조인상 2010.05.12 18463
76 UTP 케이블. 다이렉트/크로스 제작방법 조인상 2010.05.12 18422
75 Maximum number of Process 값 확인 방법 조인상 2010.06.25 18408
74 C++ 테스트 코드 조인상 2010.05.12 17760
서버에 요청 중입니다. 잠시만 기다려 주십시오...