본문 바로가기

Work

(154)
Solaris 10 시스템 언어 변경 Solaris 시스템 언어 변경 방법 정리 1. 현재 설정된 언어 확인 [ftp:/etc]cat /etc/default/init # # Copyright 1992, 1999-2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # #ident "@(#)init.dfl 1.7 02/12/03 SMI" # # This file is /etc/default/init. /etc/TIMEZONE is a symlink to this file. # This file looks like a shell script, but it is not. To maintain # compatibility with old versions..
로그 파일 모니터링 걸기 # tail -f messages
암호 변경한 날짜 확인하기 Window 에서 마지막으로 암호 변경한 날짜 확인하기 cmd > net user id ex ) net user kdk 사용자 이름 kdk전체 이름 kdk설명사용자 설명국가/지역 코드 000 (시스템 기본값)활성 계정 예계정 만료 날짜 기한 없음 마지막으로 암호 설정한 날짜 2014-10-02 오전 9:44:26암호 만료 날짜 2014-11-13 오전 9:44:26암호를 바꿀 수 있는 날짜 2014-10-02 오전 9:44:26암호 필요 예사용자가 암호를 바꿀 수도 있음 예 허용된 워크스테이션 전체로그온 스크립트사용자 프로필홈 디렉터리최근 로그온 2014-10-02 오전 9:43:01 허용된 로그온 시간 전체 로컬 그룹 구성원 *Users글로벌 그룹 구성원 *없음명령을 잘 실행했습니다. 위에서 확인 가능
ILOM start /SP/console 시 바로 Guest 도메인 접속시 -> start /SP/console 로 ILOM 에서 primary 도메인으로 접속 시도시바로 Guest 도메인으로 접속되는 경우가 있다. # svcs -a | grep vntsd online svc:/ldoms/vntsd:default # svcadm disable svc:/ldoms/vntsd:default# svcadm enable svc:/ldoms/vntsd:default vntsd 서비스 재시작 해주면 된다.
ILOM faultymgmt shell -> cd /SP/faultmgmt-> ls /SP/faultmgmt Targets: shell Properties: Commands: cd show-> start shellAre you sure you want to start /SP/faultmgmt/shell (y/n)? y faultmgmtsp> fmdumpfaultmgmtsp> fmdump -e
Solaris ldom 남은 자원 확인 # ldm list-devices cpu # ldm list-devices mem -> primary 에 할당되지 않은, Guest 에 할당 가능한 자원 확인
ntp 확인 # ntpq -p remote refid st t when poll reach delay offset disp================================================================================*192.168.0.1 .GPS. 1 u 730 1024 377 7.84 2.588 0.15 remote 에 있는 ip(192.168.0.1) 가 NTP 서버 ip 입니다 Remote 서버 IP 앞에 있는 ‘ * ’는 그서버에서 시간을 가져온다는 의미입니다 # cd /etc/inet# ls | grep ntpntp.clientntp.serverntp.conf .conf 파일이 있으면 ntp 관련 ( server 혹은 client ) 설정이 되어있다. # c..
ntp 서버 확인 === win 2003 , 2000 === cmd > net time /querysntpsntp 도메인주소 출력 cmd > nslookup domain.com해당 도메인 ip 확인 === win 2008, 2003, 2012 === cmd > w32tm /dumpreg /subkey:Parameters 값 이름 값 종류 값 데이터------------------------------------------------------- ServiceDllUnloadOnStop REG_DWORD 1ServiceMain REG_SZ SvchostEntry_W32TimeNtpServer REG_SZ time.windows.com,0x9Type REG_SZ NTPServiceDll REG_EXPAND_SZ %system..