??设置好对应的拨号计划。我们设置分机号码为4位:配置好接入号码为5000: 配置自己主动助理号码为6000: 改动UM拨号模式为双模式:Set-UMService -identity Exchangeserver -DialPlans Hitev -UMStartupMode dual再对Exch ...
分类:
其他好文 时间:
2017-05-20 14:25:26
阅读次数:
230
#系统centos7.2安装版本都是Yum源node1:192.168.8.111node2:192.168.8.112vip:192.168.8.200nfs:192.168.8.113#互信~]ssh-keygen~]#cat~/.ssh/id_rsa.pub>>~/.ssh/authorized_keys~]#chmodgo=.ssh/authorized_keys~]#scp-p.ssh/id_rsa.ssh/authorized_keysnode1:/root/.s..
分类:
其他好文 时间:
2017-05-18 20:00:40
阅读次数:
1386
1.前言 2. 术语说明 Term Note ABI Application Binary Interface 应用程序二进制接口 EABI Embedded ABI 嵌入式ABI PCS Procedure Call Standard 程序调用标准 AAPCS PCS for ARM Archit ...
分类:
其他好文 时间:
2017-05-13 11:09:11
阅读次数:
372
一、使用 short int 和 float 两种类型的变量计算和验证两个问题。 1. x ^ 2 >= 0 ? // 使用 C++ 编码如下(只显示 main 函数内的部分,头文件包括<iostream>, <limits.h>, <float.h>, <stdio.h>): 2. (X + Y) ...
分类:
其他好文 时间:
2017-04-10 12:58:25
阅读次数:
376
摘要: 数据类型 int\ unsigned\ long\ long long\ unsigned long\ float\ double\ char\ int* 在编译器环境分别为32位和64位操作系统下的数据类型长度。 ...
分类:
其他好文 时间:
2017-04-10 12:53:35
阅读次数:
129
一、状态机代码: #define ledR (12) #define ledG (11) #define ledBrd (13) #define sw1 (2) #define SW_ON (0) #define SW_OFF (1) #define LED_ON (1) #define LED_O ...
分类:
其他好文 时间:
2017-04-10 12:45:16
阅读次数:
158
https://www.sevenforums.com/network-sharing/47604-assigning-domain-user-local-admin-select-pcs.html ...
分类:
其他好文 时间:
2017-03-29 00:58:16
阅读次数:
136
一、corosync+pacemaker集群前提准备集群前提准备-->HA-web承接上文-->corosync+pacemaker使用crmsh构建高可用集群二、准备pcs[root@node1~]#yuminstallpcs
禁用stonith设备
[root@node1~]#pcspropertysetstonith-enable=false
[root@node1~]#pcspropertysetno-quorum-..
分类:
其他好文 时间:
2016-11-22 15:14:21
阅读次数:
467
来自http://blog.csdn.net/u014492257/article/details/39856403 另外需要所有API使用方法的请访问本人上传的资源(需要3个下载分的)链接: http://download.csdn.net/detail/u014492257/8009789 ...
RH436_EX集群 介绍Linux环境下集群架构,Linux开源集群软件的安装及配置使用,软件与软件之间的组合。实现高可用集群,负载均衡集群;负载均衡、高可用集群与存储集群间的多集群混合架构使用。 本次试验我使用了多种安装包:pcs为集群的基本架构,fence为警报装置,targetcli和isc ...
分类:
系统相关 时间:
2016-09-22 01:20:28
阅读次数:
497