• 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  

    <
  • 相关阅读:
    失控的返回值
    《前端开发实战 · videojs 视频需求开发》
    MFC知识点
    十、Spring Boot 安全管理(4)
    如何将matlab中的mat矩阵文件在python中读取出来
    为什么要认真准备Java面试,编程语言排行榜告诉你
    ClickHouse的 MaterializeMySQL引擎
    Java中的数组,你知道多少细节?
    【Java基础夯实】枚举类回炉重造
    【C++】:日期类实现
  • 原文地址:https://blog.csdn.net/sinat_33233315/article/details/127090689