Tech_Info/OS2007. 1. 2. 13:48
내가 자주가는 사이트 NTFAQ에 올라온 글 (재난복구에 대한 내용) 을 읽어보고 있는데
모르는게 너무 많아서 ㅋㅋㅋ
Boot.ini 는 대충 알았지만, ARC가 뭔지 전혀 감이 안와서 검색을 해봤다.

원문 : [연재] 2-2. boot.ini 이해와 사용 방법
http://www.ntfaq.co.kr/notice/content.asp?tname=windows_restore_backup&pid=5&page=1&keyword=&choice=
여기에 있는 그림이 쵝오다. 이해 만빵!


참고사이트 : BOOT.INI와 ARC 경로 명명 규약 및 사용 (WIN NT Only)
http://support.microsoft.com/kb/102873/KO/

이런걸 다 어떻게 아실까? 대단하시당~

'Tech_Info > OS' 카테고리의 다른 글

CTG 란?  (0) 2006.12.26
NT File System 제한  (0) 2006.11.14
Command Prompt 사용하기 쉽게 만들기  (0) 2006.10.30
FTP home directory inaccessible  (0) 2006.10.30
SAN Volume Controller (SVC)  (0) 2006.10.24
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 12. 26. 10:49

아직 정리 안되어 있음 ^^;

What is CTG and how does it compare to HostBridge?

CICS Transaction Gateway (CTG) is an IBM software product that runs on a middle-tier platform (usually). It supports two primary interfaces to CICS transactions: ECI and EPI.

EPI is a terminal emulation interface, like HLLAPI. It allows a program on the server to interact with a CICS terminal-oriented transaction using terminal emulation and "screen scraping" techniques.
ECI is an interface that allows a program on the server to interact with a CICS COMMAREA transaction.
HostBridge does not require CTG. However, if a customer wants to use CTG as their gateway into the mainframe then the ECI interface can communicate between a program on the middle-tier server and HostBridge. (HostBridge supports a COMMAREA interface.) The only scenario in which CTG would be required would be if a customer wants to use SNA as the communication protocol to the mainframe. This is actually why CTG came into being, but it is a very rare situation these days.

Under no circumstances do we use the EPI interface (HostBridge is all about eradicating screen scraping, not using it!)

The bottom line is that HostBridge and CTG are not competitive, and can be complementary. Thus, you can't really say that one is superior to another. HostBridge XML-enables CICS BMS transactions. CTG does not. The only case in which CTG is required with HostBridge is if the customer wants to use SNA between the middle tier and the mainframe. In all other cases CTG is unnecessary when using HostBridge

'Tech_Info > OS' 카테고리의 다른 글

Boot.ini 와 ARC에 대한글  (0) 2007.01.02
NT File System 제한  (0) 2006.11.14
Command Prompt 사용하기 쉽게 만들기  (0) 2006.10.30
FTP home directory inaccessible  (0) 2006.10.30
SAN Volume Controller (SVC)  (0) 2006.10.24
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 11. 14. 17:42

FAT16-MaxFileSize: 2^32 minus 1 bytes (approx. 4,2GB)
FAT16-MaxVolumeSize: 4GB
FAT16-MaxFilesPerVolume: 2^16 (65536)

FAT32-MaxFileSize: 2^32 minus 1 bytes (approx. 4,2GB)
FAT32-MaxVolumeSize: 32GB / 127.53 GB
FAT32-MaxFilesPerVolume: approx. 2^22 (4194304)

NTFS-MaxFileSize: theoretical: 2^64 - 1 KB (approx. 17179869184 GB),
NTFS-MaxFileSize: implemented: 2^44 - 1 KB (approx. 16384 GB)
NTFS-MaxVolumeSize: theoretical 2^64 clusters (16 exabytes (EB))
NTFS-MaxVolumeSize: implemented 2^32 clusters (2 TB)
NTFS-MaxFilesPerVolume: 2^32 - 1 (4294967295)


Link : http://groups.google.co.kr/group/microsoft.public.win2000.file_system/browse_thread/thread/e8ebc00fa350d298/dc5611004e4fdea0%23dc5611004e4fdea0

'Tech_Info > OS' 카테고리의 다른 글

Boot.ini 와 ARC에 대한글  (0) 2007.01.02
CTG 란?  (0) 2006.12.26
Command Prompt 사용하기 쉽게 만들기  (0) 2006.10.30
FTP home directory inaccessible  (0) 2006.10.30
SAN Volume Controller (SVC)  (0) 2006.10.24
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 30. 11:25
원본링크 : http://technet2.microsoft.com/WindowsServer/en/library/4960db77-7bc9-4b5c-9c68-53a8b3c593f61033.mspx

Command Prompt를 좀 더 사용하기 편하게 바꿔보자.

방법 :
1. Open Command Prompt.
2. Click the upper-left corner of the Command Prompt window, and then click Properties.
3. Click the Options tab.
4. In Command History, type or select 999 in Buffer Size, and then type or select 5 in Number of Buffers.
5. In Edit Options, select the Quick Edit Mode and Insert Mode check boxes.
6. Click the Layout tab.
7. In Screen Buffer Size, type or select 2500 in Height.
8. In the Apply Properties dialog box, click Save properties for future windows with same title.

효과 :
• By selecting the Quick Edit Mode check box, you enable copy and paste from the Command Prompt window. To copy, select the text in the Command Prompt window with your left mouse button, and then right-click. To paste, either at the command prompt or in a text file, right-click.
• By increasing the screen buffer size to 999, you enable scrolling through the Command Prompt window.
• By increasing the number of buffers to five, you increase the number of lines in the Command Prompt window to 5000.

'Tech_Info > OS' 카테고리의 다른 글

CTG 란?  (0) 2006.12.26
NT File System 제한  (0) 2006.11.14
FTP home directory inaccessible  (0) 2006.10.30
SAN Volume Controller (SVC)  (0) 2006.10.24
HOWTO: Exchange 2000에서 사서함에 대한 저장소 제한 구성  (0) 2006.10.11
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 30. 10:26
FTP가 아래와 같은 메세지를 보여주면서 로그인이 안될때는 대상 디렉토리의 권한을 확인하면 된다.

Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 24. 17:51
Simplify your storage infrastructure with IBM TotalStorage® SAN Volume Controller (SVC). Designed to enable changes to the physical storage with minimal or no disruption to applications, TotalStorage SAN Volume Controller combines the capacity from multiple disk storage systems into a single storage pool, which can be managed from a central point. This is simpler to manage, helps to increase utilization and improve application availability.

TotalStorage SAN Volume Controller's extensive support for non-IBM storage systems -- including EMC, HP and HDS -- enables a tiered storage environment to allow you to better match the cost of the storage to the value of your data. You can apply advanced copy services across storage systems from many different vendors to help further simplify operations. Now on its seventh release, TotalStorage SAN Volume Controller is designed to manage even larger and more diverse storage environments.

Link : http://searchcio.bitpipe.com/detail/PROD/1151302361_955.html&src=searchcio.bitpipe.com

SVC Information Center : http://publib.boulder.ibm.com/infocenter/svcic/v3r1m0/topic/com.ibm.svc.web.doc/svc_ichome_1ux9eg.html
SVC 설명 : http://datanet.co.kr/market/read.html?cd=2836&N_cate1=1&N_cate2=13
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 11. 10:58
링크 : http://support.microsoft.com/kb/319583/ko

경호가 물어봐서 찾아서 저장해놓음
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 4. 13:31
IIS 6.0 에서는 보안성 강화로 인해 “상위 경로 사용”이 기본적으로 해제되어 있다. 하지만, IIS 5.0 에서는 상위경로를 사용하도록 값이 설정 되어 있다. 상위 경로를 사용하도록 되어 있는 경우 웹 소스를 통해 상위 경로로의 접근이 가능할 수 있다. 가장 기본적인 웹 보안 자료를 보더라도 상위 경로를 사용하지 않도록 안내되어 있다. 상위경로를 사용하지 않으면서 웹사이트가 정상적으로 구동되기 위해서는 웹 소스상에 Include File 을 사용하지 않고 Include Virtual 을 사용하여 소스를 제작하면 된다.

이 작업은 이미 구성되어 있는 IIS 서버에서 사용하게 되면 오류가 발생할 소지가 아주 크다.
꼭 검토를 거쳐야 한다고 생각한다.


상위 경로 사용(P) -> 체크를 없애준다.


참조링크 : http://korea.internet.com/channel/content.asp?kid=3&cid=185&nid=38338
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 4. 13:28
IIS로 운영중인 웹서비스를 가끔 사용하다 보면 오류 메세지를 유저에게 자세하게 보내주는 경우가 있다.
이 오류메세지는 유저에게 불필요할 뿐 아니라, 해킹의 소지가 되므로 바꾸어 주는것이 좋다.
보통 대형사이트 들은 (IIS를 쓰지도 않지만 ^^) Error Page를 매핑해서 쓰고 있다.


참조링크 : http://korea.internet.com/channel/content.asp?kid=3&cid=185&nid=38338
Posted by 알 수 없는 사용자
Tech_Info/OS2006. 10. 4. 10:14
0403-030 The fork function failed. Too many processes already exist.
(한글) /etc/profile[50]: 0403-030 분기 실행 기능이 실패했습니다. 너무 많은 프로세스가 이미 존재합니다
위와 같은 메세지가 발생하면서 System에 로그인이 되지 않거나, 로그인이 늦을 경우


lsattr -El sys0 로 확인하면 아래와 같이 나온다.
maxuproc        128                   각 사용자에게 허용되는 최대 프로세스 수      참

유저당 128 process만 사용 가능하므로 해당 user의 process를 줄여주여야만 한다.
Oracle에서 자주 발생함

max user process modify command
# chdev -l sys0 -a maxuproc=[ new value ]

경험버전 : AIX 5.3
Posted by 알 수 없는 사용자