码迷,mamicode.com
首页 >  
搜索关键字:server1    ( 535个结果
flume启动过程分析
1.启动命令nohupbin/flume-ngagent-nagent-server-fagent-server1.conf&flume-ng是一个shell脚本:agentrunaFlumeagent--->org.apache.flume.node.Application类 avro-clientrunanavroFlumeclient--->org.apache.flume.client.avro.AvroCLIClient类run_flume(){#shel..
分类:Web程序   时间:2015-03-12 01:04:27    阅读次数:322
如何通过命令行在Windows和Linux上启动WebLogic Server
1.打开命令行窗口,切换到\user_projects\domains\mydomain\bin 2.运行命令来启动管理服务器(Admin Server):            bin/startWebLogic.cmd (windows)             bin/startWebLogic.sh    (Linux)       如果看到这句话则说明启动成功。 3...
分类:Windows程序   时间:2015-03-04 22:52:19    阅读次数:345
Linux下部署ali cobar server
1,cobar项目官方网站,已经迁移到github上面了。 https://github.com/alibaba/cobar 下载: https://github.com/alibaba/cobar/wiki/%E4%B8%8B%E8%BD%BDCobar是关系型数据的分布式处理系统,它可以在分布式的环境下看上去像传统数据库一样为您提供海量数据服 务。2,Cobar解决的问题分布式:Cobar...
分类:系统相关   时间:2015-03-02 21:03:50    阅读次数:365
基于端口的VLAN典型配置指导
本文为转发,简单明了,我喜欢VLAN典型配置全过程如下:组网图图1-1 基于端口的VLAN组网示意图应用要求如图1-1所示,Switch A和Switch B分别连接了不同部门使用的Host1/Host2和Server1/Server2。为保证部门间数据的二层隔离,现要求将Host1和Server1...
分类:其他好文   时间:2015-02-27 14:53:54    阅读次数:189
netty Getting Started--reference
reference from:http://docs.jboss.org/netty/3.1/guide/html/start.html1.1. Before Getting Started1.2. Writing a Discard Server1.3. Looking into the Rece...
分类:Web程序   时间:2015-02-11 23:17:31    阅读次数:417
Lvs+keepalived安装配置(v1.0)
Lvs+keepalived安装配置(v1.0)测试环境系统:centos6.5_x86_64主DRIP:192.168.1.216备DRIP:192.168.1.218VIP:192.168.1.253/254real_server1:192.168.1.220real_server2:192.168.1.219一、安装ipvsadm1.1安装依赖包yum-yinstalllibnl-devellibnlpoptpopt-static1.2下载..
分类:其他好文   时间:2015-02-09 16:12:49    阅读次数:391
远程连接MySQL 不允许
报错:1130-host ... is not allowed to connect to this MySql server1。 改表法。可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "us...
分类:数据库   时间:2015-01-28 17:34:56    阅读次数:141
sql 查询所有数据库、表名、表字段总结
ms sql server1、查询所有表select [id], [name] from [sysobjects] where [type] = 'u' order by [name]2、查询所有数据库3、select [name] from [sysdatabases] order by [nam...
分类:数据库   时间:2015-01-28 17:21:40    阅读次数:181
MongoDB整理笔记の新增Shard Server
1、启动一个新Shard Server 进程[root@localhost ~]# mkdir /data/shard/s2[root@localhost ~]# /Apps/mongo/bin/mongod --shardsvr --port 20002 --dbpath /data/shar.....
分类:数据库   时间:2015-01-24 12:51:33    阅读次数:231
nmap
from 51我将用两个不同的部分来涵盖大部分NMAP的使用方法,这是nmap关键的第一部分。在下面的设置中,我使用两台已关闭防火墙的服务器来测试Nmap命令的工作情况。192.168.0.100–server1.tecmint.com192.168.0.101–server2.tecmint.co...
分类:其他好文   时间:2015-01-21 01:17:40    阅读次数:389
535条   上一页 1 ... 45 46 47 48 49 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!