按类别查询搜索结果
关于关键词 的检测结果,共 69
liyf0371 | 2017-09-28 10:10:19 | 阅读(3420) | 评论(0)
pkg set-publisherOracle Solaris 11 映像包管理系统(IPS)                                       ...【阅读全文】
anfy | 2017-05-12 12:54:09 | 阅读(2610) | 评论(0)
转自:http://www.51testing.com/?147028/viewspace-127618.html简述本节介绍了一些查看系统信息和监测系统资源与性能的工具,使用性能监测工具对当前系统有一个基本的了解,并根据收集到的信息选择其他相应的工具,进一步分离出性能瓶颈和寻找解决办法。本节根据查看系统信息、磁盘使用和I/O监测、CPU和内存监测、网络...【阅读全文】
tolilong | 2016-12-17 09:48:13 | 阅读(3080) | 评论(0)
1 查看硬盘大小可以使用format命令,或者iostat -En命令也可以通过下面的ksh脚本来查询。对于x86:#!/bin/kshfor disk in /dev/rdsk/*p0do  fdisk -G $disk | tail -1 | nawk '{    disk="'$disk'"  &n...【阅读全文】
seegmar | 2016-11-22 16:19:59 | 阅读(2880) | 评论(0)
       Solaris系统自带了两种不同的编译器。cc来自于Unix的c语言编译器,是 c compiler 的缩写,位于 /usr/ucb目录;gcc来自Linux,是GNU compiler collection,位于/usr/sfw/bin目录。bash-3.2# man ccSunOS/BSD Compatibility Package Command...【阅读全文】
seegmar | 2016-11-22 15:29:22 | 阅读(1330) | 评论(0)
简明教程:如何在Solaris操作系统上开发C 应用程序 from: http://blog.csdn.net/sunboy_2050/article/details/63238251,开发C程序的必要工具和设置A,Solaris下的开发工具在solaris下开发C应用程序,缺省开发环境是Sun Studio。目前Sun Studio 11是Sun公司最新的C/C++/Fortran开发工具,这个工具已经安装...【阅读全文】
yuntui | 2016-11-03 21:47:14 | 阅读(1700) | 评论(0)
更换华为防火墙后,发现Solaris基于ip探测方式配置的IPMP 呈现failed状态。经过分析,更改为基于link的IPMP配置方式后,解决了这次问题。1、Multiple interface Link based IPMP configurationa. Active – Active configurationCommand line :点击(此处)折叠或打开# ifconfig e1000g0 p...【阅读全文】
lzp_0004 | 2016-10-20 13:08:28 | 阅读(9130) | 评论(0)
更换华为防火墙后,发现Solaris基于ip探测方式配置的IPMP 呈现failed状态。经过分析,更改为基于link的IPMP配置方式后,解决了这次问题。1、Multiple interface Link based IPMP configurationa. Active – Active configurationCommand line :点击(此处)折叠或打开# ifconfig e1000g0 p...【阅读全文】
Larpenteur | 2016-08-20 05:19:29 | 阅读(1660) | 评论(0)
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...【阅读全文】
liyf0371 | 2016-08-15 10:48:50 | 阅读(10470) | 评论(0)
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...【阅读全文】
liyf0371 | 2016-08-15 10:47:16 | 阅读(6740) | 评论(0)
这是一台运行地震反演软件的sun ultra80工作站,去年一段时间以来系统频繁宕机多达21次,每次自动重启时,用户反演作业常常因未来及存盘遭受数据丢失,只能重做。尤其去年七、八月份,有时系统一天不定时自动重启多次,用户根本无法在本机上工作,许可证也无法取用,直接影响了用户使用反演软件进行的科研生产工作。   ...【阅读全文】
古丁高手 | 2015-09-25 14:14:07 | 阅读(1510) | 评论(0)
Solaris 10禁止root用户直接使用ssh远程登陆【阅读全文】
lzp_0004 | 2015-09-24 10:18:33 | 阅读(1600) | 评论(0)
搭建环境:
OS:Solaris10 x86-64
DB:Oracle 11.2.0
主库所在主机:sol01
备库所在主机:sol02

2 主库部署步骤
2.1 主库操作
创建归档目录,开启归档模式。
su – oracle
mkdir /orahome/oracle/archivelog
sqlplus /as sysdba
shutdow...【阅读全文】
EnchanterBlue | 2015-09-14 17:32:48 | 阅读(1280) | 评论(0)
<p style="margin-top:0px;margin-bottom:0px;font-family:Helvetica, Tahoma, Arial, sans-serif;font-size:14px;line-height:25.2px;white-space:normal;background-color:#FFFFFF;">1.<strong>TCP_TIME_WAIT_INTERVAL</strong></p><ul style="margin:0px 0px 1.5em;padding:0px;font-family:Helvetica, Tahoma, Aria...【阅读全文】
sherwinzhang | 2015-09-02 17:18:23 | 阅读(1340) | 评论(0)
今天碰到了个问题,如果你在SUN的小机加入板卡的时候提示Platform.SC: WARNING: SB is not supported in this chassis because non-A184 or unrecognized power supplies have been detected.部件可能是板卡,风扇之类的。看SUN的HandBook只有ID卡有问题时候会报,但是今天换SB卡的时候,也发现有这条报错,最后查可能板卡...【阅读全文】
lzp_0004 | 2015-09-01 16:58:37 | 阅读(1490) | 评论(0)
本文重点介绍了Solaris 11的一些postinstallation! 供安装工程师参考!【阅读全文】
lzp_0004 | 2015-09-01 16:31:53 | 阅读(2430) | 评论(0)

Solaris:
/usr/sbin/ping -s host data_size npackets


 The default data_size is 56 bytes, or you  can  specify  a  size with the data_size command-line argument.(bytes)


bash-2.05# ping -s 192.168.100.51 10240 10
PING...【阅读全文】
lzp_0004 | 2015-08-17 22:32:40 | 阅读(1710) | 评论(0)

The vxdiskadm option #5 "Replace a failed or removed disk" to replace a failed encapsulated rootdisk fails, complaining that the public region is too small to replace the disk.

故障原因:
vxvm对系统盘做的mirror,一块硬盘故障,按照vxdiskadm 步骤操作更换硬盘后报错:
【阅读全文】
chunteng | 2015-06-19 14:35:07 | 阅读(820) | 评论(0)
首先解释一下PC UNIX环境,在PC服务器上可以安装多种UNIX系统例如Sco Unix,Sun Solaris x86系统,BSD系统等等,但是唯一应用在生产系统(例如邮政储蓄,证券和某些银行前置机等)的PC UNIX系统是Sco UNIX系列,例如Openserver,UnixWare。近期代理了某邮政系统的Unix入门课程,选用的系统平台就是老款的Sco Openserver...【阅读全文】
shenyue_sam | 2015-03-11 07:31:45 | 阅读(0) | 评论(0)
=========================================================1.       显示系统资源信息date:显示日期和时间hosted:显示主机ID号isainfo:显示系统内核支持的应用程序的比特位数isalist:显示在x86平台上系统支持应用程序的比特位数localeadm:进行系统的时区设置prtconf:列出...【阅读全文】
lzp_0004 | 2015-03-09 15:37:11 | 阅读(2640) | 评论(0)
问题描述:使用了错误的配置命令crle,造成系统无法登录,也无法执行su(丢失了/lib和/usr/lib)等很多系统命令crle -c /var/ld/ld.config -l /var/ld/ld.config:/oracle/lib32 -bash-3.00$ su -ld.so.1: su: 致命的: /var/ld/ld.config/libcmd.so.1: 不是一个目录被杀掉正确的配置命令应该是(...【阅读全文】