#!/bin/bash#Usage:Log on as the superuser('root'),and then execute the command:#./1preusers.sh groupadd -g 1000 oinstall                                 --grid  oraclegroupadd -g 1200 asmadmin                                 --gridgroupadd -g 1201 as…
一.Oracle安装部署 1.1 单机环境 1.2 Oracle RAC环境 1.3 Oracle DataGuard环境 1.4 主机双机 1.5 客户端部署 二.Oracle版本升级 2.1 单机环境 2.2 Oracle RAC环境 2.3 Oracle DataGuard环境 2.4 主机双机 三.Oracle应用补丁 3.1 单机环境 3.2 Oracle RAC环境 3.3 Oracle DataGuard环境 3.4 主机双机 说明:本文汇总Oracle安装部署,版本升级,应用补丁…
简单记录一次安装dokuwiki的过程 dokuwiki下载 dokuwiki下载地址 https://download.dokuwiki.org/ 下载前有一些可选项目,版本.语言.插件,可以按照需要勾选,然后点击底部的下载 下载后文件如下 XAMPP下载 https://www.apachefriends.org/zh_cn/index.html 下载后的文件 XAMPP安装 双击进行安装 注意: 开始如果有提示信息提醒杀毒软件或者用户账户控制的告警信息的话,继续安装就好了 安装文件的位置,…
1.下载安装包 到oracle官网downloads下下载(第一次下载需要注册账号). Win7 64位下载64位oracle11g安装包 Win7 32位下载32位oracle11g(Oracle_win32_11gR2_database)安装包(本处使用版本) 2.安装oracle11gR2数据库 解压缩oracle11g安装文件,在安装目录下找到可执行文件setup.exe 双击可执行文件setup.exe,运行oracle11g安装过程.如下图 所有更新操作.电子邮件选项都不选,然后点击…
准备工作:通过ftp工具上传oracle安装软件到linux系统/mnt目录下,并通过unzip命令解压软件.------------------------------------------------------------------------------------------------------------------------------------------------------------1.创建oracle图形界面安装前脚本(root用户操作),按如下方法操作即可…
一. 部署环境步骤 1.1 软件环境 操作系统:CentOS release 6.5oracle安装包:linux.x64_11gR2_database_1of1.zip:linux.x64_11gR2_database_1of2.zip 1.2 配置主机名 # vim /etc/sysconfig/network HOSTNAME= oracle235 # 或者执行 hostname oracle235 1.3 配置网络 # vim /etc/hosts 192.168.1.235 oracl…
一 环境准备 图形界面:略 安装包: linux.x64_11gR2_database_1of2.zip linux.x64_11gR2_database_2of2.zip 二 安装ASM-Oracle准备 2.1 用户名/组建立 [root@localhost ~]#hostnamectl set-hostname oracle [root@oracle ~]# vi /etc/hosts 172.24.8.30 oracle #将localhost修改为相应的主机名 [root@oracle…
硬件配置 内存 :≥1G 硬盘空间:≥10G 上传oracle11g安装包: putty上用wcw用户登录,通过ftp服务上传oracle安装文件到/home/wcw目录下解压 #unzip linux_11gR2_database_1of2.zip #unzip linux_11gR2_database_2of2.zip 检查和安装oracle数据安装所需要的软件包: binutils-2.17.50.0.6-14.el5 compat-libstdc++-33-3.2.3-61 elfuti…
一.概述 参看官方文档:https://ant.design/docs/spec/introduce-cn 其中包含了设计价值观.设计原则.视觉.模式.可视化.动态等. 其中Ant Design 的 React 实现,开发和服务于企业级后台产品.参看文档:https://ant.design/docs/react/introduce-cn 二.安装环境 配置ant design的开发环境,也相当于配置react配置.以下主要使用idea配置开发环境. 2.1.nodejs 下载地址:http:/…
一 环境准备 安装包:linux.x64_11gR2_database_1of2.zip linux.x64_11gR2_database_2of2.zip 二 安装Oracle准备 2.1 用户名/组建立 [root@oracle ~]# vi /etc/hosts 172.24.8.30 oracle #将localhost修改为相应的主机名 [root@oracle ~]# groupadd oinstall #创建用户组oinstall [root@oracle ~]# groupadd…
安装oracle 11gR2 RAC 一.网络规划及安装虚拟主机 主机名 主机版本 Ip rac1.localdomain Redhat 6.5 RAC节点1 192.168.100.11 rac2.localdomain Redhat 6.5 RAC节点2 192.168.100.12 Loaclhost.localdomain Redhat 5.8 DNS服务器 192.168.100.9 Short hostname type Ip address interface rac1 Publi…
#!/bin/bash#Purpose:Create and config oracle install.#Usage:Log on as the superuser('root') #1.create groups and users.groupadd dba -g 111groupadd oinstall -g 110useradd oracle -u 110 -g 110 -G 111echo "oracle" | passwd --stdin oracle echo "…
#!/bin/bash #Test in RHEL 5.5 for 11g c=`cat /etc/shadow | grep oracle | wc -l`if [ $c != 0 ]then  w=0  while [ $w -eq 0 ]  do    echo "--Find user oracle has been existed!--"    echo "--Do you want to delete user oracle?[yes/no]:"   …
#!/bin/bash #Test in RHEL 5.5 for 10g c=`cat /etc/shadow | grep oracle | wc -l`if [ $c != 0 ]then  w=0  while [ $w -eq 0 ]  do    echo "--Find user oracle has been existed!--"    echo "--Do you want to delete user oracle?[yes/no]:"   …
**********************集群规划*************************************** --配置主机,共需要8台主机,其中6台做grid集群,1台作为存储服务器,一台作为dns服务器,分配网段在60~80之间 >存储服务器:gridcluster-datastore                                     ip:192.168.100.75                                    磁盘:da…
MySQL:5.6.21 nginx:1.62 PHP:5.7 pcre:8.32 zabbix:3.0.4 LNMP安装步骤略过 # tar xvf zabbix-3.0.4.tar.gz # cd zabbix-3.0.4 cat >> /etc/services <eof zabbix-agent    10050/tcp                          #ZabbixAgent zabbix-agent    10050/udp                 …
1.建目录: [oracle@wen ~]$ mkdir $ORACLE_BASE/admin/rezin/{a,b,c,dp}dump -p [oracle@wen ~]$ mkdir $ORACLE_HOME/oradata/rezin 2.建立参数文件 [oracle@wen ~]$ cd $ORACLE_HOME/dbs [oracle@wen dbs]$ vim initrezin.ora 内容如下: compatible='11.2.0.1' db_name='rezin' db_b…
1.图形界面下录制脚本如下: #-------------------------------------------------------------------------------# Do not change the following system generated value. #-------------------------------------------------------------------------------oracle.install.respon…
一.安装前检查 [root@localhost ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago) [root@localhost ~]# uname -a Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Sun Nov 10 22:19:54 EST 2013 x86_64 x86_64 x86_64 GNU/Lin…
jmeter下载地址: https://jmeter.apache.org/download_jmeter.cgi 解压文件 配置jmeter环境变量 (1)设置jmeter解压目录的JMETER_HOME环境变量:系统属性:新建变量名:JMETER_HOME 变量值:jmeter安装的路径(浏览目录:定位到jmeter-zip包的解压目录)(2)设置jmeter的bin目录的path环境变量:系统属性:编辑新增变量值:变量值后加一个英文分号“:”,分号后输入jmeter的bin路径(浏览目录:…
#!/bin/bash#Purpose:Create and config oracle install.#Usage:Log on as the superuser('root') #1.create groups and users.groupadd dba -g 111groupadd oinstall -g 110useradd oracle -u 110 -g 110 -G 111echo "oracle" | passwd --stdin oracle echo "…
dbca查看帮助: [oracle@wen ~]$ dbca -help 1).运行静默建库语句 [oracle@wen ~]$ dbca -silent -cloneTemplate -gdbName wen -sid wen -sysPassword oracle -systemPassword oracle -emConfiguration LOCAL -dbsnmpPassword oracle -sysmanPassword oracle -responseFile /home/ora…
[root@localhost ~]# groupadd dba -g 111 [root@localhost ~]# groupadd oinstall -g 110 [root@localhost ~]# useradd oracle -u 110 -g 110 -G 111 [root@localhost ~]# passwd oracle Changing password for user oracle. New UNIX password: BAD PASSWORD: it does…
JDK6.Oracle11g.Weblogic10 For Linux64Bit安装部署说明 项目编号 编写人 成 编写日期 2013/07/29 审核 修订说明 目录 JDK6.ORACLE11G.WEBLOGIC10 FOR LINUX64BIT安装部署说明 1 1. JDK 1.6.0_37 FOR LINUX安装 3 1.1 下载JDK1.6 FOR LINUX 64-BIT版本 3 1.2 安装JDK6 3 1.3 设置环境变量 4 2. ORACLE11G FOR RADHAT6.4…
在Linux下安装Oracle软件之前,有相当工作需要准备,包括建立用户.配置内核参数.配置资源限制参数.配置Oracle用户环境等,十分繁琐.即便十分熟悉,也需要花费一定的精力来准备.说白了,做这些事情有点类似于低水平重复建设,虽没有多大技术含量,却又不得不做.现在将这些准备工作做成脚本,这样可以近乎实现一键准备Oracle安装. 说明: 1> 该脚本的执行方式为sh Oracle_Setup_Prepare.sh orcl /u01,两个参数说明见脚本解释部分. 2> 该脚本中涉及到一个文…
Ganglia监控Hadoop集群的安装部署 一. 安装环境 Ubuntu server 12.04 安装gmetad的机器:192.168.52.105 安装gmond的机 器:192.168.52.31,192.168.52.32,192.168.52.33,192.168.52.34,192.168.52.35,192.168.52.36,192.168.52.37,192.168.52.38,192.168.52.105 浏览监控web页面的机器:192.168.52.105 二. 介绍…
这里默认你的hadoop是已经安装好的,master是node1,slaver是node2-3,hdfs启动在node1,yarn启动在node2,如果没安装好hadoop可以看我前面的文章 因为这里是spark和hadoop集成,我已经预先启动好了hdfs 和 yarn:MapReduce History Server也是需要启动的,详情往下看 Spark安装包:概述 类别 与Hadoop打包在一起的安装包 • 比如:spark-2.1.0-bin-hadoop2.7.tgz,spark版本为…
实验环境 基础架构 主机名 角色 ip HDSS7-11.host.com k8s代理节点1 10.4.7.11 HDSS7-12.host.com k8s代理节点2 10.4.7.12 HDSS7-21.host.com k8s运算节点1 10.4.7.21 HDSS7-22.host.com k8s运算节点2 10.4.7.22 HDSS7-200.host.com k8s运维节点(docker仓库) 10.4.7.200 硬件环境 5台vm,每台至少2c2g 软件环境 OS: CentOS…
转载请注明出处:jiq•钦's technical Blog - 季义钦 文章说明: 分布式注冊中心(链接)须要安装的组件包括两个部分: 1.注冊中心服务(Zookeeper) 2.站点(Tomcat服务器) 此文档摘自分布式注冊中心安装部署的Part-1 安装环境: [root@localhost etc]# cat/etc/redhat-release RedHat Enterprise Linux Server release 7.0 (Maipo) [root@localhost etc…
1.    部署环境步骤 1.1 软件环境 操作系统:CentOS release 6.5(推荐使用5.*的系统)192.168.1.151    racnode1 192.168.1.152    racnode2 oracle安装包:p10404530_112030_Linux-x86-64_1of7.zipp10404530_112030_Linux-x86-64_2of7.zipp10404530_112030_Linux-x86-64_3of7.zipkmod-oracleasm-2.…