Installation process (1) - Pre Installation


Table of contents


Pre Installation definition

[root@filingbox FBOX]# cd box_enterprise_install

[root@filingbox box_enterprise_install]#

This is the process of installing essential utilities before installing the product.

Navigate to the folder where the files were extracted above. (cd box_enterprise_install)

Running pre_install.sh and summarizing the installation process

  1. Run the installation shell script
    [root@filingbox box_enterprise_install]# ./pre_install.sh

    Run the pre-install shell script.

  2. Install essential utilities

    ┌──────────────────────────────────────────────┐

    │ ➤ FilingBox Enterprise Installation               

    │                                                       

    │ ➤ Purpose   : S/W Common Install         

    │ ➤ File Name : (Step1) pre_install.sh        

    │ ➤ Version   : v1.0                               

    └──────────────────────────────────────────────┘

     

    OS type : CentOS Linux release 7.9.2009 (Core)

    OS Version : 3.10.0-1160.88.1.el7.x86_64

    IP : 192.168.200.73

     

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

    [Service User Verification]

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

    >> Enter Service User [(When not entered) Set to 'namustorm'] :

    [Account Info] Set the user account to 'namustorm'...

     

    Changing the password for the user namustorm

    New password:

    Re-enter new password:

    passwd:All authentication tokens have been successfully updated.

    OS type : CentOS Linux release 7.9.2009 (Core)

    OS Version : 3.10.0-1160.88.1.el7.x86_64

    IP : 192.168.200.73

     

    The installation start screen is displayed, showing the OS basic information and IP information.

    After installing the product, enter the user to run the system. Pressing Enter will register the account namustorm. If you wish to use a different account, enter the desired username.

    Once you enter the password for the account twice, the service account registration will be completed.

  3. Check for internet connectivity

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

    [Check the Installation Environment]

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

    >> Is the server connected to the internet? [y/n]:

    If connected to the internet, select "y", and if not connected, select "n".

    If the system is not connected to the internet, additional configuration for the Linux Local Repository will be carried out.

  4. Proceed with utility installation (for online installation)

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

    [Online Repository Configuration]

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

     

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

    [SELINUX Setting]

    --> enforcing => diabled

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

     

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

    [Install essential utilities - 1st]

    --> yum update / ntp

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

    Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service.

     

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

    [Install essential utilities - 2nd]

    --> net-tools/psmisc/bc/tar/unixODBC/libuuid/openssl/java-1.8.0

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

     

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

    [Install essential utilities - 3rd]

    --> epel-release/setuptool/sysstat

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

     

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

    [Install essential utilities - 4th]

    --> MariaDB/MySQL

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

    Installing MariaDB...

    Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.

    As shown above, the selinux setting is changed to disabled, and major packages are automatically installed via yum.

    Essential elements for product operation (such as java, mariadb, etc.) are installed.

    The mariadb compressed file is automatically extracted, and the rpm packages inside are installed using localinstall.

Have more questions? Submit a request