久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      ftp腳本遇到AUTH GSSAPI錯誤

      在執(zhí)行腳本時老出現(xiàn)如下錯誤:

      'AUTH GSSAPI': command not understood

      'AUTH KERBEROS_V4': command not understood

      KERBEROS_V4 rejected as an authentication type

      原腳本如下:

      #!/bin/sh

      exportORACLE_BASE=/opt/oracle/

      exportORACLE_HOME=/opt/oracle/app/product/11.2.0/dbhome_1

      exportPATH=$PATH:$ORACLE_HOME/bin:.

      exportORACLE_SID=sms

      timedate=$(date+%Y%m%d%H%M%S)

      dumpdbname=sms

      #exportNLS_LANG=american_america.UTF8

      #exportNLS_LANG=AMERICAN_AMERICA.AL32UTF8

      CURDATE=$(date'+%Y%m%d%H%M%S')

      backup_directory=/opt/backup/data

      expdpsms/1@orcldirectory=backDirdumpfile=$dumpdbname'_'$timedate.dmplogfile=$dumpdbname'_'$timedate.log

      cd/opt/backup

      zip-rdata/$dumpdbname'_'$timedate.zipdata/$dumpdbname'_'$timedate.dmpdata/$dumpdbname'_'$timedate.log

      find$backup_directory/*.log-mtime+10-execrm-rf{};

      find$backup_directory/*.zip-mtime+10-execrm-rf{};

      find$backup_directory/*.dmp-mtime+10-execrm-rf{};

      cd$backup_directory

      ftp-v-n192.168.2.4>>${dumpdbname}_${timedate}.log<這個腳本是到linux上下載文件,但是運行的時候報錯,關(guān)鍵字有:AUTH GSSAPAUTH KERBEROS_V4解決辦法:ftp -v -n -u << EOF加-u參數(shù)可以解決以下報錯'AUTH GSSAPI': command not understood'AUTH KERBEROS_V4': command not understood

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號