|
发表于 2014-4-13 05:47:05
|
显示全部楼层
回复 49# YULONGUTK
I am sure it should be your own problem.
ifconfig
(to make sure the net card address)
hostname
9to make sure you use the correct server name)
Set the HPEESOF_DIR environment variable to point to the installation directory of ADS.
To set the environment variable HPEESOF_DIR in a shell, type the following commands:
csh, tcsh
setenv HPEESOF_DIR <INSTALL_DIR>
ksh, bash
export HPEESOF_DIR=<INSTALL_DIR>
Set the path:
setenv PATH $HPEESOF_DIR/bin PATH |
|