JAVA源码运维批量执行工具OpsTool版本1.3.6

JAVA源码运维批量执行工具OpsTool版本1.3.6运维工具,批量执行命令,批量上传、下载文件、批量修改密码、获取系统信息等,支持Linux、SUSE、CentOS、AIX。 支持ftp、sftp、ssh,端口检测等

1.新增FTP上传下载
2.新增端口检测GUI,支持TCP,UDP
3.新增字符串加密
4.优化脚本运行方式


说明

  • 使用方式
    1. Usage:java -jar ops.jar [-c <arg>] [-dd <arg>] [-df <arg>] [-e <arg>] [-en <arg>] [-fil] [-ftp <arg>] [-g] [-h] [-m <arg>]
    2.            [-n <arg>] [-portcheck] [-pwden] [-s <arg>] [-sd <arg>] [-sf <arg>] [-sftp <arg>] [-v]
    3.       -c,–cmd <arg>             set configuration file of command describe(default: cmd.conf)
    4.       -dd,–dest_dir <arg>       the sftp/ftp destination directory
    5.       -df,–dest_filename <arg>  the sftp/ftp destination filename
    6.       -e,–exec <arg>            set the execute type,support type is show,check,action
    7.       -en,–encryption <arg>     encrypted string
    8.       -fil,–filter              keyword ULIMIT to skip [dev/sd, dev/null, dev/hd, dev/vd, resize, extend, shutdown, mkfs,
    9.                                  remove, init, rm, fsck, delete, reduce]
    10.       -ftp,–ftp <arg>           the ftp function,support type is upload,download
    11.       -g,–shellgui              start a simple ssh client
    12.       -h,–help                  show help
    13.       -m,–md5 <arg>             show file md5 value
    14.       -n,–node <arg>            set configuration file of node describe(default: base.node)
    15.       -portcheck,–portcheck     edit rule to check port is open or not
    16.       -pwden,–pwden             if encrypted ftp/sftp/ssh
    17.       -s,–src_path <arg>        the sftp/ftp source file
    18.       -sd,–src_dir <arg>        the sftp/ftp source directory
    19.       -sf,–src_filename <arg>   the sftp/ftp source filename
    20.       -sftp,–sftp <arg>         the sftp function,support type is upload,download
    21.       -v,–version               show version and exit
    22. Priority:
    23.         help–>version-shellgui-sftp-batchops
    24. Example:
    25.         java -jar ops.jar [-pwden] -e show -n base.node -c cmd.conf
    26.         java -jar ops.jar [-pwden] -n base.node -sftp upload    -s  /tmp/source.file  -df dest.file -dd /tmp
    27.         java -jar ops.jar [-pwden] -n base.node -sftp download  -s  /tmp/file.txt     -df dest.file -dd /tmp
    28.         java -jar ops.jar [-pwden] -n base.node -ftp  upload    -s  /tmp/source.file  -df dest.file -dd /tmp
    29.         java -jar ops.jar [-pwden] -n base.node -ftp  download  -sd /tmp              -sf ftp.txt   -dd /tmp
    30.         java -jar ops.jar -m /tmp/file
    31.         java -jar ops.jar -portcheck
    32.         java -jar ops.jar -en something
    33.         java -jar ops.jar -g
    34.         java -jar ops.jar -v
    35.         java -jar ops.jar -h

    复制代码

  • 配置文件node.conf
    1. #ip|port|user|password
    2. 39.105.191.22|22|root|Root|var=1@@var=2

    复制代码

  • 配置文件cmd.conf
    1. ##
    2. #java -jar ops.jar -e action -n base.node -c cmd.conf
    3. #
    4. #UPLOAD   sf=cmd.conf     @@ dd=/tmp  @@ df=cmd.conf
    5. #UPLOAD   sf=base.node    @@ dd=/tmp  @@ df=base.node
    6. DOWNLOAD  sf=/tmp/2.file  @@ dd=/tmp  @@ df=dest.file
    7. echo “start ##hostname##  ##hostname## ” >/tmp/a.sh
    8. ULIMIT echo “111  ##abc## ##ip## “>>/tmp/a.sh
    9. echo “##var1##@@##var2##@@” >>/tmp/a.log
    10. echo “222” >>/tmp/a.sh
    11. echo “333” >>/tmp/a.sh
    12. echo “4444”>>/tmp/a.sh
    13. shutdown
    14. a=12
    15. if [[ $a -eq “12” ]];then
    16.   cd /tmp
    17.   touch $
    18. fi
    19. exit 0

    复制代码

附件中包含源码及JAR执行文件。

下载说明:
1.本站资源都是白菜价出售,同样的东西,我们不卖几百,也不卖几十,甚至才卖几块钱,一个永久会员能下载全站100%源码了,所以单独购买也好,会员也好均不提供相关技术服务。
2.如果源码下载地址失效请联系站长QQ进行补发。
3.本站所有资源仅用于学习及研究使用,请必须在24小时内删除所下载资源,切勿用于商业用途,否则由此引发的法律纠纷及连带责任本站和发布者概不承担。资源除标明原创外均来自网络整理,版权归原作者或本站特约原创作者所有,如侵犯到您权益请联系本站删除!
4.本站站内提供的所有可下载资源(软件等等)本站保证未做任何负面改动(不包含修复bug和完善功能等正面优化或二次开发);但本网站不能保证资源的准确性、安全性和完整性,由于源码具有复制性,一经售出,概不退换。用户下载后自行斟酌,我们以交流学习为目的,并不是所有的源码都100%无错或无bug;同时本站用户必须明白,【安安资源网】对提供下载的软件等不拥有任何权利(本站原创和特约原创作者除外),其版权归该资源的合法拥有者所有。
5.请您认真阅读上述内容,购买即以为着您同意上述内容,由于源码具有复制性,一经售出,概不退换。
安安资源网 » JAVA源码运维批量执行工具OpsTool版本1.3.6