码迷,mamicode.com
首页 >  
搜索关键字:pcs    ( 171个结果
Lync 2013 与Exchange 2013 UM&UC 集成!
??设置好对应的拨号计划。我们设置分机号码为4位:配置好接入号码为5000: 配置自己主动助理号码为6000: 改动UM拨号模式为双模式:Set-UMService -identity Exchangeserver -DialPlans Hitev -UMStartupMode dual再对Exch ...
分类:其他好文   时间:2017-05-20 14:25:26    阅读次数:230
corosync+pacemaker+crm简单配置
#系统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
ARMV8 Procedure Call Standard
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
[PCS] Hw1. Short int & Float
一、使用 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
[PCS] Hw.3
摘要: 数据类型 int\ unsigned\ long\ long long\ unsigned long\ float\ double\ char\ int* 在编译器环境分别为32位和64位操作系统下的数据类型长度。 ...
分类:其他好文   时间:2017-04-10 12:53:35    阅读次数:129
[PCS] Hw.2 led & Stack
一、状态机代码: #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
How to make a user a local admin on just one computer
https://www.sevenforums.com/network-sharing/47604-assigning-domain-user-local-admin-select-pcs.html ...
分类:其他好文   时间:2017-03-29 00:58:16    阅读次数:136
corosync+pacemaker使用pcs构建高可用集群
一、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
百度网盘API的操作--PCS 百度个人云存储 上传 ,下载文件
来自http://blog.csdn.net/u014492257/article/details/39856403 另外需要所有API使用方法的请访问本人上传的资源(需要3个下载分的)链接: http://download.csdn.net/detail/u014492257/8009789 ...
分类:Windows程序   时间:2016-09-27 06:56:15    阅读次数:202
Linux集群存储配置
RH436_EX集群 介绍Linux环境下集群架构,Linux开源集群软件的安装及配置使用,软件与软件之间的组合。实现高可用集群,负载均衡集群;负载均衡、高可用集群与存储集群间的多集群混合架构使用。 本次试验我使用了多种安装包:pcs为集群的基本架构,fence为警报装置,targetcli和isc ...
分类:系统相关   时间:2016-09-22 01:20:28    阅读次数:497
171条   上一页 1 ... 11 12 13 14 15 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!