Centos7安裝greenplum遇到的問題
Centos7安裝greenplum遇到的問題
問題1:gpcheck的時候xfs檔案系統報錯
20180725:09:02:10:002498 gpcheck:bigdata-3-22:hahahahah-[INFO]:-dedupe hostnames
20180725:09:02:10:002498 gpcheck:bigdata-3-22:hahahahah-[INFO]:-Detected platform: Generic Linux Cluster
20180725:09:02:10:002498 gpcheck:bigdata-3-22:hahahahah-[INFO]:-generate data on servers
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[INFO]:-copy data files from servers
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[INFO]:-delete remote tmp files
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[INFO]:-Using gpcheck config file: /home/hahahahah/greenplum-db/./etc/gpcheck.cnf
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): XFS filesystem on device /dev/mapper/cl-root has 6 XFS mount options and 4 are expected
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): XFS filesystem on device /dev/mapper/cl-root is missing the recommended mount option 'allocsize=16m'
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): XFS filesystem on device /dev/mapper/cl-home has 7 XFS mount options and 4 are expected
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): XFS filesystem on device /dev/mapper/cl-home is missing the recommended mount option 'allocsize=16m'
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): XFS filesystem on device /dev/sda1 has 7 XFS mount options and 4 are expected
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): XFS filesystem on device /dev/sda1 is missing the recommended mount option 'allocsize=16m'
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-24): potential NTPD issue. gpcheck end time (Wed Jul 25 09:02:10 2018) time on machine (Wed Jul 25 09:02:13 2018)
20180725:09:02:11:002498 gpcheck:bigdata-3-22:hahahahah-[ERROR]:-GPCHECK_ERROR host(bigdata-3-23): XFS filesystem on device /dev/mappe
網路解決方法:修改/etc/fstab的配置如下:
/dev/mapper/cl-root / xfs nodev,noatime,nobarrier,inode64,allocsize=16m 0 0
UUID=2d2cd8de-8d11-4cf0-8780-070a806a0fbb /boot xfs nodev,noatime,nobarrier,inode64,allocsize=16m 0 0
/dev/mapper/cl-home /home xfs nodev,noatime,nobarrier,inode64,allocsize=16m 0 0
/dev/mapper/cl-swap swap swap nodev,noatime,inode64,nobarrier,allocsize=16m 0 0
重啟不生效!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
解決辦法:修改gpcheck的程式碼:註釋掉一行,繞過XFS mounts檢查。
問題2:gp初始化segment節點啟動失敗,檢視日誌,問題如下:
20180725:14:15:18:013574 gpcreateseg.sh:bigdata-3-22:iflytek-[WARN]:-Failed to insert port=40000 in /home/iflytek/greenplum/data/primary/gpseg1/postgresql.conf on bigdata-3-24
20180725:14:15:18:013574 gpcreateseg.sh:bigdata-3-22:iflytek-[INFO]:-End Function ED_PG_CONF
20180725:14:15:19:013574 gpcreateseg.sh:bigdata-3-22:iflytek-[FATAL][1]:-Failed Update port number to 40000
主節點操作不了從節點的檔案,因為沒有安裝ed編輯器ed-1.1-3.3.el6.x86_64。安裝完之後,初始化成功。
相關文章
- CentOS7安裝Docker遇到的問題筆記CentOSDocker筆記
- 安裝kylin遇到的問題
- Laravel 安裝遇到的問題Laravel
- 安裝部署hzero遇到的問題
- PaddleOCR 安裝使用遇到的問題
- 安裝 Laravel Mix 中遇到的問題Laravel
- lumen安裝orangehill/iseed遇到的問題
- Flutter-安裝步驟及安裝遇到的問題Flutter
- windows2003 的安裝以及安裝時遇到的問題Windows
- 【Redis】redis-cluster 安裝遇到的問題Redis
- PYTORCH安裝過程以及遇到的問題PyTorch
- python中安裝qtdesigner、pyuic遇到的問題PythonQTUI
- mac11.2安裝air遇到的問題MacAI
- greenplum 4.3.33安裝
- Windows安裝Filebeat遇到問題總結Windows
- 解決macbook安裝burp suite遇到的問題MacUI
- RIDE匯入AutoItLibrary的安裝以及遇到的問題IDE
- macbook 下安裝Goglang 以及安裝svn外掛所遇到的問題MacGo
- 在騰訊雲上安裝mysql遇到的問題MySql
- vue2.x工程安裝遇到的問題解答Vue
- Linux 安裝mysql 5.7.21 可能遇到的問題歸類LinuxMySql
- Python安裝cx_Oracle模組遇到的問題PythonOracle
- 關於ubuntu安裝中過程遇到問題Ubuntu
- 安裝gcc過程中遇到相互依賴的問題GC
- 原始碼安裝apache(附遇到的問題及解決)原始碼Apache
- pip安裝時遇到的問題集錦,持續更新!
- 在 Debian 64 位上安裝 wkhtmltopdf 時遇到的問題HTML
- 【ROS教程】安裝ROS全流程及可能遇到的問題ROS
- laravel 8 分別安裝Vue和tailwindcss遇到的問題LaravelVueAICSS
- 使用composer install 安裝別人的專案遇到的問題
- GreenPlum資料庫安裝資料庫
- greenplum單節點安裝
- Visual Studio Code中Python安裝庫檔案遇到的問題Python
- MAC 安裝 VMAF 遇到的問題及解決方法記錄Mac
- Centos7環境下安裝redis及常見的問題CentOSRedis
- Chrome安裝sci-hub外掛遇到的問題解決方法Chrome
- 在Centos和Docker上安裝STF 遇到的若干問題總結CentOSDocker
- SharePoint or Office 打補丁或產品安裝遇到問題