码迷,mamicode.com
首页 >  
搜索关键字:prot    ( 3734个结果
C 语言 mmap
/**@author cody*@date 2014-08-12*@description *//*#include void *mmap(void *addr,size_t len,int prot,int flag,int filedes,off_t off);int munmap(void *...
分类:其他好文   时间:2014-08-12 16:29:04    阅读次数:237
11gR2 RAC 独占模式replace votedisk遭遇PROC-26,restore ocr遭遇CRS-4000、PROT-35
11gR2 RAC系统的存储数据完全丢失,所有节点的软件都安装在本地磁盘中,本地磁盘保留了OCR的备份,下面讨论通过replace votedisk和restore ocr的方式恢复Clusterware的正常运行: 1.启动CRS到独占模式。 [root@rac1 bin]#./crsctl stop has -f [root@rac1 bin]#./crsctl start crs -excl -nocrs 2.创建用于存储OCR和Votedisk的磁盘组。 [grid@rac1 ~]$ sqlpl...
分类:其他好文   时间:2014-08-12 00:39:43    阅读次数:400
cannot restore segment prot after reloc: Permission denied
编辑/etc/selinux/config,找到这段:# This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELin...
分类:其他好文   时间:2014-08-04 21:09:17    阅读次数:296
mmap()与munmap()的小例子
mmap() 和 munmap() - Unix的系统函数,更贴近底层 void* mmap(void* addr,size_t size,int prot,int flags, int fd, off_t offset) 参数addr可以指定映射的首地址,一般为0 交给内核指定。 size 就是分...
分类:其他好文   时间:2014-08-01 19:18:52    阅读次数:206
Windows Server 2012 R2中的网络诊断命令
Get-NetAdapterGet-NetIPAddressGet-NetIPConfiguration(GIP)TNC :Pinging Servers and Trace Routetnc www.baidu.com -traceroutetnc www.baidu.com -prot 80tn...
分类:Windows程序   时间:2014-07-28 15:36:33    阅读次数:309
运行sqlplus时遇到cannot restore segment prot after reloc: Permission denied
运行sqlplus时遇到cannotrestoresegmentprotafterreloc:Permissiondenied,网上说可以吧SELinux关掉,但是我看了下我的系统已经关掉了,具体是编辑/etc/sysconfig/selinux,把SELINUX=enforcing一行注释掉,然后新加入一行:SELINUX=disabled,但是我这样做了以后,问题依旧,..
分类:数据库   时间:2014-07-23 00:27:08    阅读次数:302
运行sqlplus时遇到cannot restore segment prot after reloc: Permission denied
运行sqlplus时遇到cannotrestoresegmentprotafterreloc:Permissiondenied,网上说可以吧SELinux关掉,但是我看了下我的系统已经关掉了,具体是编辑/etc/sysconfig/selinux,把SELINUX=enforcing一行注释掉,然后新加入一行:SELINUX=disabled,但是我这样做了以后,问题依旧,..
分类:数据库   时间:2014-07-23 00:26:48    阅读次数:234
【Oracle】OGG error while loading shared libraries
[oracle@jp ogg]$ ./ggsci  ./ggsci: error while loading shared libraries: /u01/app/oracle/ogg/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied 关闭selinux,首先修改参数 [root@jp ...
分类:数据库   时间:2014-07-21 23:27:50    阅读次数:294
iptables、防火墙配置、NAT端口映射
一,配置一个filter表放火墙(1)查看本机关于IPTABLES的设置情况[root@tp ~]# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source destinationChain FORWARD (policy AC...
分类:其他好文   时间:2014-07-01 12:53:14    阅读次数:593
TCP/IP协议族
第一章      TCP/IP协议族 1.1 TCP/IP协议族体系结构以及主要协议 1.1.1数据链路层          数据链路层实现了网卡接口的网络驱动程序,以处理数据在物理媒介上的传输。          数据链路层两个常用的协议是ARP(AddressResolve Protocol,地址解析协议)和RARP(Reverse Address Resolve Prot...
分类:其他好文   时间:2014-06-25 10:26:52    阅读次数:280
3734条   上一页 1 ... 370 371 372 373 374 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!