摘要:ftp上传数据到远端 #!/bin/sh time=`date +%y%m%d` ftp -v -n 10.32.2.49<<EOF user oracle passwd*** prompt off bin cd /orabackup/exp_unicode lcd /orabackup/expun
阅读全文
随笔分类 - 系统;shell
摘要:ftp上传数据到远端 #!/bin/sh time=`date +%y%m%d` ftp -v -n 10.32.2.49<<EOF user oracle passwd*** prompt off bin cd /orabackup/exp_unicode lcd /orabackup/expun
阅读全文
摘要:准备集群执行和分发脚本(尽量部署上这两个脚本) [root@hadoop1 ~]# mkdir sh [root@hadoop1 sh]# touch excute.sh [root@hadoop1 sh]# touch deploy.sh [root@hadoop1 sh]# touch clus
阅读全文
摘要:(a)编辑/etc/hosts 192.168.2.2 hadoop02 192.168.2.3 hadoop03 192.168.2.4 hadoop04 (b)在/home/atguigu目录下创建xsync文件 cd /home/atguigu vim xsync #!/bin/bash #1
阅读全文
|