Author's posts

solaris10 ssh 접속 문제.

문제: ssh 접속 안되는 error: grantpt: 사용 권한이 거부됨 error: session_pty_req: session 0 alloc failed 해결방안: http://www.sunmanagers.org/pipermail/summaries/2005-April/006356.html This was caused by my finish script removing the setuid bit from /usr/lib/pt_chmod. Once I added the setuid bit, non root users can login.  

virt-manager 폰트문제

CentOS 6.4 min 버전 설치후, x11 forwarding 환경에서, virt-manager 실행하면 글자가 제대로 보이지 않는 경우가 있다. 해결하기 위해서는, 아래 폰트를 설치해주면 된다. # yum install dejavu-lgc-sans-fonts 그러면 아래와같이 잘 보일 것이다.  

CentOS 6.4에 Xen 설치하기

설치환경 OS: CentOS 6.4 설치전 selinux 를 사용하지 않도록 변경한 후 서버를 재부팅한다. # vi /etc/selinux/config SELINUX=disabled 1. bridge 인터페이스를 만든다. /etc/sysconfig/network-scripts/ifcfg-br0 생성하고, 같은 디렉토리의 ifcfg-eth0를 수정. # cat ifcfg-br0 DEVICE=br0 TYPE=Bridge ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=none IPADDR=59.29.142.121 NETMASK=255.255.255.0 NAME=”System br0″ DEFROUTE=yes # cat ifcfg-eth0 DEVICE=eth0 HWADDR=00:0A:E4:82:A5:DE TYPE=Ethernet UUID=a050e280-9ad9-48cd-b234-7cf33b0eea48 ONBOOT=yes NM_CONTROLLED=yes #BOOTPROTO=static #IPADDR=59.29.142.121 #NETMASK=255.255.255.0 NAME=”system eth0″ BRIDGE=br0

Continue reading

virt-manager 실행 오류.

virt-manager 류의 프로그램을 사용해야하는데, x11 포워딩이 안되는경우 보통 로그인할때 아래 메시지가 나온다. WARNING! The remote SSH server rejected X11 forwarding request. /etc/ssh/sshd_conf 파일에서 forwarding 부분이 이상이 없다면, xauth 패키지를 설치해 본다. 이 경우는 CentOS6.4 # yum install xauth 아래는 /var/lib/dbus/에 machine-id 파일이 없어서 생기는 virt-manager가 실행되지 않는 문제. # virt-manager Xlib: extension “RANDR” missing on …

Continue reading

자체 인증서로 apache-ssl 만들기?

참고문서: http://www.fis.unipr.it/pub/linux/redhat/9/en/doc/RH-DOCS/rhl-cg-ko-9/s1-secureserver-certs.html 1. private key 생성. # openssl genrsa -des3 -out server.key 1024 Generating RSA private key, 1024 bit long modulus ……….++++++ ………………………….++++++ e is 65537 (0x10001) Enter pass phrase for server.key: Verifying – Enter pass phrase for server.key:

Continue reading

실제 환경에서 cloudstack 구성하기 – 오류를 중심으로.

얼마전에, 서버 한대에 cloudstack 4.0을 설치한 적이 있었다. kvm 서버와 management서버, NFS서버등등을 하나의 서버에 때려 넣고 설치하고 작동 확인을 해 본 것이다.(http://blog.boxcorea.com/wp/archives/732) 이번에는 실제 세 대의 서버에 cloudstack을 설치 하고 사용해 보았다. 구성 환경: OS: Ubuntu12.10 Linux Box1: ip:59.29.142.85 fox1 Linux Box2: 59.29.142.86 fox2 Linux Box3: 59.29.142.87 fox3

Continue reading

time zone 변경하기.

설치할때, time zone을 선택하지 않았을경우, date 커맨드 시간이 UTC로 표시되는 경우가 있다. 시간대를 KST로 변경하려면, 1. tzselect 커맨드 사용. 2. .profile 에 TZ=’Asia/Seoul’; export TZ 를 등록하여 사용. 3. /etc/timezone을 직접 수정하는 방법. # cat /etc/timezone Asia/Seoul  

cloning한 ubuntu 리눅스의 eth2를 eth0으로 바꾸기

dd로 클론을 만든 우분투리눅스의 네트워크 인터페이스가 eth0, eth1 대신 eth2,eth3 으로 바뀌었다. /etc/udev/rules.d/70-persistent-net.rules 화일을 확인해 보니,  아래와 같은 내용이 있었다. # cat /etc/udev/rules.d/70-persistent-net.rules

Continue reading

RHCS설치 및 사용하기(KVM guest 환경에서)

클러스터는 보통 두대 이상의 컴퓨터가 상호작용하며 특정 작업을 수행하는것을 의미한다. 클러스터는 보통 HA(High Avaliablity), 로드밸런싱(Load Balancing), High Performence 등의 용도로 사용한다. 여기서는 2개의 node와 1 개의 스토리지 노드를 사용할 것이며, 각각의 노드는 CentOS6.3 최소설치버전(CentOS-6.3-x86_64-minimal.iso)을 이용했다. 192.168.1.x 는 ha 구성용으로 사용한다. 구성환경은 아래와 같으며, Node-C에 클러스터 매니저를 설치했다.

Continue reading

emc cx4-240 default ipaddress로 접속하기.

SPA(Storage Processor enclosure A) : 128.221.1.250 SPB(Storage Processor enclosure B) : 128.221.1.251 Notebook or desktop PC: 128.221.1.249 SUBNETMASK : 255.255.255.248 노트북이나 PC ip주소를 위와 같이 설정후, 웹브라우저에 http://128.221.1.250 을 입력하면 navisphere가 실행된다. 접속하니, “Unable access to security information” 이라는 메시지가 나오면서 navisphere 접속 안됨. https://community.emc.com/docs/DOC-12818 에 의하면, id/password를 다시 설정해주어야 한다.