Advertisement
gfca

getinfo.sh

Sep 20th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.51 KB | None | 0 0
  1. $ sudo /usr/local/bin/getinfo.sh
  2. No option provided. Defaulting to all information.
  3. Collecting system information for General questions. May take a few minutes.
  4. uname...rpm...cat...getenforce...free...rpm...ls...cat...yum...egrep...sed...cat...df...fdisk...parted...blkid...cat...pvs...vgs...lvs...rpm...lspci...lsusb...rpm...ip...brctl...route...sysctl...ip...ip...cat...egrep...systemctl...***
  5.  
  6. ########################
  7. Results are in the file:
  8. * /tmp/basedata.inSvA3 *
  9. ########################
  10.  
  11. To provide this information in support of a question on fora,
  12. mailing list, or IRC channel please post its contents to
  13.  
  14. http://pastebin.org/
  15.  
  16. or another similar public site of your choice.
  17. Select a retention time longer than the default of 'a day'
  18. and provide a link to the information in your post.
  19.  
  20. Alternatively, post in-line, trimming to remove any unnecessary information
  21. for your topic. For forum posts, please leave in the
  22. [code] ... [/code] tags to preserve formatting.
  23.  
  24. WARNING - Check the contents of the /tmp/basedata.inSvA3 file to ensure it does
  25. not contain any sensitive information such as public IP addresses or hostnames.
  26. If necessary obfuscate such information before posting. For example:
  27. 146.xxx.xxx.41 or myhost.mydomain.net
  28.  
  29. $ more /tmp/basedata.inSvA3
  30. Information for general problems.
  31. [code]
  32. == BEGIN uname -rmi ==
  33. 3.10.0-1062.1.1.el7.x86_64 x86_64 x86_64
  34. == END uname -rmi ==
  35.  
  36. == BEGIN rpm -qa \*-release\* ==
  37. centos-release-openshift-origin311-1-2.el7.centos.noarch
  38. centos-release-configmanagement-1-1.el7.centos.noarch
  39. centos-release-7-7.1908.0.el7.centos.x86_64
  40. centos-release-ansible26-1-3.el7.centos.noarch
  41. elrepo-release-7.0-4.el7.elrepo.noarch
  42. centos-release-paas-common-1-1.el7.centos.noarch
  43. == END rpm -qa \*-release\* ==
  44.  
  45. == BEGIN cat /etc/redhat-release ==
  46. CentOS Linux release 7.7.1908 (Core)
  47. == END cat /etc/redhat-release ==
  48.  
  49. == BEGIN getenforce ==
  50. Enforcing
  51. == END getenforce ==
  52.  
  53. == BEGIN free -m ==
  54. total used free shared buff/cache available
  55. Mem: 15761 667 14214 51 880 14740
  56. Swap: 7999 0 7999
  57. == END free -m ==
  58.  
  59. == BEGIN rpm -qa yum\* rpm-\* python | sort ==
  60. python-2.7.5-86.el7.x86_64
  61. rpm-build-4.11.3-40.el7.x86_64
  62. rpm-build-libs-4.11.3-40.el7.x86_64
  63. rpm-libs-4.11.3-40.el7.x86_64
  64. rpm-python-4.11.3-40.el7.x86_64
  65. rpm-sign-4.11.3-40.el7.x86_64
  66. yum-3.4.3-163.el7.centos.noarch
  67. yum-langpacks-0.4.2-7.el7.noarch
  68. yum-metadata-parser-1.1.4-10.el7.x86_64
  69. yum-plugin-fastestmirror-1.1.31-52.el7.noarch
  70. yum-utils-1.1.31-52.el7.noarch
  71. == END rpm -qa yum\* rpm-\* python | sort ==
  72.  
  73. == BEGIN ls /etc/yum.repos.d ==
  74. CentOS-ANSIBLE.repo
  75. CentOS-Base.repo
  76. CentOS-CR.repo
  77. CentOS-Debuginfo.repo
  78. CentOS-fasttrack.repo
  79. CentOS-Media.repo
  80. CentOS-OpenShift-Origin311.repo
  81. CentOS-Sources.repo
  82. CentOS-Vault.repo
  83. docker-ce.repo
  84. elrepo.repo
  85. webmin.repo
  86. == END ls /etc/yum.repos.d ==
  87.  
  88. == BEGIN cat /etc/yum.conf ==
  89. [main]
  90. cachedir=/var/cache/yum/$basearch/$releasever
  91. keepcache=0
  92. debuglevel=2
  93. logfile=/var/log/yum.log
  94. exactarch=1
  95. obsoletes=1
  96. gpgcheck=1
  97. plugins=1
  98. installonly_limit=5
  99. bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?categ
  100. ory=yum
  101. distroverpkg=centos-release
  102.  
  103.  
  104. # This is the default, if you make this bigger yum won't see if the metadata
  105. # is newer on the remote and so you'll "gain" the bandwidth of not having to
  106. # download the new metadata and "pay" for it by yum not having correct
  107. # information.
  108. # It is esp. important, to have correct metadata, for distributions like
  109. # Fedora which don't keep old packages around. If you don't like this checking
  110. # interupting your command line usage, it's much better to have something
  111. # manually check the metadata once an hour (yum-updatesd will do this).
  112. # metadata_expire=90m
  113.  
  114. # PUT YOUR REPOS HERE OR IN separate files named file.repo
  115. # in /etc/yum.repos.d
  116. == END cat /etc/yum.conf ==
  117.  
  118. == BEGIN yum repolist all ==
  119. Loaded plugins: fastestmirror, langpacks
  120. Loading mirror speeds from cached hostfile
  121. * base: mirror.fccn.pt
  122. * centos-ansible26: mirror.fccn.pt
  123. * elrepo: mirrors.coreix.net
  124. * extras: mirror.fccn.pt
  125. * updates: mirror.fccn.pt
  126. repo id repo name status
  127. C7.0.1406-base/x86_64 CentOS-7.0.1406 - Base disabled
  128. C7.0.1406-centosplus/x86_64 CentOS-7.0.1406 - CentOSPlu disabled
  129. C7.0.1406-extras/x86_64 CentOS-7.0.1406 - Extras disabled
  130. C7.0.1406-fasttrack/x86_64 CentOS-7.0.1406 - Fasttrack disabled
  131. C7.0.1406-updates/x86_64 CentOS-7.0.1406 - Updates disabled
  132. C7.1.1503-base/x86_64 CentOS-7.1.1503 - Base disabled
  133. C7.1.1503-centosplus/x86_64 CentOS-7.1.1503 - CentOSPlu disabled
  134. C7.1.1503-extras/x86_64 CentOS-7.1.1503 - Extras disabled
  135. C7.1.1503-fasttrack/x86_64 CentOS-7.1.1503 - Fasttrack disabled
  136. C7.1.1503-updates/x86_64 CentOS-7.1.1503 - Updates disabled
  137. C7.2.1511-base/x86_64 CentOS-7.2.1511 - Base disabled
  138. C7.2.1511-centosplus/x86_64 CentOS-7.2.1511 - CentOSPlu disabled
  139. C7.2.1511-extras/x86_64 CentOS-7.2.1511 - Extras disabled
  140. C7.2.1511-fasttrack/x86_64 CentOS-7.2.1511 - Fasttrack disabled
  141. C7.2.1511-updates/x86_64 CentOS-7.2.1511 - Updates disabled
  142. C7.3.1611-base/x86_64 CentOS-7.3.1611 - Base disabled
  143. C7.3.1611-centosplus/x86_64 CentOS-7.3.1611 - CentOSPlu disabled
  144. C7.3.1611-extras/x86_64 CentOS-7.3.1611 - Extras disabled
  145. C7.3.1611-fasttrack/x86_64 CentOS-7.3.1611 - Fasttrack disabled
  146. C7.3.1611-updates/x86_64 CentOS-7.3.1611 - Updates disabled
  147. C7.4.1708-base/x86_64 CentOS-7.4.1708 - Base disabled
  148. C7.4.1708-centosplus/x86_64 CentOS-7.4.1708 - CentOSPlu disabled
  149. C7.4.1708-extras/x86_64 CentOS-7.4.1708 - Extras disabled
  150. C7.4.1708-fasttrack/x86_64 CentOS-7.4.1708 - Fasttrack disabled
  151. C7.4.1708-updates/x86_64 CentOS-7.4.1708 - Updates disabled
  152. C7.5.1804-base/x86_64 CentOS-7.5.1804 - Base disabled
  153. C7.5.1804-centosplus/x86_64 CentOS-7.5.1804 - CentOSPlu disabled
  154. C7.5.1804-extras/x86_64 CentOS-7.5.1804 - Extras disabled
  155. C7.5.1804-fasttrack/x86_64 CentOS-7.5.1804 - Fasttrack disabled
  156. C7.5.1804-updates/x86_64 CentOS-7.5.1804 - Updates disabled
  157. C7.6.1810-base/x86_64 CentOS-7.6.1810 - Base disabled
  158. C7.6.1810-centosplus/x86_64 CentOS-7.6.1810 - CentOSPlu disabled
  159. C7.6.1810-extras/x86_64 CentOS-7.6.1810 - Extras disabled
  160. C7.6.1810-fasttrack/x86_64 CentOS-7.6.1810 - Fasttrack disabled
  161. C7.6.1810-updates/x86_64 CentOS-7.6.1810 - Updates disabled
  162. Webmin Webmin Distribution Neutral enabled: 146
  163. base/7/x86_64 CentOS-7 - Base enabled: 10,097
  164. base-debuginfo/x86_64 CentOS-7 - Debuginfo disabled
  165. base-source/7 CentOS-7 - Base Sources disabled
  166. c7-media CentOS-7 - Media disabled
  167. centos-ansible26/7/x86_64 CentOS-7 - Ansible26 enabled: 8
  168. centos-ansible26-debuginfo/x86_64 CentOS-7 - Ansible26 Debug disabled
  169. centos-ansible26-source CentOS-7 - Ansible26 Source disabled
  170. centos-ansible26-testing/x86_64 CentOS-7 - Ansible26 Testin disabled
  171. centos-openshift-origin311 CentOS OpenShift Origin enabled: 31
  172. centos-openshift-origin311-debuginfo CentOS OpenShift Origin Deb disabled
  173. centos-openshift-origin311-source CentOS OpenShift Origin Sou disabled
  174. centos-openshift-origin311-testing CentOS OpenShift Origin Tes disabled
  175. centosplus/7/x86_64 CentOS-7 - Plus disabled
  176. centosplus-source/7 CentOS-7 - Plus Sources disabled
  177. cr/7/x86_64 CentOS-7 - cr disabled
  178. docker-ce-edge/x86_64 Docker CE Edge - x86_64 disabled
  179. docker-ce-edge-debuginfo/x86_64 Docker CE Edge - Debuginfo disabled
  180. docker-ce-edge-source Docker CE Edge - Sources disabled
  181. docker-ce-nightly/x86_64 Docker CE Nightly - x86_64 disabled
  182. docker-ce-nightly-debuginfo/x86_64 Docker CE Nightly - Debugin disabled
  183. docker-ce-nightly-source Docker CE Nightly - Sources disabled
  184. docker-ce-stable/x86_64 Docker CE Stable - x86_64 enabled: 56
  185. docker-ce-stable-debuginfo/x86_64 Docker CE Stable - Debuginf disabled
  186. docker-ce-stable-source Docker CE Stable - Sources disabled
  187. docker-ce-test/x86_64 Docker CE Test - x86_64 disabled
  188. docker-ce-test-debuginfo/x86_64 Docker CE Test - Debuginfo disabled
  189. docker-ce-test-source Docker CE Test - Sources disabled
  190. elrepo ELRepo.org Community Enterp enabled: 138
  191. elrepo-extras ELRepo.org Community Enterp disabled
  192. elrepo-kernel ELRepo.org Community Enterp disabled
  193. elrepo-testing ELRepo.org Community Enterp disabled
  194. extras/7/x86_64 CentOS-7 - Extras enabled: 304
  195. extras-source/7 CentOS-7 - Extras Sources disabled
  196. fasttrack/7/x86_64 CentOS-7 - fasttrack disabled
  197. updates/7/x86_64 CentOS-7 - Updates enabled: 311
  198. updates-source/7 CentOS-7 - Updates Sources disabled
  199. repolist: 11,091
  200. == END yum repolist all ==
  201.  
  202. == BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  203. == END egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
  204.  
  205. == BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  206. == END sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
  207.  
  208. == BEGIN cat /etc/fstab ==
  209.  
  210. #
  211. # /etc/fstab
  212. # Created by anaconda on Thu Sep 19 09:51:19 2019
  213. #
  214. # Accessible filesystems, by reference, are maintained under '/dev/disk'
  215. # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  216. #
  217. /dev/mapper/centos_hub1-root / xfs defaults 0 0
  218. UUID=673d7b7a-f557-4d0e-a11b-137760fb9218 /boot xfs defaults 0 0
  219. UUID=67E3-17ED /boot/efi vfat umask=0077,shortname=winnt 0 0
  220. /dev/mapper/centos_hub1-home /home xfs defaults 0 0
  221. /dev/mapper/centos_hub1-swap swap swap defaults 0 0
  222. == END cat /etc/fstab ==
  223.  
  224. == BEGIN df -h ==
  225. Filesystem Size Used Avail Use% Mounted on
  226. devtmpfs 7.7G 0 7.7G 0% /dev
  227. tmpfs 7.7G 0 7.7G 0% /dev/shm
  228. tmpfs 7.7G 9.6M 7.7G 1% /run
  229. tmpfs 7.7G 0 7.7G 0% /sys/fs/cgroup
  230. /dev/mapper/centos_hub1-root 50G 8.3G 42G 17% /
  231. /dev/sda4 1014M 230M 785M 23% /boot
  232. /dev/sda1 197M 35M 163M 18% /boot/efi
  233. /dev/mapper/centos_hub1-home 531G 337M 530G 1% /home
  234. tmpfs 1.6G 12K 1.6G 1% /run/user/42
  235. tmpfs 1.6G 0 1.6G 0% /run/user/1000
  236. == END df -h ==
  237.  
  238. == BEGIN fdisk -lu ==
  239. WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
  240.  
  241. Disk /dev/sda: 1000.6 GB, 1000555581440 bytes, 1954210120 sectors
  242. Units = sectors of 1 * 512 = 512 bytes
  243. Sector size (logical/physical): 512 bytes / 4096 bytes
  244. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  245. Disk label type: gpt
  246. Disk identifier: F1BEE449-F64E-4780-8DD1-7C85FF2D4809
  247.  
  248.  
  249. # Start End Size Type Name
  250. 1 40 409639 200M EFI System EFI System Partition
  251. 2 409640 507775855 242G Apple HFS/HFS+ Customer
  252. 3 507775856 509045391 619.9M Apple boot Recovery HD
  253. 4 509046784 511143935 1G Microsoft basic
  254. 5 511143936 1744502783 588.1G Linux LVM
  255.  
  256. Disk /dev/mapper/centos_hub1-root: 53.7 GB, 53687091200 bytes, 104857600 sectors
  257. Units = sectors of 1 * 512 = 512 bytes
  258. Sector size (logical/physical): 512 bytes / 4096 bytes
  259. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  260.  
  261.  
  262. Disk /dev/mapper/centos_hub1-swap: 8388 MB, 8388608000 bytes, 16384000 sectors
  263. Units = sectors of 1 * 512 = 512 bytes
  264. Sector size (logical/physical): 512 bytes / 4096 bytes
  265. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  266.  
  267.  
  268. Disk /dev/mapper/centos_hub1-home: 569.4 GB, 569393545216 bytes, 1112096768 sectors
  269. Units = sectors of 1 * 512 = 512 bytes
  270. Sector size (logical/physical): 512 bytes / 4096 bytes
  271. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  272.  
  273. == END fdisk -lu ==
  274.  
  275. == BEGIN parted -l ==
  276. Model: ATA APPLE SSD SM1024 (scsi)
  277. Disk /dev/sda: 1001GB
  278. Sector size (logical/physical): 512B/4096B
  279. Partition Table: gpt
  280. Disk Flags:
  281.  
  282. Number Start End Size File system Name Flags
  283. 1 20.5kB 210MB 210MB fat32 EFI System Partition boot
  284. 2 210MB 260GB 260GB hfs+ Customer
  285. 3 260GB 261GB 650MB hfs+ Recovery HD
  286. 4 261GB 262GB 1074MB xfs
  287. 5 262GB 893GB 631GB lvm
  288.  
  289.  
  290. Model: Linux device-mapper (linear) (dm)
  291. Disk /dev/mapper/centos_hub1-home: 569GB
  292. Sector size (logical/physical): 512B/4096B
  293. Partition Table: loop
  294. Disk Flags:
  295.  
  296. Number Start End Size File system Flags
  297. 1 0.00B 569GB 569GB xfs
  298.  
  299.  
  300. Model: Linux device-mapper (linear) (dm)
  301. Disk /dev/mapper/centos_hub1-swap: 8389MB
  302. Sector size (logical/physical): 512B/4096B
  303. Partition Table: loop
  304. Disk Flags:
  305.  
  306. Number Start End Size File system Flags
  307. 1 0.00B 8389MB 8389MB linux-swap(v1)
  308.  
  309.  
  310. Model: Linux device-mapper (linear) (dm)
  311. Disk /dev/mapper/centos_hub1-root: 53.7GB
  312. Sector size (logical/physical): 512B/4096B
  313. Partition Table: loop
  314. Disk Flags:
  315.  
  316. Number Start End Size File system Flags
  317. 1 0.00B 53.7GB 53.7GB xfs
  318.  
  319.  
  320. == END parted -l ==
  321.  
  322. == BEGIN blkid ==
  323. /dev/sda1: LABEL="EFI" UUID="67E3-17ED" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="a5566ac0-43e7-4f93-aad6-9
  324. 19ba33c97d8"
  325. /dev/sda2: UUID="3ef0266b-1c31-3ec4-bf4a-51a3c1f0657e" LABEL="Macintosh HD" TYPE="hfsplus" PARTLABEL="Customer" PARTUUID
  326. ="096c0432-9aac-4b6e-ba57-63896fefb3ac"
  327. /dev/sda3: UUID="e17dee5c-20d6-35d0-81e0-fd8c1b8f0719" LABEL="Recovery HD" TYPE="hfsplus" PARTLABEL="Recovery HD" PARTUU
  328. ID="d731ee38-c368-4a56-a716-3dc642f5c7a7"
  329. /dev/sda4: UUID="673d7b7a-f557-4d0e-a11b-137760fb9218" TYPE="xfs" PARTUUID="ed0f3396-8387-47fd-9ab6-96589f4f7956"
  330. /dev/sda5: UUID="AE5aGQ-D0IR-HK0q-E4VQ-U2HJ-CnhY-mZB9t7" TYPE="LVM2_member" PARTUUID="1a559e02-6c14-4ff3-bab6-d64a74e241
  331. 66"
  332. /dev/mapper/centos_hub1-root: UUID="1dcdfdbd-2820-4247-91f3-72b4ae967444" TYPE="xfs"
  333. /dev/mapper/centos_hub1-swap: UUID="4056e81c-3f96-4d24-b021-eb0e724d99af" TYPE="swap"
  334. /dev/mapper/centos_hub1-home: UUID="211a5a11-0397-418a-8465-a3a04c0f93fa" TYPE="xfs"
  335. == END blkid ==
  336.  
  337. == BEGIN cat /proc/mdstat ==
  338. Personalities :
  339. unused devices: <none>
  340. == END cat /proc/mdstat ==
  341.  
  342. == BEGIN pvs ==
  343. PV VG Fmt Attr PSize PFree
  344. /dev/sda5 centos_hub1 lvm2 a-- <588.11g 8.00m
  345. == END pvs ==
  346.  
  347. == BEGIN vgs ==
  348. VG #PV #LV #SN Attr VSize VFree
  349. centos_hub1 1 3 0 wz--n- <588.11g 8.00m
  350. == END vgs ==
  351.  
  352. == BEGIN lvs ==
  353. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  354. home centos_hub1 -wi-ao---- <530.29g
  355. root centos_hub1 -wi-ao---- 50.00g
  356. swap centos_hub1 -wi-ao---- 7.81g
  357. == END lvs ==
  358.  
  359. == BEGIN rpm -qa kernel\* | sort ==
  360. kernel-3.10.0-1062.1.1.el7.x86_64
  361. kernel-3.10.0-1062.el7.x86_64
  362. kernel-devel-3.10.0-1062.1.1.el7.x86_64
  363. kernel-devel-3.10.0-1062.el7.x86_64
  364. kernel-headers-3.10.0-1062.1.1.el7.x86_64
  365. kernel-tools-3.10.0-1062.1.1.el7.x86_64
  366. kernel-tools-libs-3.10.0-1062.1.1.el7.x86_64
  367. == END rpm -qa kernel\* | sort ==
  368.  
  369. == BEGIN lspci -nn ==
  370. 00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller [8086:0a04] (rev 09)
  371. 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] (rev
  372. 09)
  373. 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09)
  374. 00:14.0 USB controller [0c03]: Intel Corporation 8 Series USB xHCI HC [8086:9c31] (rev 04)
  375. 00:16.0 Communication controller [0780]: Intel Corporation 8 Series HECI #0 [8086:9c3a] (rev 04)
  376. 00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller [8086:9c20] (rev 04)
  377. 00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 1 [8086:9c10] (rev e4)
  378. 00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 3 [8086:9c14] (rev e4)
  379. 00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 4 [8086:9c16] (rev e4)
  380. 00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 5 [8086:9c18] (rev e4)
  381.  
  382. ...back 1 page
  383. 1 0.00B 569GB 569GB xfs
  384.  
  385.  
  386. Model: Linux device-mapper (linear) (dm)
  387. Disk /dev/mapper/centos_hub1-swap: 8389MB
  388. Sector size (logical/physical): 512B/4096B
  389. Partition Table: loop
  390. Disk Flags:
  391.  
  392. Number Start End Size File system Flags
  393. 1 0.00B 8389MB 8389MB linux-swap(v1)
  394.  
  395.  
  396. Model: Linux device-mapper (linear) (dm)
  397. Disk /dev/mapper/centos_hub1-root: 53.7GB
  398. Sector size (logical/physical): 512B/4096B
  399. Partition Table: loop
  400. Disk Flags:
  401.  
  402. Number Start End Size File system Flags
  403. 1 0.00B 53.7GB 53.7GB xfs
  404.  
  405.  
  406. == END parted -l ==
  407.  
  408. == BEGIN blkid ==
  409. /dev/sda1: LABEL="EFI" UUID="67E3-17ED" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="a5566ac0-43e7-4f93-aad6-9
  410. 19ba33c97d8"
  411. /dev/sda2: UUID="3ef0266b-1c31-3ec4-bf4a-51a3c1f0657e" LABEL="Macintosh HD" TYPE="hfsplus" PARTLABEL="Customer" PARTUUID
  412. ="096c0432-9aac-4b6e-ba57-63896fefb3ac"
  413. /dev/sda3: UUID="e17dee5c-20d6-35d0-81e0-fd8c1b8f0719" LABEL="Recovery HD" TYPE="hfsplus" PARTLABEL="Recovery HD" PARTUU
  414. ID="d731ee38-c368-4a56-a716-3dc642f5c7a7"
  415. /dev/sda4: UUID="673d7b7a-f557-4d0e-a11b-137760fb9218" TYPE="xfs" PARTUUID="ed0f3396-8387-47fd-9ab6-96589f4f7956"
  416. /dev/sda5: UUID="AE5aGQ-D0IR-HK0q-E4VQ-U2HJ-CnhY-mZB9t7" TYPE="LVM2_member" PARTUUID="1a559e02-6c14-4ff3-bab6-d64a74e241
  417. 66"
  418. /dev/mapper/centos_hub1-root: UUID="1dcdfdbd-2820-4247-91f3-72b4ae967444" TYPE="xfs"
  419. /dev/mapper/centos_hub1-swap: UUID="4056e81c-3f96-4d24-b021-eb0e724d99af" TYPE="swap"
  420. /dev/mapper/centos_hub1-home: UUID="211a5a11-0397-418a-8465-a3a04c0f93fa" TYPE="xfs"
  421. == END blkid ==
  422.  
  423. == BEGIN cat /proc/mdstat ==
  424. Personalities :
  425. unused devices: <none>
  426. == END cat /proc/mdstat ==
  427.  
  428. == BEGIN pvs ==
  429. PV VG Fmt Attr PSize PFree
  430. /dev/sda5 centos_hub1 lvm2 a-- <588.11g 8.00m
  431. == END pvs ==
  432.  
  433. == BEGIN vgs ==
  434. VG #PV #LV #SN Attr VSize VFree
  435. centos_hub1 1 3 0 wz--n- <588.11g 8.00m
  436. == END vgs ==
  437.  
  438. == BEGIN lvs ==
  439. LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
  440. home centos_hub1 -wi-ao---- <530.29g
  441. root centos_hub1 -wi-ao---- 50.00g
  442. swap centos_hub1 -wi-ao---- 7.81g
  443. == END lvs ==
  444.  
  445. == BEGIN rpm -qa kernel\* | sort ==
  446. kernel-3.10.0-1062.1.1.el7.x86_64
  447. kernel-3.10.0-1062.el7.x86_64
  448. kernel-devel-3.10.0-1062.1.1.el7.x86_64
  449. kernel-devel-3.10.0-1062.el7.x86_64
  450. kernel-headers-3.10.0-1062.1.1.el7.x86_64
  451. kernel-tools-3.10.0-1062.1.1.el7.x86_64
  452. kernel-tools-libs-3.10.0-1062.1.1.el7.x86_64
  453. == END rpm -qa kernel\* | sort ==
  454.  
  455. == BEGIN lspci -nn ==
  456. 00:00.0 Host bridge [0600]: Intel Corporation Haswell-ULT DRAM Controller [8086:0a04] (rev 09)
  457. 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a2e] (rev
  458. 09)
  459. 00:03.0 Audio device [0403]: Intel Corporation Haswell-ULT HD Audio Controller [8086:0a0c] (rev 09)
  460. 00:14.0 USB controller [0c03]: Intel Corporation 8 Series USB xHCI HC [8086:9c31] (rev 04)
  461. 00:16.0 Communication controller [0780]: Intel Corporation 8 Series HECI #0 [8086:9c3a] (rev 04)
  462. 00:1b.0 Audio device [0403]: Intel Corporation 8 Series HD Audio Controller [8086:9c20] (rev 04)
  463. 00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 1 [8086:9c10] (rev e4)
  464. 00:1c.2 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 3 [8086:9c14] (rev e4)
  465. 00:1c.3 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 4 [8086:9c16] (rev e4)
  466. 00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 5 [8086:9c18] (rev e4)
  467. 00:1c.5 PCI bridge [0604]: Intel Corporation 8 Series PCI Express Root Port 6 [8086:9c1a] (rev e4)
  468. 00:1f.0 ISA bridge [0601]: Intel Corporation 8 Series LPC Controller [8086:9c43] (rev 04)
  469. 00:1f.3 SMBus [0c05]: Intel Corporation 8 Series SMBus Controller [8086:9c22] (rev 04)
  470. 02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0]
  471. (rev 03)
  472. 03:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM57766 Gigabit Ethernet PCIe [14e4:1686]
  473. (rev 01)
  474. 03:00.1 SD Host controller [0805]: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 0
  475. 1)
  476. 04:00.0 SATA controller [0106]: Samsung Electronics Co Ltd Apple PCIe SSD [144d:1600] (rev 01)
  477. 05:00.0 PCI bridge [0604]: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013] [8086:156d]
  478. 06:00.0 PCI bridge [0604]: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013] [8086:156d]
  479. 06:03.0 PCI bridge [0604]: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013] [8086:156d]
  480. 06:04.0 PCI bridge [0604]: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013] [8086:156d]
  481. 06:05.0 PCI bridge [0604]: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013] [8086:156d]
  482. 06:06.0 PCI bridge [0604]: Intel Corporation DSL5520 Thunderbolt 2 Bridge [Falcon Ridge 4C 2013] [8086:156d]
  483. 07:00.0 System peripheral [0880]: Intel Corporation DSL5520 Thunderbolt 2 NHI [Falcon Ridge 4C 2013] [8086:156c]
  484. == END lspci -nn ==
  485.  
  486. == BEGIN lsusb ==
  487. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  488. Bus 001 Device 006: ID 062a:4101 MosArt Semiconductor Corp. Wireless Keyboard/Mouse
  489. Bus 001 Device 004: ID 05ac:8242 Apple, Inc. Built-in IR Receiver
  490. Bus 001 Device 008: ID 05ac:8289 Apple, Inc.
  491. Bus 001 Device 003: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
  492. Bus 001 Device 011: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
  493. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  494. == END lsusb ==
  495.  
  496. == BEGIN rpm -qa kmod\* kmdl\* ==
  497. kmod-libs-20-25.el7.x86_64
  498. kmod-kvdo-6.1.2.41-5.el7.x86_64
  499. kmod-20-25.el7.x86_64
  500. == END rpm -qa kmod\* kmdl\* ==
  501.  
  502. == BEGIN ip addr ==
  503. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
  504. link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  505. inet 127.0.0.1/8 scope host lo
  506. valid_lft forever preferred_lft forever
  507. inet6 ::1/128 scope host
  508. valid_lft forever preferred_lft forever
  509. 2: enp3s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
  510. link/ether ac:87:a3:1b:4c:a9 brd ff:ff:ff:ff:ff:ff
  511. inet 192.168.0.55/24 brd 192.168.0.255 scope global noprefixroute enp3s0f0
  512. valid_lft forever preferred_lft forever
  513. inet6 fe80::75a5:74dd:7088:1523/64 scope link noprefixroute
  514. valid_lft forever preferred_lft forever
  515. 3: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
  516. link/ether 52:54:00:a3:35:96 brd ff:ff:ff:ff:ff:ff
  517. inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
  518. valid_lft forever preferred_lft forever
  519. 4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast master virbr0 state DOWN group default qlen 1000
  520. link/ether 52:54:00:a3:35:96 brd ff:ff:ff:ff:ff:ff
  521. 5: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
  522. link/ether 02:42:c6:1a:90:7a brd ff:ff:ff:ff:ff:ff
  523. inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
  524. valid_lft forever preferred_lft forever
  525. == END ip addr ==
  526.  
  527. == BEGIN brctl show ==
  528. bridge name bridge id STP enabled interfaces
  529. docker0 8000.0242c61a907a no
  530. virbr0 8000.525400a33596 yes virbr0-nic
  531. == END brctl show ==
  532.  
  533. == BEGIN route -n ==
  534. Kernel IP routing table
  535. Destination Gateway Genmask Flags Metric Ref Use Iface
  536. 0.0.0.0 192.168.0.1 0.0.0.0 UG 100 0 0 enp3s0f0
  537. 172.17.0.0 0.0.0.0 255.255.0.0 U 0 0 0 docker0
  538. 192.168.0.0 0.0.0.0 255.255.255.0 U 100 0 0 enp3s0f0
  539. 192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
  540. == END route -n ==
  541.  
  542. == BEGIN sysctl -a | grep .rp_filter ==
  543. sysctl: reading key "net.ipv6.conf.all.stable_secret"
  544. sysctl: reading key "net.ipv6.conf.default.stable_secret"
  545. sysctl: reading key "net.ipv6.conf.docker0.stable_secret"
  546. sysctl: reading key "net.ipv6.conf.enp3s0f0.stable_secret"
  547. sysctl: reading key "net.ipv6.conf.lo.stable_secret"
  548. sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
  549. sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
  550. net.ipv4.conf.all.arp_filter = 0
  551. net.ipv4.conf.all.rp_filter = 1
  552. net.ipv4.conf.default.arp_filter = 0
  553. net.ipv4.conf.default.rp_filter = 1
  554. net.ipv4.conf.docker0.arp_filter = 0
  555. net.ipv4.conf.docker0.rp_filter = 1
  556. net.ipv4.conf.enp3s0f0.arp_filter = 0
  557. net.ipv4.conf.enp3s0f0.rp_filter = 1
  558. net.ipv4.conf.lo.arp_filter = 0
  559. net.ipv4.conf.lo.rp_filter = 0
  560. net.ipv4.conf.virbr0.arp_filter = 0
  561. net.ipv4.conf.virbr0.rp_filter = 1
  562. net.ipv4.conf.virbr0-nic.arp_filter = 0
  563. net.ipv4.conf.virbr0-nic.rp_filter = 1
  564. == END sysctl -a | grep .rp_filter ==
  565.  
  566. == BEGIN ip rule show ==
  567. 0: from all lookup local
  568. 32766: from all lookup main
  569. 32767: from all lookup default
  570. == END ip rule show ==
  571.  
  572. == BEGIN ip route show ==
  573. default via 192.168.0.1 dev enp3s0f0 proto static metric 100
  574. 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1
  575. 192.168.0.0/24 dev enp3s0f0 proto kernel scope link src 192.168.0.55 metric 100
  576. 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1
  577. == END ip route show ==
  578.  
  579. == BEGIN cat /etc/resolv.conf ==
  580. # Generated by NetworkManager
  581. search myhost.mycompany
  582. nameserver 8.8.8.8
  583. nameserver 8.8.4.4
  584. == END cat /etc/resolv.conf ==
  585.  
  586. == BEGIN egrep 'net|hosts' /etc/nsswitch.conf ==
  587. #hosts: db files nisplus nis dns
  588. hosts: files dns myhostname
  589. #networks: nisplus [NOTFOUND=return] files
  590. #netmasks: nisplus [NOTFOUND=return] files
  591. netmasks: files
  592. networks: files
  593. netgroup: nisplus sss
  594. == END egrep 'net|hosts' /etc/nsswitch.conf ==
  595.  
  596. == BEGIN systemctl list-unit-files | grep -Ei 'network|wpa' ==
  597. NetworkManager-dispatcher.service enabled
  598. NetworkManager-wait-online.service enabled
  599. NetworkManager.service enabled
  600. wpa_supplicant.service disabled
  601. network-online.target static
  602. network-pre.target static
  603. network.target static
  604. == END systemctl list-unit-files | grep -Ei 'network|wpa' ==
  605.  
  606. [/code]
  607. [crossadmin@hub1 ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement