1. NAS에서 공유폴더 NFS설정(권한) 2. Linux 콘솔 창에서 마운트 명령 입력(재부팅시 자동 실행) 1) 마운트 할 폴더 생성 Ex) mkdir test 2) 마운트 명령 입력(mount [NAS IP 주소] : [공유 폴더의 마운트 경로] / [NFS 클라이언트 마운트 지점]) Ex) 192.168.10.11:/volume1/share /test 3)마운트 고정 fstab 파일 수정 Ex)vi /etc/fstab(빨간 밑줄 행만 추가) ================================================================ 백업 / 매일 02:00 ## NFS 설정(192.168.40.48 -> 192.168.40.27 MOUNT) ## mount -t nfs -o..
mount -t nfs 실패 --> mount: wrong fs type, bad option, bad superblock on --> yum search nfs --> yum install nfs-utils mount -t nfs 실패 --> mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mount.nfs: an incorrect mount option was specified --> yum search portmap --> centos 6.3 에서는 portmap 을 안 쓰는건지 rpcbind ..
---------------------------------------- * FTP ---------------------------------------- #!/bin/sh HOST=IP명 USER=계정 PASSWORD=패스워드 #folder=$(date +'%Y%m%d') folder_tar=$(date +'%Y%m%d')".tar" cd /var/backup/web/ #tar cvf $folder_tar $folder #backup=$(date +'%Y%m%d')".*" ftp -i -n
# 작업날짜폴더 생성 WORKDAY=`date +%Y%m%d` # 한달전 년월 가져오기(YYYYMM) MONTH=`date +%Y%m -d -1months` # 한달전 년 가져오기(YYYYMM) YEAR_YYYY=`date +%Y -d -1months` # 한달전 월 가져오기(YYYYMM) MONTH_MM=`date +%m -d -1months` # 한달전 년월 가져오기(YYYYMM) MONTH_YYYYMM=`date +%Y-%m -d -1months` # 전월 년월 가져오기(YYMM) -- 매월1일 실행 YYMM=` date +%g%m -d -1day` 참고 - http://netssam.tistory.com/11
### DB셋팅 / 2016.11.14 # Set the SQL mode to strict sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" # The maximum amount of concurrent sessions the MySQL server will # allow. One of these connections will be reserved for a user with # SUPER privileges to allow the administrator to login even if the # connection limit has been reached. max_connections=1000 # Query cache i..
- Total
- Today
- Yesterday
- table
- 파일
- MySQL
- mssql
- delete
- sql
- apache
- 서버
- java
- server
- Linux
- 자동차
- Toad
- 백업
- DB
- user
- 오라클
- eclipse
- Shell
- select
- 데이터
- Oracle
- IP
- 리눅스
- DATABASE
- 설정
- tomcat
- 테이블
- Windows
- 윈도우
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |