변상철 썸네일형 리스트형 [kickstart] 킥스타트 옵션 킥스타트 옵션 Red Hat Enterprise Linux 3: 시스템 관리 가이드-9장. 킥스타트 설치 http://www.linux4u.co.kr/RedhatAS/s1-kickstart2-options.html [root@kss kickstart]# pwd /tftpboot/kickstart [root@kss kickstart]# cat ks_centos6.4_64.cfg #platform=x86,AMD64,Intel EM64T #version=RHEL6 # Install OS instead of upgrade install #url --url=http://mirror.cdnetworks.com/centos/6/os/x86_64 nfs --server=192.168.1.105 --dir=/mnt/ce.. 더보기 [Kickstart] Kickstart(킥스타트) 설치 Kickstart(킥스타트) 설치 [참고] 킥스타트 설치 https://access.redhat.com/site/documentation/ko-KR/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ch-kickstart2.html#s1-kickstart2-whatis 1. TFTP(Trivial File Transfer Protocol) 설치 2. DHCP(Dynamic Host Configuration Protocol) 설치 3. NFS(Network File System) 설치 4. SYSLINUX 설치 5. 기타 추가 설정 6. 서비스 시작 시스템 구축 환경 [root@kss ~]# cat /etc/redhat-release CentOS release 6... 더보기 [switch] Vlan 설정 (정적 포트별 나누기) Vlan 설정 (정적 포트별 나누기) Switch>enable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#vlan 100//vlan 100 생성 Switch(config-vlan)#vlan 200//vlan 200 생성 Switch(config-vlan)#end %SYS-5-CONFIG_I: Configured from console by console Switch#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ------------------------------- 1.. 더보기 [switch] Switch 텔넷 암호 설정 Switch 텔넷 암호 설정 Switch>enable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#line vty 0 4 //텔넷 Switch(config-line)#password 12345 Switch(config-line)#login Switch(config-line)#end %SYS-5-CONFIG_I: Configured from console by console Switch#show running-config Building configuration... Current configuration : 956 bytes ! version 12.1 no servic.. 더보기 [router] Secret 패스워드 Secret 패스워드 Router>enable Router#config terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#enable secret 123456 Router(config)#end %SYS-5-CONFIG_I: Configured from console by console Router#show running-config Building configuration... Current configuration : 260 bytes ! version 12.2 no service password-encryption ! hostname Router ! ! enable secret 5 $1$yEP2$IT.. 더보기 [router] console 모드 패스워드 설정 console 모드 패스워드 설정 Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line console 0 Router(config-line)#password 123456 Router(config-line)#login Router(config-line)#end %SYS-5-CONFIG_I: Configured from console by console Router#show running-config Building configuration... Current configuration : 228 bytes ! version 12.2 no service password-en.. 더보기 [router] 라우터 기초 설정 [router] 라우터 기초 설정 ● 라우터 기초 설정 1. 특권 모드로 이동 명령 Router> enable (en) Router# 2. 사용자 모드로 이동 명령 Router# disable (dis) Router> 3. 전역설정 (global configuration mode) Router# configure terminal (conf t) Router(Config)# 설정 모드에서 빠져나오기 Router(Config)# end 4. 패스트 이더넷 포트에 IP 주소 설정하기 Router(Config)# int fa0/1 //설정 할 포트 Router(Config-if)# ip addr 192.168.1.1 255.255.255.0 //아이피 주소 서브넷마스크 Router(Config-if)# end .. 더보기 [솔라리스] 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이며 커널 패치의 리비.. 더보기 이전 1 2 3 4 5 ··· 10 다음