1. [ Session Timeout ] 시작 -> 실행창 -> inetmgr -> 사이트 -> IIS Service Name -> 오른쪽 IIS 그룹이하 ASP -> 세션속성 -> 시간제한 120 (Default 20분) - 세션 개체와 연결된 마지막 요청 이후에 세션 개체를 유지할 기본 시간 2. [ Connection Timeout ] 시작 -> 실행창 -> inetmgr -> 사이트 -> IIS Service Name -> 마우스 오른쪽 버튼 -> 웹사이트관리 -> 고급설정 -> 연결제한 -> 연결 시간 제한 10 (Default 120초) - 세션에 대한 소켓 연결을 끊기 전에 비활성 상태로 유지할 수 있는 시간 3. Session Timeout 설정 후 TCP Session FIN, CLOSE..
※ findstr 및 find 명령을 활용한 원하는 TCP Session 의 Count C:\Windows\system32> C:\Windows\system32> C:\Windows\system32>netstat -na | findstr "WAIT LISTEN ESTABL" | find /C "TCP" 77 C:\Windows\system32> C:\Windows\system32> C:\Windows\system32>
Centos multipathd 데몬을 통한 iSCSI Storage Multipath 설정 [root@iSCSI-TEST ~]# [root@iSCSI-TEST ~]# [root@iSCSI-TEST ~]# for LIST in `ifconfig -a | grep eth | awk '{print $1}'`; do echo "${LIST} - `ethtool ${LIST} | grep 'Link detected'`"; done eth0 - Link detected: yes eth1 - Link detected: yes eth2 - Link detected: yes eth3 - Link detected: yes [root@iSCSI-TEST ~]# [root@iSCSI-TEST ~]# [root@iSCSI-T..
기본적으로 Cloud Stack UI상에서 VM을 생성할 경우, Zone을 제외한 POD, Cluster, Cluster이하 상세 Hypervisor Node를 선택 할 수 없기 때문에 Resource 여유가 있는 Cluster에 랜덤하게 VM을 생성하게 됨. 관리 목적상 특정 C-NODE(Cluster Node) 에 VM을 생성해야 할 경우는 Cloud Stack 에서 제공하는 API를 통해 아래와 같이 생성 가능 curl -s 'http://192.168.0.10:8080/client/api?command=deployVirtualMachine&domainid=2&account=test01_account&zoneId=3&hostid=50&templateId=695&hypervisor=XenServer&..
CloudStack UI상 VM 생성 1) CloudStack UI 접속(해당 account) -> Instances -> Add Instance -> 생성할 Zone 선택 -> Template Check -> My templates -> TESTDB1_Template -> VM Resource 할당을 위한 Service Offering 선택 (12Core / 32G) -> 추가 Disk volume 선택(No Thanks) -> VM에 할당할 Isolated Network 및 Shared Network 선택 -> VM Name 입력 -> Launch VM ex) Name (Optional) : TestDB01
CloudStack 에서는 현재 운용중인 VM의 복제나 관리를 위해 VM Template을 생성 할 수 있으며 UI 상에서 다음과 같이 Template을 생성 가능함. 1) CloudStack UI 접속 -> Instances -> 대상VM -> Quickview -> Stop Instances 2) Instances -> 대상VM -> View Volumes -> Root Volume -> Create Template Name : TESTDB_Template01 Description : TESTDB_Template01 OS Type : CentOS 5.4 (64-bit) Public : Check