UnixStudy--Solaris10修改主机IP和主机名对于Solaris系统,是通过一系列配置文件(文本)来存储和管理主机ip和主机名信息,通过编辑器修改这些配置文件就可以完成相关的配置。一、修改主机ip1、配置hosts文件[root@solaris186:/]#cat/etc/hosts
#Internethosttable
::1localhos..
分类:
其他好文 时间:
2015-01-21 20:23:11
阅读次数:
187
注:本文谢绝转载! 1 说明 在前面的Blog中,讲过RAC 中SCAN 的配置有三种方式:(1) /etc/hosts(2) DNS(3) GNS 具体链接如下:Oracle RAC 集群 SCAN 说明http://blog.csdn.net/tianlesoftware/article/details/42712979 Oracle 12c RAC 集群使用DNS 实现 SCANhttp...
分类:
数据库 时间:
2015-01-21 18:24:33
阅读次数:
421
测试机器IP和主机名:192.168.2.11r1192.168.2.12r2在两台主机的hosts上添加vi/etc/hosts添加192.168.2.11r1192.168.2.12r2保存先安装erlangtar–zcvfotp_src_R13B03.tar.gzcdotp_src_R13B03make&&makeinstall在一台机器编辑好后拷到另外一台机器安装即可建立链接ln–s..
分类:
其他好文 时间:
2015-01-21 06:40:05
阅读次数:
582
1.修改/etc/hosts 加入集群各节点的主机ip 及主机名。(For all hosts)例如: 192.168.4.190 hl0 192.168.4.191 hl1 192.168.4.192 hl2 192.168.4.193 hl3 2确认已经开启ssh服务。(Forall hosts...
分类:
其他好文 时间:
2015-01-20 20:08:57
阅读次数:
377
The sanlock daemon manages leases for applications running on a cluster of hosts with shared storage. All lease management and coordination is done
through reading and writing blocks on the shared storage. Two types of leases are used, each based...
分类:
其他好文 时间:
2015-01-20 10:34:42
阅读次数:
214
web.xml中已经注册了HttpFlexSession flex.messaging.HttpFlexSession但实际程序运行总是报HttpFlexSession未注册,思来想去,想起最近为了访问google,把hosts改过,赶紧重置,问题解决,真晕.
分类:
Web程序 时间:
2015-01-20 00:43:17
阅读次数:
335
1 实现类似于域名访www.a.com问本地的空间,而不是放在apache下的htocs文件夹下,或者是wamp下的www文件下2首先修改C盘WINDOWS\system32\drivers\etc目录下的 hosts 文件,用记事本打开,加入: 127.0.0.1 www.a.comhosts文件...
分类:
Web程序 时间:
2015-01-19 12:24:01
阅读次数:
170
基本环境准备;[root@localhost~]#vim/etc/sysconfig/network(修改主机名)NETWORKING=yesHOSTNAME=node1.dragon.com(这里每台主机自行修改为node1,2,3)[root@localhost~]#vim/etc/hosts(修改主机文件,分别指向node1,2,3)127.0.0.1localhostlocalhost.localdomainlocalho..
分类:
其他好文 时间:
2015-01-19 06:59:25
阅读次数:
401
激活码一枚 ,网上找不到的。。我今天放出来了哦。。。1462-5864-7783-6034-8316-3718 (亲测 可用)安装前找到系统盘下windows/system32/drivers/etc,用记事本打开文件"HOSTS"在下面加入127.0.0.1 activate.adobe.com....
分类:
其他好文 时间:
2015-01-16 20:32:38
阅读次数:
213