| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 |
- raid1
- Root 허용
- port fowarding
- windows2008
- 시간비교
- NormalBlockError
- C
- Raid
- GTK
- 로컬보안정책
- RAID 0+1
- iptable
- egrep or 조건
- 보안감사생성
- Paket tracer
- 글자겹침
- BFF
- 역방향조회
- RAID5
- egrep
- Callback함수
- 화이트도메인
- JMF
- gtk설치
- Linux
- RAID0
- Linux DB2
- 무료proxy
- AIX DB2
- IP대역
- Today
- Total
목록2011/03 (58)
술텀뱅이 블로그
인허넷에는 패치문제다 어쩐다 하는데 이렇게 한방에 해결 역시 코쟁이들은 코가커.. # /sbin/init.d/nfs.server stop # /sbin/init.d/autofs stop # /sbin/init.d/nfs.client stop # /sbin/init.d/lockmgr stop # /sbin/init.d/nfs.core stop Then rebuild your /stand/ioconfig file by issuing the command: # insf -e Then see if you can get all the RPC daemons to start normally: # /sbin/init.d/nfs.core start # /sbin/init.d/lockmgr start # /sbin/ini..
# set_parms timezone 위와같이 설정시 시스템이 재부팅 되지않게 조심하자 까딱하다가는 낚이는 수가 있다 마지막 설정후 무조건 N 그렇다면 바로 적용은 어떻게 시킬까 이렇게 시킨다 딸구야 # export TZ=KST-9:00
AIX에서 ssh 설치 (여기서는 바이너리 파일을 사용) http://www.bullfreeware.com 사이트에서 Open SSH 최신 버전을 다운로드 받는다. (AIX 5.3 의 경우 AIX 5.2 용을 다운받아서 설치 - IBM사이트의 support에서 문제없다고 확인함) 다운받은 파일명은 파일버전.exe 이다. 해당 파일에 chmod 명령을 이용하여 실행권한을 부여한다. #./[파일버전].exe #ls -al [파일버전].exe [파일버전].bff #smitty installp install software > 설치폴더명 입력 후 기본 옵션으로 설치 실행 #mkdir /var/empty #chown root:sys /var/empty #chmod 755 /var/empty #mkdir /var/..
http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/ezinstall.html 위의 싸이트에서 다운받아 rpm 설치 유후~~
When you use volume management software, the CD-ROM is mounted automatically when the disk is inserted into the drive If you are not using volume management software, mount the CD-ROM manually: 1. Place the CD-ROM in the CD-ROM drive. 2. Log in as the root user and create a CD-ROM mount point directory accessible by all users: # mkdir /cdrom # chmod 777 /cdrom 3. Mount the CD-ROM drive on the mo..
vi /usr/local/etc/proftpd.conf RootLogin on ps -ef | grep inet kill -HUP (inet number)
http://www-933.ibm.com/support/fixcentral/main/System+p/AIX http://www-933.ibm.com/eserver/support/fixes/fixcentral/pseriesfixpackinformation/5300-06-12-0920 원하는 Version 선택 후 download 디렉토리로 이동 #inutoc ./ (toc 파일이 생성된다) #smitty installp (인스톨)
# chfs -a size=+10G /usr 로 해주면 /usr 파티션의 크기가 증가한다.
auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.2.65 netmask 255.255.255.0 gateway 192.168.2.1 #auto lo #iface lo inet loopback # #auto eth0 #iface eth0 inet dhcp