맥(솔라리스) 썸네일형 리스트형 [솔라리스] solaris 정보확인 명령어 1. 기본적인 정보 확인 ■ CDE 환경에서 정보 확인 (GUI) CDE > Pannel > System Info ■ uname 명령어를 통한 정보 확인 (운영체제 확인 # uname –a SunOS sun 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-480R ■ /etc/release 파일을 통한 정보 확인 # cat /etc/release ■ ipcs 명령어를 사용한 큐, 공유메모리, 세마포어 설정 확인 # ipcs [참고] sysdef 명령어를 사용해서도 확인이 가능하다 ■ Solaris 버전을 확인 # cat /var/sadm/softinfo/INST_RELEASE 영체제 SunOS 서버명 sun 버전은 5.10 커널 패치127127이며 커널 패치의 리비.. 더보기 M1에서 Docker 이미지 실행 시 no matching manifest 에러 해결하기 M1(Mac Silicon)에서 Docker 이미지 실행 시 no matching manifest 에러 해결하기Apple Silicon(M1, M2 등 ARM 기반) 환경에서 mysql:5.7.32 이미지를 Docker로 실행하려고 할 때 다음과 같은 에러 메시지를 자주 만나게 됩니다.no matching manifest for linux/arm64/v8 in the manifest list entries이는 해당 Docker 이미지가 ARM 아키텍처를 공식적으로 지원하지 않기 때문입니다. 기본적으로 M1/M2에서는 linux/arm64 플랫폼을 사용하지만, mysql:5.7.32는 linux/x86_64만 지원합니다.문제 상황docker-compose.yml 파일vim docker-compose.yml.. 더보기 Solaris 서버 정보 확인 명령어 Solaris 서버 정보 확인 명령어솔라리스 버전 및 업데이트 번호 확인cat /etc/releaseSolaris 8 HW 7/03 s28s_hw3wos_05a SPARCCopyright 2003 Sun Microsystems, Inc. All Rights Reserved.Assembled 11 June 2003서버 모델 출력prtconf -vp | grep banner-namebanner-name: 'Sun Fire V240'서버 정보 확인uname -aSunOS SOLARIS 5.8 Generic_108528-22 sun4u sparc SUNW,Sun-Fire-V240장착된 디스크 확인iostat -nEc1t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: .. 더보기 [솔라리스] 솔라리스 10 에서 svc 제어하기(svccfg) 솔라리스 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 설치 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를 할당하는 방법 네트워크 설정을 변경하여 고정 IP를 할당하는 방법1. /etc/hosts (IP, 호스트 설정)$ cat /etc/hosts#::1 localhost127.0.0.1 solaris1 solaris1.local localhost loghost192.168.0.55 solaris1 loghost2. /etc/defaultrouter (gateway 설정)기본적으로 생성되어 있지 않음$ vi /etc/defaultrouter192.168.0.13. /etc/nsswitch.conf (dns 추가)$ vi /etc/nsswitch.confgroup: fileshosts: files dnsipnodes: files4. /etc/res.. 더보기 이전 1 ··· 4 5 6 7 다음