원문 : 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 20164
73 시스템 패닉메시지 Score05/Score95 조인상 2010.05.12 6730
72 vi편집기 이용하여 텍스트 암호화하기 조인상 2010.05.12 6327
71 utmp, utmpx, wtmp 및 wtmpx 파일을 읽는 방법 조인상 2010.05.12 10016
70 CDE화면으로 로그인이 안될때... 조인상 2010.05.12 6073
69 SPARC 10의 / 파일시스템 용량제한 조인상 2010.05.12 6261
68 RACK 전원코드의 V(볼트)내역 조인상 2010.05.12 6251
67 EIS install 방법 조인상 2010.05.12 13787
66 SDS RAID 5 에서 hotspare 디스크 교체 조인상 2010.05.12 8672
65 OS 디스크 복사(dump) 하기 조인상 2010.05.12 9362
64 OBP 버전 확인 및 패치방법 조인상 2010.05.12 7279
» 솔라리스 버전별 유저수 / 한 파일시스템에 만들수 있는 파일개수 조인상 2010.05.12 9864
62 bind 유틸 설치 조인상 2010.05.12 5540
61 테잎을 이용한 백업스크립트 조인상 2010.05.12 7807
60 터미널 접속방법 및 tip command 정리 조인상 2010.05.12 7466
59 tape 인식이 안될때 재인식시키는 방법 조인상 2010.05.12 16071
58 vi에서 ^M 표시 없애는 방법 조인상 2010.05.12 6538
57 하드 디스크 모델넘버 읽는 법 조인상 2010.05.12 8865
56 qlogic 2300 SAN FC카드 드라이버 설치 하기 file 조인상 2010.05.12 8594
55 솔라리스 DVD 파일 합치기 조인상 2010.05.12 8684
54 sendmail relay test site 조인상 2010.05.12 6340
서버에 요청 중입니다. 잠시만 기다려 주십시오...