按类别查询搜索结果
关于关键词 的检测结果,共 86
lzp_0004 | 2018-03-29 15:34:04 | 阅读(3610) | 评论(0)
系统平台:solaris sparcoracle从9.2.0.6升级到9.2.0.8版本:   在通过图形升级至9208后,在准备升级数据字典时遇到的bug:修改java_pool_size参数后,shutdown 库时会出现报错ORA-00600: internal error code, arguments: [504], [0x380068D90], [160],[7], [shared pool], [2], [0], [0x380068CA0],经查是...【阅读全文】
liyf0371 | 2017-09-28 10:10:19 | 阅读(3420) | 评论(0)
pkg set-publisherOracle Solaris 11 映像包管理系统(IPS)                                       ...【阅读全文】
【SOLARIS】 Hyper-V安装Solaris
seegmar | 2017-07-13 15:10:58 | 阅读(2380) | 评论(0)
HOST OS:Win10 + Hyper-VGuest OS:Solaris 10 x64或者Solaris11x64(1)默认情况下,Hyper-V新建的虚拟机的内存为1024M,至少应该改为2048M,否则安装过程中出现卡死(solaris 10)等现象。另外再以后的使用过程中,如果出现机器在启动过程中卡死,可尝试适当加大内存(到4096M)。(2)新建虚拟机时,新建代数应该选...【阅读全文】
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开发工具,这个工具已经安装...【阅读全文】
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 | 阅读(6750) | 评论(0)
这是一台运行地震反演软件的sun ultra80工作站,去年一段时间以来系统频繁宕机多达21次,每次自动重启时,用户反演作业常常因未来及存盘遭受数据丢失,只能重做。尤其去年七、八月份,有时系统一天不定时自动重启多次,用户根本无法在本机上工作,许可证也无法取用,直接影响了用户使用反演软件进行的科研生产工作。   ...【阅读全文】
anfy | 2016-06-20 10:44:15 | 阅读(2000) | 评论(0)
关于Solaris的syslog机制 2008-04-20 23:12:48分类: Linuxsyslog机制负责发送、记录系统内核及工具所产生的信息,由syslog()调用、syslogd守护进程和配置文件/etc/syslog.conf组成。当系统内核及工具产生信息时,通过调用syslog(),把信息送往syslogd,syslogd再根据/etc/sysl...【阅读全文】
anfy | 2016-06-20 08:24:01 | 阅读(1790) | 评论(0)
1 則留言:sdaven 提到...A note regarding rotation of FMA logs. While 'fmadm rotate' is provided, it is not the best method for log rotation. You are correct that 'logadm' should be used to guarantee history is preserved. See my entry on ...【阅读全文】
EnchanterBlue | 2015-09-14 14:52:51 | 阅读(3500) | 评论(0)
<div class="Blog_tit4 Blog_tit5" style="border-bottom-width:0px;padding:0px 0px 11px;color:#565656;font-family:宋体, Arial;font-size:12px;line-height:12px;white-space:normal;background-color:#FFFFFF;">&nbsp;<a href="http://blog.itpub.net/768134/viewspace-695393/" style="text-decoration:none;color:...【阅读全文】
lzp_0004 | 2015-09-01 16:58:37 | 阅读(1490) | 评论(0)
本文重点介绍了Solaris 11的一些postinstallation! 供安装工程师参考!【阅读全文】
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 步骤操作更换硬盘后报错:
【阅读全文】
lzp_0004 | 2015-08-17 22:18:48 | 阅读(2030) | 评论(0)
故障状态:
# vxprint -g hds_preoradg 
TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
dg hds_preoradg hds_preoradg -        -        - ...【阅读全文】
lzp_0004 | 2015-06-17 09:28:47 | 阅读(2620) | 评论(0)
问题Netbackup软件关于磁带驱动器清洗状态的相关问题解答。解决方案1. Netbackup软件中磁带驱动器需要清洗,在什么界面中有提示?答:“Netbackup administrator console”“Media and Device Management”“Device Monitor”检查每个驱动器的“Clean comment”列内容,如果标志为“”,说明netbackup软件将...【阅读全文】
V萨斯德 | 2015-04-27 11:12:19 | 阅读(830) | 评论(0)
我用的是solaris 10系统,查看snmp状态是disable的svcs -a|grep -i snmpdisabled       2012     svc:/application/management/snmpdx:defaultsvcs -a | grep -i smaonline         2012     svc:/application/management/...【阅读全文】
皱眉公子 | 2015-04-01 09:33:19 | 阅读(900) | 评论(0)
  每个IT企业,尤其是初创企业,非常苦恼:找不到好的程序员。现在大学、软件学院及各种培训机构,每年培养几十万的程序员,毕业的每个人都有同样困恼:找不到好的工作。问题出在哪里呢?其实,企业需要的是不是刚会写程序的人,需要来了就能干活的人,尤其能把活干好的人。而刚毕业的大学生多半刚学会如何写程序,...【阅读全文】
shenyue_sam | 2015-03-11 07:31:45 | 阅读(0) | 评论(0)
=========================================================1.       显示系统资源信息date:显示日期和时间hosted:显示主机ID号isainfo:显示系统内核支持的应用程序的比特位数isalist:显示在x86平台上系统支持应用程序的比特位数localeadm:进行系统的时区设置prtconf:列出...【阅读全文】