Technote (troubleshooting) Problem(Abstract) This document describes how to configure the HMC for remote Web access and access the HMC remotely using a Web browser. Environment Version 7 and later of the HMC. For V8R8.3 and later this document applies to the "classic" logon view. Resolving the problem Version 7 and later of the HMC allow remote access using a Web browser. The Web-based System Manager (WebSM) client is no longer supported. This document assumes that the HMC has at least one Ethernet adapter that has been configured for network access. 1. Enable remote operation In the navigation panel, click HMC Managemen t , then click Remote Operation . Check the box to enable remote operation and click OK . 2. Enable remote Web access in the firewall In the navigation panel, select HMC Management , and then click Change Network Settings . Click the LAN Adapter tab, select the adapter configured for remote access (normally eth1), and then click the Deta...
[사용자, 그룹 관리와 관련된 파일들] /etc/passwd : 사용자 계정 정보 파일. /etc/shadow : 암호화된 사용자 비밀번호 저장파일. /etc/group : 사용자 그룹 정보 저장파일. /etc/skel : 사용자 등록시 홈디렉토리에 복사되는 원본파일이 저장된 디렉토리 (사용자 추가시 홈 디렉토리에 복사됨). /etc/default/useradd : 새 사용자 등록시 기본 설정정보 파일(홈 디렉토리 기본 위치, 기본 쉘 종류, 기본 그룹 등). /etc/login/defs : 기타 사용자 생성 옵션들이 정의된 파일. /etc/passwd 의 파일 저장 형식 – 사용자계정:암호:UID:GID:사용자이름:홈디렉토리위치:사용쉘 # cat /etc/passwd root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin /etc/shadow 의 파일 저장 형식 – 사용자계정:암호:암호 파일 최종 수정일:암호 변경 최소일:암호 변경 최대일:암호 만료 경고기간:암호 파기기간:계정만료기간:예약필드 # cat /etc/shadow root:$1$qsotdQm.$uic0TlSBIBqC6VX9WUCl9.:14651:0:99999:7::: bin:*:14581:0:99999:7::: [사용자 계정 관리 명령어] ■ 사용자 정보 조회 ▷ 명령어 : id ▷ 사용형식 : id [옵션] 사용자계정 -g : 기본 그룹의 GID 출력 -G : 모든 그룹의 GID 출력 -u : 사용자의 uid 출력 -n : 위 옵션과 함께 사용, 숫자대신 이름 출력() ▷ 사용예 # id -Gn user1 ■ 현재 로긴하고 있는 사용자 목록 조회 : users # users root ■ 사용자 계정 추가 ...
1. rpm 설치와 패키지 설치하기 - rpm.rte - gcc-4.2.0-3.aix6.1.ppc.rpm Perform the following steps to install the rpm.rte fileset: Download the rpm.rte fileset from the following location: ftp://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/INSTALLP/ppc/rpm.rte Check if the fileset has been installed on the system: # lslpp -l fileset-name For example: # lslpp -l rpm.rte If you see the returned message, Fileset fileset-name not installed issue the following command to install the fileset: # installp -d fileset-path -acgXY rpm.rte For example: # installp -d /var/tmp/rpm.rte -acgXY rpm.rte Perform the following steps to install the gcc-4.2.0-3.aix6.1.ppc.rpm file: Download gcc-4.2.0-3.aix6.1.ppc.rpm from http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html Install the rpm file. For example: # rpm -ihv gcc-4.2.0-3.aix6.1.ppc.rpm 2. rpm으로 패키지 삭제하기 gcc 이 이미 설치되어 있는지 확인하기 $ rpm -qa | grep gcc-cpp 조회가 되면 다음 명령으로 삭제를 합니다. $ rpm -e...
댓글
댓글 쓰기