adcfgclone.pl appsTier報錯Unable to locate 'linkxlC' utility in path
$ perl adcfgclone.pl appsTier
no linkxlC in /data02/appluat/apps/apps_st/comn/clone/bin/../jre/bin /usr/bin /etc /usr/sbin /usr/ucb /data02/appluat/bin /usr/bin/X11 /sbin .
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for linkxlC...
Unable to locate 'linkxlC' utility in path
Checking for ar... found - /usr/bin/ar
Unable to locate all utilities with system path.
PATH = /data02/appluat/apps/apps_st/comn/clone/bin/../jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/data02/appluat/bin:/usr/bin/X11:/sbin:.
Checking for make... found - /usr/bin/make
Checking for ld... found - /usr/bin/ld
Checking for linkxlC...
Unable to locate 'linkxlC' utility in path
Checking for ar... found - /usr/bin/ar
Unable to locate all utilities with system path.
PATH = /data02/appluat/apps/apps_st/comn/clone/bin/../jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/data02/appluat/bin:/usr/bin/X11:/sbin:.
WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above
AIX 6.1
後來發現其他機器的 /usr/vacpp/bin/ 下都有 linkxlC 檔案, 這個系統 /usr 下連 vacpp/bin 目錄都沒有。
之後建立目錄並複製這個檔案, 賦予相同的許可權。
重新執行就沒有報這個錯誤了。
還有一種情況就是有 /usr/vacpp/bin/linkxlC 這個檔案, 但是 echo $PATH 發現沒有包含這個目錄, 把這個目錄加入即可。
比如 export PATH = /data02/appluat/apps/apps_st/comn/clone/bin/../jre/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/data02/appluat/bin:/usr/bin/X11:/sbin:/usr/vacpp/bin/linkxlC:.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-721040/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- adcfgclone.pl appsTier報錯某些sh執行錯誤處理GCAPP
- 解決Ubuntu報錯 E: Unable to locate package yumUbuntuPackage
- 終端報錯"xcrun: error: unable to find utility “xcodebuild”, not a developer tool orErrorXCodeUIDeveloper
- Unable to locate package錯誤解決辦法Package
- 安裝或執行clone報錯 Unable to find 'kshell' in path
- Unable to locate factory with name [default]
- 打成Jar包後執行報錯 Unable to locate Spring NamespaceHandler for XML schema namespaceJARSpringnamespaceXML
- adcfgclone.pl appsTier fails with error AC-50207GCAPPAIError
- 解決jpa查詢時,Unable to locate Attribute with the the given name錯誤
- ubuntu安裝軟體出現Unable to locate package錯誤解決UbuntuPackage
- Xcode指令碼自動化打包問題:xcrun: error: unable to find utility "PackageApplication", not a developer tool or in PATHXCode指令碼ErrorPackageAPPDeveloper
- Ubuntu 安裝包時提示錯誤E: Unable to locate package mysql-server錯誤 解決辦法UbuntuPackageMySqlServer
- pip install scrapy報錯:error: UnableError
- oracle 11.2.0.4 path 26925576 報錯Oracle
- 完美解決xhost +報錯: unable to open display
- iptables報錯!iptables-restore unable to initialize table 'filterRESTFilter
- WIN7下執行hadoop程式報:Failed to locate the winutils binary in the hadoop binary pathWin7HadoopAI
- rabbitMq的status報錯Error: unable to perform an operation on node ‘rabbit……MQErrorORM
- eslint-plugin-import Unable to resolve path to moduleEsLintPluginImport
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- 打補丁報錯Opatch error : "Unable to lock Central InventoryError
- 啟動uwsgi報錯ImportError: No module named, unable to load appImportErrorAPP
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- SSL - SSLHandshakeException: unable to find valid certification path to requested targetException
- CentOS 6.5安裝perl模組報錯'Can't locate ExtUtils/Manifest.pm'CentOS
- Unable to locate the Javac Compiler in: C:\Java\jre1.8\..\lib\tools.jarJavaCompileJAR
- flutter Error: unable to locate asset entry in pubspec.yaml: "assets/fonts/Lato-Regular.ttf"FlutterErrorYAML
- 【rac故障】root.sh報錯Unable to get VIP info for new node
- Unable to unwrap data, invalid status [CLOSED]-服務端webSocket報錯服務端Web
- MySQL 5.7.17 安裝報錯SSL error: Unable to get private key fromMySqlError
- 建立asm磁碟 報錯 oracleasm-write-label: Unable to clear deviceASMOracledev
- git拉取程式碼報錯filename too long unable to create fileGit
- minio連線失敗報錯ValueError: path in endpoint is not allowedError
- android studio 安裝報錯 unable to run mksdcard sdk toolAndroid
- iOS 上架報錯 This bundle is invalid 或 Invalid Image PathiOS
- Android使用cmake編譯串列埠通訊.so檔案報錯cannot locate symbol "tcgetattr"Android編譯串列埠Symbol
- Linux 無許可權建立資料夾( 報錯:Unable to create ... directory.)Linux
- DBCA建立ASM報錯ORA-27125: unable to create shared memory segmentASM