AIX6出现an attempt to start a new process on host localhost failed.to continue,you may need to stop an unneededprocess on this host.只能重启

来源:学生作业帮助网 编辑:作业帮 时间:2024/10/06 14:55:48
AIX6出现an attempt to start a new process on host localhost failed.to continue,you may need to stop an unneededprocess on this host.只能重启
x͑N@_<+WH…ov,ND%Pxx JBH@ev+8mޅ9I9^>21&F2d1@`"0@ @'WtQ1X(X JJ#hH;osךKX[L%mhi$GՖ!ykx={2aQ_nygVZpy{Nٻ#vɠ<MM^Uũ JդǙU \QFQF:|fԛa?TfA|1%:h Պw?P y`e<aawӰex<~LP?#؅L

AIX6出现an attempt to start a new process on host localhost failed.to continue,you may need to stop an unneededprocess on this host.只能重启
AIX6出现an attempt to start a new process on host localhost failed.
to continue,you may need to stop an unneededprocess on this host.只能重启

AIX6出现an attempt to start a new process on host localhost failed.to continue,you may need to stop an unneededprocess on this host.只能重启
系统提示已经告诉你问题所在,新的进程启动失败,需要停掉一些不必要的进程.
ps -ef|grep 用户名|wc -l 查看当前用户的进程数
lsattr -E -l sys0|grep maxuproc 当前系统允许的最大进程数
要是达到最大进程的话
用root用户执行:
chdev -l sys0 -a maxuproc= 数量