• GBase 8s典型安装


    1.1.1 典型安装

    您可以通过使用典型安装设置来快速安装 GBase 8s 及其所有功能部件。

    缺省情况下,典型安装设置将创建为您的主机环境配置的即时可用的数据库服务器实例。但是,您可以禁用安装应用程序中的创建服务器实例选项。

    以 root 身份登录,进入解压目录,执行要安装的产品的安装脚本 ids_install,即可进行安装,具体命令如下:

    [root@localhost /]# cd /opt

    [root@localhost opt]# sh ids_install

    执行安装过程中,安装程序先检查系统环境,如果系统没有安装JDK,那么安装包会先解压JDK,自动安装到该系统中。如果已经安装,那么将显示产品的授权条款,并等待确认是否接受这些版权条款。

    具体安装过程示例如下:

    [root@localhost opt]# sh ids_install

    Preparing to install...

    Extracting the JRE from the installer archive...

    Unpacking the JRE...

    Extracting the installation resources from the installer archive...

    Configuring the installer for this system's environment...

    Launching installer...

    ===============================================================================

    GBase Software Bundle                            (created with InstallAnywhere)

    -------------------------------------------------------------------------------

    Preparing CONSOLE Mode Installation...

    ===============================================================================

    Getting Started

    ---------------

    This application  will guide you through the installation of GBase Software 

    Bundle.

    Copyright General Data Corporation 2014, 2019. All rights reserved.

    1. Release Notes

    The Release Notes can be found in /opt/doc/ids_unix_relnotes_12.10.html.

    2. Launch Information Center

    Access the GBase Information Center at http://www.gbase.cn.

    To Begin Installation, respond to each prompt to proceed to the next step in 

    the installation.

    If you want to change something on a previous step, type 'back'.

    You may cancel this installation at any time by typing 'quit'. 

    PRESS TO CONTINUE: 

    =======================================================================

    License Agreement

    -----------------

    Installation and Use of GBase 8s Software Bundle Requires Acceptance of 

    the Following License Agreement:

    Thank you for choosing GBase product!

    Please read carefully the following licencing agreement before installing any 

    product: TIANJIN GENERAL DATA TECHNOLOGY CO. LTD. LICENSE AGREEMENT

    READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL LICENSETERMS  

    <
  • 相关阅读:
    一张图理解EOS是什么
    go.sum文件的作用
    CiteSpace for Mac 最新保姆级教程
    DHCP中继 ||| 四种通信方式(单播+组播+广播+任播)
    918. 环形子数组的最大和
    js 事件的委派
    OSG第三方库编译之三十三:libspatialindex编译(Windows、Linux、Macos环境下编译)
    用户授权,glodalData.userInfo为undefined?
    从SpringBoot启动,阅读源码设计
    【WINDOWS / DOS 批处理】关于标签的执行流程
  • 原文地址:https://blog.csdn.net/sinat_33233315/article/details/127090689