centos繫統安裝F23.8

2023-11-28 12:17:00
admin
原創 274

# 建立fuwushe文件目録

[root@fair ]# mkdir /usr/local/fuwushe
[root@fair ]# cd /usr/local/fuwushe

#下載相應的文件到fuwushe目録

[root@fair fuwushe]# wget http://www.fuwushe.org/linux/centos/64/new/install.sh
[root@fair fuwushe]# wget https://f-release.oss-cn-wulanchabu.aliyuncs.com/F23.8_ad0_Linux64.zip

#設置install.sh文件權限

[root@fair fuwushe]# chmod +x install.sh

#執行 install.sh all(install.sh目前有多種用法,蔘數all是安裝所有依賴包和服務社的軟件) ,等待至執行完畢,繫統卽安裝成功。

[root@fair fuwushe]# ./install.sh all


#安裝執行過程記録

install unzip
已加載插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
軟件包 zip-3.0-11.el7.x86_64 已安裝併且是最新版本
正在解決依賴關繫
--> 正在檢查事務
---> 軟件包 unzip.x86_64.0.6.0-21.el7 將被 陞級
---> 軟件包 unzip.x86_64.0.6.0-24.el7_9 將被 更新
--> 解決依賴關繫完成
依賴關繫解決
================================================================================
 Package        架構            版本                     源                大小
================================================================================
正在更新:
 unzip          x86_64          6.0-24.el7_9             updates          172 k
事務概要
================================================================================
陞級  1 軟件包
總下載量:172 k
Downloading packages:
No Presto metadata available for updates
警告:/var/cache/yum/x86_64/7/updates/packages/unzip-6.0-24.el7_9.x86_64.rpm: 頭V3 RSA/SHA256 Signature, 密鑰 ID f4a80eb5: NOKEY
unzip-6.0-24.el7_9.x86_64.rpm 的公鑰尚未安裝
unzip-6.0-24.el7_9.x86_64.rpm                              | 172 kB   00:00     
從 http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7 檢索密鑰
導入 GPG key 0xF4A80EB5:
 用戶ID     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
 指紋       : 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
 來自       : http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  正在更新    : unzip-6.0-24.el7_9.x86_64                                   1/2 
  清理        : unzip-6.0-21.el7.x86_64                                     2/2 
  驗證中      : unzip-6.0-24.el7_9.x86_64                                   1/2 
  驗證中      : unzip-6.0-21.el7.x86_64                                     2/2 
更新完畢:
  unzip.x86_64 0:6.0-24.el7_9                                                   
完畢!
extracting files, please wait....
警告:libstdc64.rpm: 頭V3 DSA/SHA1 Signature, 密鑰 ID e8562897: NOKEY
	軟件包 libaio-0.3.109-13.el7.x86_64 已經安裝
Starting MySQL....... SUCCESS! 
mysqladmin: [Warning] Using a password on the command line interface can be insecure.
Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
mysql: [Warning] Using a password on the command line interface can be insecure.
    case ":${PATH}:" in
                PATH=$PATH:$1
                PATH=$1:$PATH
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL
Welcome to the redis service installer
This script will help you easily set up a running redis server
Selecting default: 6379
Selected default - /usr/local/fuwushe/redis/redis.conf
Selected default - /usr/local/fuwushe/redis/log/redis.log
Selected default - /usr/local/fuwushe/redis/
Selected config:
Port           : 6379
Config file    : /usr/local/fuwushe/redis/redis.conf
Log file       : /usr/local/fuwushe/redis/log/redis.log
Data dir       : /usr/local/fuwushe/redis/
Executable     : /usr/local/fuwushe/redis/src/redis-server
Cli Executable : /usr/local/fuwushe/redis/src/redis-cli
Copied /tmp/6379.conf => /etc/init.d/redis_6379
Installing service...
Successfully added to chkconfig!
Successfully added to runlevels 345!
Starting Redis server...
Installation successful!
/usr/local/fuwushe/jdk/bin/java  -Xms512m -Xmx512m -Xmn256m -Dnacos.standalone=true -Dnacos.member.list= -Djava.ext.dirs=/usr/local/fuwushe/jdk/jre/lib/ext:/usr/local/fuwushe/jdk/lib/ext -Xloggc:/usr/local/fuwushe/nacos/logs/nacos_gc.log -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=100M -Dloader.path=/usr/local/fuwushe/nacos/plugins/health,/usr/local/fuwushe/nacos/plugins/cmdb -Dnacos.home=/usr/local/fuwushe/nacos -jar /usr/local/fuwushe/nacos/target/nacos-server.jar  --spring.config.location=classpath:/,classpath:/config/,file:./,file:./config/,file:/usr/local/fuwushe/nacos/conf/ --logging.config=/usr/local/fuwushe/nacos/conf/nacos-logback.xml --server.max-http-header-size=524288
nacos is starting with standalone
nacos is starting,you can check the /usr/local/fuwushe/nacos/logs/start.out
警告:erlang-22.2.2-1.el6.x86_64.rpm: 頭V4 RSA/SHA1 Signature, 密鑰 ID 6026dfca: NOKEY
準備中...                          ################################# [100%]
正在陞級/安裝...
   1:erlang-22.2.2-1.el6              ################################# [100%]
已加載插件:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
正在解決依賴關繫
--> 正在檢查事務
---> 軟件包 socat.x86_64.0.1.7.3.2-2.el7 將被 安裝
--> 解決依賴關繫完成
依賴關繫解決
================================================================================
 Package         架構             版本                     源              大小
================================================================================
正在安裝:
 socat           x86_64           1.7.3.2-2.el7            base           290 k
事務概要
================================================================================
安裝  1 軟件包
總下載量:290 k
安裝大小:1.1 M
Downloading packages:
socat-1.7.3.2-2.el7.x86_64.rpm                             | 290 kB   00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
警告:RPM 數據庫已被非 yum 程序修改。
  正在安裝    : socat-1.7.3.2-2.el7.x86_64                                  1/1 
  驗證中      : socat-1.7.3.2-2.el7.x86_64                                  1/1 
已安裝:
  socat.x86_64 0:1.7.3.2-2.el7                                                  
完畢!
警告:rabbitmq-server-3.8.2-1.el6.noarch.rpm: 頭V4 RSA/SHA256 Signature, 密鑰 ID 6026dfca: NOKEY
準備中...                          ################################# [100%]
正在陞級/安裝...
   1:rabbitmq-server-3.8.2-1.el6      ################################# [100%]
Enabling plugins on node rabbit@fair:
rabbitmq_management
The following plugins have been configured:
  rabbitmq_management
  rabbitmq_management_agent
  rabbitmq_web_dispatch
Applying plugin configuration to rabbit@fair...
The following plugins have been enabled:
  rabbitmq_management
  rabbitmq_management_agent
  rabbitmq_web_dispatch
set 3 plugins.
Offline change; changes will take effect at broker restart.
Starting rabbitmq-server (via systemctl):  Job for rabbitmq-server.service failed because the control process exited with error code. See "systemctl status rabbitmq-server.service" and "journalctl -xe" for details.
                                                           [失敗]
Error: unable to perform an operation on node 'rabbit@fair'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
 * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
 * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
 * Target node is not running
In addition to the diagnostics info below:
 * See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
 * Consult server logs on node rabbit@fair
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@fair]
rabbit@fair:
  * connected to epmd (port 4369) on fair
  * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic 
  * can't establish TCP connection to the target node, reason: timeout (timed out)
  * suggestion: check if host 'fair' resolves, is reachable and ports 25672, 4369 are not blocked by firewall
Current node details:
 * node name: 'rabbitmqcli-5249-rabbit@fair'
 * effective user's home directory: /var/lib/rabbitmq
 * Erlang cookie hash: yUurCxLUQ+Xvx08kM+BMBg==
Error: unable to perform an operation on node 'rabbit@fair'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
 * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
 * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
 * Target node is not running
In addition to the diagnostics info below:
 * See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
 * Consult server logs on node rabbit@fair
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@fair]
rabbit@fair:
  * connected to epmd (port 4369) on fair
  * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic 
  * can't establish TCP connection to the target node, reason: timeout (timed out)
  * suggestion: check if host 'fair' resolves, is reachable and ports 25672, 4369 are not blocked by firewall
Current node details:
 * node name: 'rabbitmqcli-5720-rabbit@fair'
 * effective user's home directory: /var/lib/rabbitmq
 * Erlang cookie hash: yUurCxLUQ+Xvx08kM+BMBg==
Error: unable to perform an operation on node 'rabbit@fair'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
 * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
 * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
 * Target node is not running
In addition to the diagnostics info below:
 * See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
 * Consult server logs on node rabbit@fair
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@fair]
rabbit@fair:
  * connected to epmd (port 4369) on fair
  * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic 
  * can't establish TCP connection to the target node, reason: timeout (timed out)
  * suggestion: check if host 'fair' resolves, is reachable and ports 25672, 4369 are not blocked by firewall
Current node details:
 * node name: 'rabbitmqcli-5933-rabbit@fair'
 * effective user's home directory: /var/lib/rabbitmq
 * Erlang cookie hash: yUurCxLUQ+Xvx08kM+BMBg==
Error: unable to perform an operation on node 'rabbit@fair'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
 * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
 * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
 * Target node is not running
In addition to the diagnostics info below:
 * See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
 * Consult server logs on node rabbit@fair
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@fair]
rabbit@fair:
  * connected to epmd (port 4369) on fair
  * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic 
  * can't establish TCP connection to the target node, reason: timeout (timed out)
  * suggestion: check if host 'fair' resolves, is reachable and ports 25672, 4369 are not blocked by firewall
Current node details:
 * node name: 'rabbitmqcli-6097-rabbit@fair'
 * effective user's home directory: /var/lib/rabbitmq
 * Erlang cookie hash: yUurCxLUQ+Xvx08kM+BMBg==
Error: unable to perform an operation on node 'rabbit@fair'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
 * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
 * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
 * Target node is not running
In addition to the diagnostics info below:
 * See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
 * Consult server logs on node rabbit@fair
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@fair]
rabbit@fair:
  * connected to epmd (port 4369) on fair
  * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic 
  * can't establish TCP connection to the target node, reason: timeout (timed out)
  * suggestion: check if host 'fair' resolves, is reachable and ports 25672, 4369 are not blocked by firewall
Current node details:
 * node name: 'rabbitmqcli-6302-rabbit@fair'
 * effective user's home directory: /var/lib/rabbitmq
 * Erlang cookie hash: yUurCxLUQ+Xvx08kM+BMBg==
Error: unable to perform an operation on node 'rabbit@fair'. Please see diagnostics information and suggestions below.
Most common reasons for this are:
 * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
 * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
 * Target node is not running
In addition to the diagnostics info below:
 * See the CLI, clustering and networking guides on https://rabbitmq.com/documentation.html to learn more
 * Consult server logs on node rabbit@fair
 * If target node is configured to use long node names, don't forget to use --longnames with CLI tools
DIAGNOSTICS
===========
attempted to contact: [rabbit@fair]
rabbit@fair:
  * connected to epmd (port 4369) on fair
  * epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic 
  * can't establish TCP connection to the target node, reason: timeout (timed out)
  * suggestion: check if host 'fair' resolves, is reachable and ports 25672, 4369 are not blocked by firewall
Current node details:
 * node name: 'rabbitmqcli-6510-rabbit@fair'
 * effective user's home directory: /var/lib/rabbitmq
 * Erlang cookie hash: yUurCxLUQ+Xvx08kM+BMBg==
Enabling plugins on node rabbit@fair:
rabbitmq_delayed_message_exchange
The following plugins have been configured:
  rabbitmq_delayed_message_exchange
  rabbitmq_management
  rabbitmq_management_agent
  rabbitmq_web_dispatch
Applying plugin configuration to rabbit@fair...
The following plugins have been enabled:
  rabbitmq_delayed_message_exchange
set 4 plugins.
Offline change; changes will take effect at broker restart.
Using CATALINA_BASE:   /usr/local/fuwushe/tomcat
Using CATALINA_HOME:   /usr/local/fuwushe/tomcat
Using CATALINA_TMPDIR: /usr/local/fuwushe/tomcat/temp
Using JRE_HOME:        /usr/local/fuwushe/jre
Using CLASSPATH:       /usr/local/fuwushe/tomcat/bin/bootstrap.jar:/usr/local/fuwushe/tomcat/bin/tomcat-juli.jar
Using CATALINA_OPTS:   
Tomcat started.
true{"code":200,"message":"導入成功","data":{"succCount":36,"skipCount":0}}starting zuul ...
starting auth ...
starting mm-auth-api ...
starting cc ...
starting mm-biz-api ...
starting mm-organization-api ...
starting mm-customquery-api ...
starting mm-account-api ...
starting bes ...
starting hms ...
starting mm-collaboration-franchisee-api ...
starting mm-commission-api ...
starting mm-marketing-api ...
starting mm-member-api ...
starting mm-oms-api ...
starting mm-product-api ...
starting mm-tms-api ...
starting mm-wechat-api ...
starting mm-wms-api ...
starting mp ...
starting pos ...
starting scrm ...
starting sms ...
starting task ...
starting wms ...


#在客戶機中輸入服務器 IP:8080/cc/ ,卽可見到主控繫統的登録頁麵:

發錶評論
評論通過審核後顯示。
博客分類
聯繫我們
電話: 17887250626
15522770114
Email: service@ismd.cn
QQ: 45546586
微信: 17887250626
地址: 天津市津南區北閘口鎮高營路8號國傢自主創新示範區津南分園718室