목록분류 전체보기 (910)
변군이글루
솔라리스 10 에서 svc 제어하기(svccfg) [sangchul.kr(scbyun)::/export/home/scbyun]$ svccfg svc:> list ... application/print/rfc1179 application/font/stfsloader network/rpc/smserver network/dns/server network/rpc/ocfserv application/print/server ... svc:> select network/dns/server svc:/network/dns/server> listprop filesystem_minimal dependency filesystem_minimal/entities fmri svc:/system/filesystem/minimal f..
오픈솔라리스 네트워크 설정 IP(Internet Protocol) root@opensolaris:~# cat /etc/hostname.iprb0 10.0.10.100 Netmask root@opensolaris:~# cat /etc/netmasks # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License, Version 1.0 only # (the "License"). You may not use this file except in compliance # with the License. # # You can obtain a copy..
Open Solaris VNC 설치 VNC 패키지 검색 root@opensolaris:~# pkginfo | grep vnc system SUNWvncviewer VNC viewer client system SUNWxvnc X11/VNC server VNC 패키지 정보(버전) root@opensolaris:~# pkginfo -l SUNWxvnc PKGINST: SUNWxvnc NAME: X11/VNC server CATEGORY: system ARCH: i386 VERSION: 6.9.0.5.11.11100,REV=0.2009.05.07 VENDOR: Sun Microsystems, Inc. DESC: X Window System server based on X.Org Foundation open so..
솔라리스 네트워크 설정 (고정 IP) 1. /etc/hosts (IP, 호스트 설정) $ cat /etc/hosts # ::1 localhost 127.0.0.1 solaris1 solaris1.local localhost loghost 192.168.0.55 solaris1 loghost 2. /etc/defaultrouter (gateway 설정) 기본적으로 생성되어 있지 않음 $ vi /etc/defaultrouter 192.168.0.1 3. /etc/nsswitch.conf (dns 추가) $ vi /etc/nsswitch.conf group: files hosts: files dns ipnodes: files 4. /etc/resolv.conf (네임서버 설정) $ vi /etc/resolv...