📄 install
字号:
To run on Solaris/Linux, follow the instructions below.=======================================================1) Untar the distribution dml.tar.gz. This will create a directory called dml-2. cd to the newly created directory. e.g. cd dml-2. 2) Please make sure you have jdk 1.4.x installed on your system.3) setenv JAVA_HOME <path where java is installed>4) setenv DML_HOME <path where you have untarred the file dml.tar.gz>5) type bin/dml-gui from the command prompt6) Please go to menu Files->Import. This will open up a file browse dialog. Please click on samples directory and you will list of sample input files. 7) Please choose ftp.xml and click ok. 8) Enter the target directory at the top of the window. e.g. /tmp9) Click on "Transfer" this will start transferring files.Instructions for doing gsiftp transfers+++++++++++++++++++++++++++++++++++++++1) Please Make sure you have a valid proxy.2) If not do grid-proxy-init and create a valid proxy.3) go to samples directory and edit the file request.xml. Please change the values for the sourceurl and filesize according to your needs.4) type dml-gui from the command prompt5) Please go to menu Files->Import and go to samples directory and select request.xml.6) Please enter the target directory at the top of the window. e.g. /tmp7) click on transfer, this will transfer files.Instructions for doing http(s) ESG special https transfer+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++1) Make sure you have esg username and password. 2) We already pack DOEGrid certificate and ESnet certificate along with DML, we need both of them because DOE is signed by ESnet and we load them in to ./user.ks keystore by default programatically. Incase if you need to load more certificates in to the ./user.ks keystore either you can load manually or you can use our tool to load into user.ks. It is safe to use the tool to load the additional certs. Because sometimes if the alias name that you are using already exists in the keystore it overwrites with the new one that you are trying to load. How to load with tool ===================== In the gui mode, under Tools->LoadCert, please provide the alias name and the certificate location, in order to load more than one cert use "Add" button to add more rows, provide alias name and cert location and then press "Load Cert into Keystore". In the nogui mode use -loadcerts <alias#path_to_cert_location> pattern in order to load more than one cert use ";" has delimiter. For example : -loadcerts <alias1#path_to_cert_location_1;alias2#path_to_cert_location_2> How to load manually. ==================== Please check whether the alias already exists before you load manaully. * $JAVA_HOME/bin/keytool -list -keystore $DML_HOME/user.ks -storepass changeit Please do the following steps. * $JAVA_HOME/bin/keytool -import -keystore $DML_HOME/user.ks -file <path_to_certificate> -alias <alias_name> -storepass changeit3) Please edit the file $DML_HOME/lahfs.properties and change the following values Also edit the esg username and password. ncar.scd.lahfs.username=<your_esg_username> ncar.scd.lahfs.password=<your_esg_password>4) run gui.sh 5) go to menu Files->Import and open samples directory and click on lahfs.xml file. 6) enter the target directory e.g. /tmp7) If you want release file after transfer is completed or failed, please go to Tools->Config and check the releasefile box.8) click on transfer, this will transfer files.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -