kcnute命令可以列出系统当前内核参数。 如要修改,比如修改 max_thread_proc为512,默认是256。如下: kcnute max_thread_proc=512 系统提示,输入yes.重启后生效。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/8045/showart_2016108.html
by gaoshixing - HP文档中心 - 2009-08-03 11:21:29 阅读(2554) 回复(0)
hpux是企业级操作系统,运行在HP的小型机上。他以安全,稳定,功能强大著称。 在企业级操作系统上运行的软件,一般都是和IP地址或者MAC地址等等绑定的。但是更换主板如果没有进行SSconfig,那么将导致MAC地址的改变。由于以前有的应用软件是和MAC地址绑定的,就会导致无法使用。 现在我就来将修改MAC地址的过程详细描述一下。 - 1、启动计算机,然后进入命令行模式,管理员登陆。 2、输入lanscan检测NMID和Mac地址。(11.00以后的...
修改autoboot的三个位置: 1.在系统中: 首先查看autoboot状态: # setboot Primary bootpath : 0/1/1/0.0.0 Alternate bootpath : 0/1/1/0.1.0 Autoboot is OFF (disabled) Autosearch is OFF (disabled) 打开autoboot # setboot -s on # setboot -b on # setboot Primary bootpath : 0/1/1/0.0.0 Alternate bootpath : 0/1/1/0.1.0 Autoboot is ON (enabled) Autosearch is ON (enabled) 2.在bch进行修改: Main Menu: Enter com...