我是靠谱客的博主 羞涩大山,最近开发中收集的这篇文章主要介绍CD 配置,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Now I had tested that : below configuration is okay:

1: change the Windows configuration:

  Step1: login into https://123.456.789.1::25344/main.html
                click "start"  ---->  CD request  ---->  Proxies  ---> input the "ID : cduser  & passwd:1qaz@WSX"   ----> click the user id : u1cbcn1, ---->  click Properties --->  Main && Directories
               ---> click the Directories  ----> input the Download path: "D:CRMBatchCNINBOUNDFINACLEARCHIVE"   ---> click OK. ---- finished.

 Step2:  login into the UNIX server with id : u1cbcn1
              configure: /usr/lpp/cdunix/ndm/cfg/A05GCBICNCD1
            Two configure file:

              1: userfile.cfg
                  tail -30 userfile.cfg
               #CRM - China Prod
 CDUser@W05GCRMCNCD1:
 :local.id=u1cbcn1
 :pstmt.upload=y:
 :pstmt.upload_dir=:
 :pstmt.download=y:
 :pstmt.download_dir=:
 :pstmt.run_dir=:
 :pstmt.submit_dir=:
 :descrip=:
 
              2: netmap.cfg

 $CRM - China Production
 W05GCRMCNCD1:
 :conn.retry.stwait=00.00.30:
 :conn.retry.stattempts=3:
 :conn.retry.ltwait=00.10.00:
 :conn.retry.ltsttempts=6:
 :tcp.max.time.to.wait=0:
 :runstep.max.time.to.wait=0:
 :contact.name=:
 :contact.phone=:
 :descrip=:
 :sess.total=255:
 :sess.pnode.max=1:
 :sess.snode.max=255:
 :sess.default=1:
 :comm.info=10.240.127.3;1364:
 :comm.transport=tcp:
 :comm.bufsize=4096:
 :pacing.send.delay=0:
 :pacing.send.count=0:
 
Step3: Test script:

   #! /bin/sh
 set -v
 /usr/lpp/cdunix/ndm/bin/ndmcli -x << EOJ
 submit proc1 process  snode=W05GCRMCNCD1
  step1 copy from (file=/tmp/test1 pnode)
    to (file=D:CRMBATCHCNINBOUND|FINACLEArchivetest2)
  pend ;
EOJ

Step4: check the log:

  Enter the log path: /usr/lpp/cdunix/work/A05GCBICNCD1

  Tail -20 S20130221.001

最后

以上就是羞涩大山为你收集整理的CD 配置的全部内容,希望文章能够帮你解决CD 配置所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部