Gigabit Combo Ports
The 2 Gigabit combo ports support fiber Gigabit Ethernet short-wave (SX) and long-wave (LX) SFP transceivers in any combination. This offers you the flexibility of using SFP transceivers to provide connectivity between the Switch and a 1000 Mbps core network. When an SFP port is in operation, the corresponding 1000BASE-T port is disabled. The 1000 Mbps connections can only operate in full duplex mode.
네트워크 카드를 묶어서 사용하는것으로 teaming / channel boding 식으로 부르는데
Intel Pro/100 이런 구형 카드도 지원하는것으로 보인다.
2010.12.16 추가
어쩌면 Pro/100 이라도 Server 나 Management 급에서만 되고 Desktop 은 안되는걸려나?
Supported Adapters Teaming options are supported on
Intel® PRO/100, PRO/1000, PRO/10GbE, Gigabit, and 10 Gigabit server
adapters and the Intel® Gigabit CT Desktop Adapter. Teaming options are
supported on Intel desktop adapters if there is at least one server
adapter installed. Selected LAN adapters and LAN on Motherboard (LOM)
connections from other manufacturers are also supported on a best effort
basis.
NIC는 Network Interface Card 또는 Network Interface Controller라고도 합니다. 보통
LAN 카드를 지칭하며 가끔 MAC Controller Chip을 지칭하기도 합니다. 보통의 Ethernet 계층 중 H/W로
구현되는 주요한 chipset은 MAC Chip과 PHY chip으로 나뉩니다.(요즘 UTP를 쓰는 LAN 환경에서는 두 가지
기능이 하나의 chip으로 구현된 경우가 많습니다.) MAC chip은 Data Link의 MAC 계층(Media Access
Control)을 구현한 chip이며(CSMA/CD 기능 등), PHY 칩은 Physical Layer 기능을 구현한
chip입니다(부호변환 등). 좀 더 도움이 필요하시면 알려드리도록 하겠습니다.
libservlet2.5-java (6.0.24-2ubuntu1.4) 설정하는 중입니다 ...
libtomcat6-java (6.0.24-2ubuntu1.4) 설정하는 중입니다 ...
postgresql-client-common (106ubuntu1) 설정하는 중입니다 ...
postgresql-client-8.4 (8.4.5-0ubuntu10.04) 설정하는 중입니다 ...
update-alternatives: using /usr/share/postgresql/8.4/man/man1/psql.1.gz
to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode.
postgresql-common (106ubuntu1) 설정하는 중입니다 ...
Adding user postgres to group ssl-cert
Building PostgreSQL dictionaries from installed myspell/hunspell packages...
en_au
en_ca
en_gb
en_us
en_za
postgresql-8.4 (8.4.5-0ubuntu10.04) 설정하는 중입니다 ...
Creating new cluster (configuration: /etc/postgresql/8.4/main, data: /var/lib/poain)...
Moving configuration file /var/lib/postgresql/8.4/main/postgresql.conf to /etc/pmain...
Moving configuration file /var/lib/postgresql/8.4/main/pg_hba.conf to /etc/postg...
Moving configuration file /var/lib/postgresql/8.4/main/pg_ident.conf to /etc/posin...
Configuring postgresql.conf to use port 5432...
update-alternatives: using
/usr/share/postgresql/8.4/man/man1/postmaster.1.gz
toshare/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode.
* Starting PostgreSQL 8.4 database server
openbravo-erp (2.50MP-24-1lucid1) 설정하는 중입니다 ...
* Initializing openbravo-erp-postgresql database Creating new cluster
(configuration: /etc/postgresql/8.4/openbravo-erp, data:
/opt/OpenbravoERP-2.50/postgresql)...
Moving configuration file /opt/OpenbravoERP-2.50/postgresql/postgresql.conf to /etc/postgresql/8.4/openbravo-erp...
Moving configuration file /opt/OpenbravoERP-2.50/postgresql/pg_hba.conf to /etc/postgresql/8.4/openbravo-erp...
Moving configuration file /opt/OpenbravoERP-2.50/postgresql/pg_ident.conf to /etc/postgresql/8.4/openbravo-erp...
Configuring postgresql.conf to use port 5832... [ OK ]
* Starting openbravo-erp-postgresql [ OK ]
Creating the Openbravo ERP database ...
Setting up Openbravo ERP ...
* Reloading web server config apache2apache2: Could not reliably
determine the server's fully qualified domain name, using 127.0.1.1 for
ServerName
[ OK ]
* Stopping openbravo-erp-postgresql [ OK ]
* Starting openbravo-erp-postgresql [ OK ]
* Starting openbravo-erp-tomcat [ OK ]
Installation is now complete! To access your Openbravo instance, please point your browser to http://ip_address/openbravo
libc-bin에 대한 트리거를 처리하는 중입니다 ...
ldconfig deferred processing now taking place
설치가 완료되면 localhost/openbravo 로 접속하면 된다.
나의 경우에는, 기존에 apache2로 서버를 돌리고 있었는데
이녀석과 통합이 되어, 기존의 80번 포트 역시 이상없이 돌아가고
추가적으로 /openbravo 라는 가상 호스트로 jsp를 통해 돌아가게 된다.
기본 아이디/암호는 Openbravo / openbravo 이다.
근데.. 데모사이트랑은.. 메뉴 가짓수가 너무 다른데? -_-
하다가 검색하니 우분투 패키지가 존재해서 패스
$ apt-cache search openjdk | grep ^open
openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
openjdk-6-doc - OpenJDK Development Kit (JDK) documentation openjdk-6-jdk - OpenJDK Development Kit (JDK) openjdk-6-jre - OpenJDK Java runtime, using Hotspot JIT
openjdk-6-jre-headless - OpenJDK Java runtime, using Hotspot JIT (headless)
openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
openjdk-6-source - OpenJDK Development Kit (JDK) source files
openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark