发布时间:2017-09-28 10:10:19
pkg set-publisherOracle Solaris 11 映像包管理系统(IPS)  .........【阅读全文】
发布时间:2016-08-15 10:48:50
Abstract: Abnormal termination of a process will trigger a core dump file. A core dump file is very helpful to programmers or support engineers for determining the root cause of abnormal termination, because it provides invaluable information about the runtime status at crash time. This article pr.........【阅读全文】
发布时间:2016-08-15 10:47:16
这是一台运行地震反演软件的sun ultra80工作站,去年一段时间以来系统频繁宕机多达21次,每次自动重启时,用户反演作业常常因未来及存盘遭受数据丢失,只能重做。尤其去年七、八月份,有时系统一天不定时自动重启多次,用户根本无法在本机上工作,许可证也无法取用,直接影响了用户使用反演软件进行的科研生产工作。 .........【阅读全文】
发布时间:2013-01-26 10:48:26
Solaris下简单的查看端口号被哪个进程占用的方法1. Solaris 10及一些系统补丁的安装日志一般可以在/var/sadm/install_data目录和/var/sadm/install目录中找到。2. 用户登录日志可以使用last命令列出3. a) netstat -na | grep -i listen通常可以看到目前系统侦听的端口号 b) netstat -f inet 和 netstat.........【阅读全文】