AIX scp Failed to open devpkcs11
作業系統版本:AIX 6.1
背景
新裝的(完全安裝)AIX 6.1系統需要從其它伺服器拷貝檔案至本機,但是SCP拷貝時報錯
問題描述
AIX進行scp的時候報下面錯誤
bash-3.00# scp -rp root@172.17.1.207:/etc/hosts /etc/
***********************************
Error stack trace (1 frames):
((01)) [C_Initialize] failed at c_init_fini.c:152, rc = 2 (0x2), reason: [Failed to open /dev/pkcs11, reason : No such file or directory
]
***********************************
***********************************
Error stack trace (1 frames):
((01)) [C_Initialize] failed at c_init_fini.c:152, rc = 2 (0x2), reason: [Failed to open /dev/pkcs11, reason : No such file or directory
]
***********************************
root@172.17.1.207's password:
hosts 100% 2100 2.1KB/s 00:00
解決過程
1網上查了,也看到類以的案例,主要因為安裝了pkcs包的原因
檢視是不是裝了pkcs
bash-3.00# lslpp -l | grep pkcs
security.pkcs11 6.1.6.1 COMMITTED PKCS11 Device Driver
security.pkcs11.tools 6.1.6.0 COMMITTED PKCS11 Key Management Tool
security.pkcs11 6.1.6.1 COMMITTED PKCS11 Device Driver
2.使用smit remove刪security.pkcs11 和 security.pkcs11.tools 後,問題解決
Remove Installed Software
Type or select values in entry fields.
Press Enter AFTER making all desired changes. [Entry Fields]
* SOFTWARE name [security.pkcs11 security.pkcs11.tools] +
PREVIEW only? (remove operation will NOT occur) no +
REMOVE dependent software? no +
EXTEND file systems if space needed? yes +
DETAILED output? no +
WPAR Management Perform. Operation in Global Environment yes +
Perform. Operation on Detached WPARs no +
Detached WPAR Names [_all_wpars] +
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21605631/viewspace-715565/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [ERROR] Failed to open logErrorAI
- aix_ssh scp command not foundAI
- SCP報錯:Host key verification failed.AI
- open failed: EBUSY (Device or resource busy)AIdev
- ftp 報錯 550 Failed to open fileFTPAI
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- 解決Xmanager-AIX XDMCP Connection failedAI
- 解決 yum clean all Error rpmdb open failedErrorAI
- nmap報錯: Failed to open device ethxxxAIdev
- 遷移過程中出現的open failed錯誤AI
- DBLOGIN ERROR: Failed to open data source for user OGG.ErrorAI
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- Open DB failed-DATAFILE NEEDS MORE RECOVERY TO BE CONSISTENT_1528788.1AI
- Oracle 10.2.0.5 emca配置報錯-ssl Open wallet failed, ret = 28750OracleAI
- nginx: [error] open() “/var/run/nginx/nginx.pid“ failed (2: No such file or directory)NginxErrorAI
- ORA-00313 open failed for members of log group解決辦法AI
- scp命令
- linux之cp/scp命令+scp命令詳解Linux
- 常用scp命令
- ssh scp命令
- Failed to open service <OracleOraDb10g_home1TNSListener>, error 1060AIOracleError
- smplx 的 libGL error: MESA-LOADER: failed to open swrast 的解決方法ErrorAIAST
- SonicWALL Global VPN客戶端連線出現Failed to open the IPSec driver錯誤客戶端AI
- 建資料庫例項時碰到ORA-12578: TNS:wallet open failed資料庫AI
- linux命令---scpLinux
- SCP命令的使用
- Linux scp命令Linux
- scp命令基本用法
- scp without interative password
- SCP 2024
- 常見命令--SCP
- Laravel5.6安裝:Warning: require(../vendor/autoload.php): failed to open stream: No such file or directoryLaravelUIPHPAI
- pb安裝多個版本時候,執行pbw時會報 Attempt to open datawindow failedAI
- scp命令使用方法
- Linux SSH & SCP命令Linux
- 如何scp不用密碼密碼
- linux 下 scp使用Linux
- scp 傳輸檔案