作业帮 > 综合 > 作业

AIX6出现an attempt to start a new process on host localhost fa

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/11 05:30:03
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= 数量