Category Archives: virtualization

parted - Can’t have overlapping partitions

parted 를 이용해서 lvm 파티션을 한개 더 추가하려고 했다. (parted) p Model: ATA TOSHIBA MK2546GS (scsi) Disk /dev/sda: 30401cyl Sector size (logical/physical): 512B/512B BIOS cylinder,head,sector geometry: 30401,255,63. Each cylinder is 8225kB. Partition Table: msdos Number Start End Size Type File system [...]
Also posted in commands, debian, filesystem, firefox, linux, perl, system | Tagged , , , , | Leave a comment

vmware-server NAT network settings.

목적 public-IP 를 vmware의 GuestOS에 할당해서 개별적으로 서비스를 하려 한다. 그런데, vmware-host 에 할당받은 IP가 제약적이기 때문에 bridge 방식으로 설정하기는 어렵다. 그래서 NAT 방식으로 설정을하고, route 구성을 하여 외부에서 접속을 하도록 한다. 구성 Host IP: 10.1.1.1 (public ip) GuestOS IP: 10.1.1.10 (public ip) GuestOS : vmware-guest (CentOS - 32bit) - 10.1.1.10 (255.255.255.255) ———————————————————————- Host : vmware-server (CentOS 5.2 - 64bit) - 10.1.1.1 (255.255.255.252) ———————————————————————- 10.1.1.10 요청 [...]
Also posted in network, system, vmware | Tagged , , , | Leave a comment

xen 3.3.0 installation

os: Debian GNU/Linux 4.0r1 패키지 선택에서 아무것도 선택하지 않은 최소 설치를 한다. debian 설치가 완료된후, 부팅을 한다. xen 커널 컴파일에 필요한 패키지 설치. # apt-get update … apt-get update apt-get install bin86 bcc apt-get install build-essential zlib1g-dev python2.4-dev libncurses5-dev libssl-dev openssl apt-get install bridge-utils iproute patch mercurial gettext gawk texinfo xorg-dev bzip2 … xen download # cd /usr/src # wget http://bits.xensource.com/oss-xen/release/3.3.0/xen-3.3.0.tar.gz … # tar xvzf xen-3.3.0.tar.gz … xen installation # [...]
Also posted in linux, xen | Tagged , , | Leave a comment