Advertisement
tyler569

461 working proof

Feb 6th, 2017
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.49 KB | None | 0 0
  1. [root@philberry1 philberry]# /opt/orangefs/sbin/pvfs2-client -p /opt/orangefs/sbin/pvfs2-client-core
  2. [root@philberry1 philberry]# insmod /opt/orangefs/lib/modules/3.10.0-514.6.1.el7.x86_64/kernel/fs/pvfs2/pvfs2.ko
  3. insmod: ERROR: could not insert module /opt/orangefs/lib/modules/3.10.0-514.6.1.el7.x86_64/kernel/fs/pvfs2/pvfs2.ko: File exists
  4. [root@philberry1 philberry]# mount -t pvfs2 tcp://philberry1:3334/orangefs /mnt/orangefs
  5. [root@philberry1 philberry]# cd /opt/orangefs/bin/
  6. [root@philberry1 bin]# ./pvfs2-ping -m /mnt/orangefs/
  7.  
  8. (1) Parsing tab file...
  9.  
  10. (2) Initializing system interface...
  11.  
  12. (3) Initializing each file system found in tab file: /etc/mtab...
  13.  
  14. PVFS2 servers: tcp://philberry1:3334
  15. Storage name: orangefs
  16. Local mount point: /mnt/orangefs
  17. /mnt/orangefs: Ok
  18.  
  19. (4) Searching for /mnt/orangefs/ in pvfstab...
  20.  
  21. PVFS2 servers: tcp://philberry1:3334
  22. Storage name: orangefs
  23. Local mount point: /mnt/orangefs
  24.  
  25. meta servers:
  26. tcp://philberry1:3334
  27. tcp://philberry2:3334
  28. tcp://philberry3:3334
  29. tcp://philberry4:3334
  30.  
  31. data servers:
  32. tcp://philberry1:3334
  33. tcp://philberry2:3334
  34. tcp://philberry3:3334
  35. tcp://philberry4:3334
  36.  
  37. (5) Verifying that all servers are responding...
  38.  
  39. meta servers:
  40. tcp://philberry1:3334 Ok
  41. tcp://philberry2:3334 Ok
  42. tcp://philberry3:3334 Ok
  43. tcp://philberry4:3334 Ok
  44.  
  45. data servers:
  46. tcp://philberry1:3334 Ok
  47. tcp://philberry2:3334 Ok
  48. tcp://philberry3:3334 Ok
  49. tcp://philberry4:3334 Ok
  50.  
  51. (6) Verifying that fsid 272838110 is acceptable to all servers...
  52.  
  53. Ok; all servers understand fs_id 272838110
  54.  
  55. (7) Verifying that root handle is owned by one server...
  56.  
  57. Root handle: 1048576
  58. Ok; root handle is owned by exactly one server.
  59.  
  60. =============================================================
  61.  
  62. The PVFS2 filesystem at /mnt/orangefs/ appears to be correctly configured.
  63.  
  64. [root@philberry1 bin]# ./pvfs2-fsck -m /mnt/orangefs/
  65. # Current FSID is 272838110.
  66. * not creating lost+found to hold orphans.
  67. # first pass: traversing directory tree.
  68. # second pass: finding orphaned sub trees.
  69. # third pass: moving orphaned sub trees and files to lost+found.
  70. # fourth pass: removing unreferenced objects.
  71. [root@philberry1 bin]# dd if=/dev/zero of=/mnt/orangefs/dd0.data
  72. ^C68668+0 records in
  73. 68668+0 records out
  74. 35158016 bytes (35 MB) copied, 25.6838 s, 1.4 MB/s
  75.  
  76. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test
  77. test-20G.data test2.data test4.data test.data test_image.data
  78. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test
  79. test-20G.data test2.data test4.data test.data test_image.data
  80. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data
  81. Wrote 1073741824 bytes in 13.208695 seconds. 77.524692 MB/seconds
  82. [root@philberry1 bin]# ./pvfs2-fsck -m /mnt/orangefs/
  83. # Current FSID is 272838110.
  84. * not creating lost+found to hold orphans.
  85. # first pass: traversing directory tree.
  86. # second pass: finding orphaned sub trees.
  87. # third pass: moving orphaned sub trees and files to lost+found.
  88. # fourth pass: removing unreferenced objects.
  89. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data
  90. Target file test.data already exists
  91. Could not open /mnt/orangefs/test.data
  92. [E 18:29:14.049739] invalid (NULL) required argument
  93. [E 18:29:14.049779] PVFS_isys_setattr call: Invalid argument (error class: 0)
  94. warning: could not set dest. file attributes (-1073741839)
  95. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data2
  96. Wrote 1073741824 bytes in 8.084148 seconds. 126.667644 MB/seconds
  97. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data3
  98. Wrote 1073741824 bytes in 8.083792 seconds. 126.673225 MB/seconds
  99. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data4
  100. Wrote 1073741824 bytes in 7.666864 seconds. 133.561777 MB/seconds
  101. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data5
  102. Wrote 1073741824 bytes in 7.924440 seconds. 129.220489 MB/seconds
  103. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data6
  104. Wrote 1073741824 bytes in 8.547769 seconds. 119.797344 MB/seconds
  105. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data7
  106. Wrote 1073741824 bytes in 8.473335 seconds. 120.849700 MB/seconds
  107. [root@philberry1 bin]# ./pvfs2-cp -t ~philberry/test.data /mnt/orangefs/test.data8
  108. Wrote 1073741824 bytes in 8.125204 seconds. 126.027604 MB/seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement