Advertisement
Guest User

12345

a guest
Sep 28th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. root@Servidor:~# /opt/pvfs2/bin/pvfs2-genconfig /etc/pvfs2-fs.conf
  2. **********************************************************************
  3. Welcome to the PVFS2 Configuration Generator:
  4.  
  5. This interactive script will generate configuration files suitable
  6. for use with a new PVFS2 file system. Please see the PVFS2 quickstart
  7. guide for details.
  8.  
  9. **********************************************************************
  10. You must first select the network protocol that your file system will use.
  11. The only currently supported options are "tcp", "gm", "mx", "ib", and "portals".
  12. (For multi-homed configurations, use e.g. "ib,tcp".)
  13.  
  14. * Enter protocol type [Default is tcp]:
  15.  
  16. Choose a TCP/IP port for the servers to listen on. Note that this
  17. script assumes that all servers will use the same port number.
  18.  
  19. * Enter port number [Default is 3334]:
  20.  
  21. Choose a directory for each server to store data in.
  22.  
  23. * Enter directory name: [Default is /pvfs2-storage-space]:
  24.  
  25. Choose a file for each server to write log messages to.
  26.  
  27. * Enter log file location [Default is /tmp/pvfs2-server.log]:
  28.  
  29. Next you must list the hostnames of the machines that will act as
  30. I/O servers. Acceptable syntax is "node1, node2, ..." or "node{#-#,#,#}".
  31.  
  32. * Enter hostnames [Default is localhost]:
  33.  
  34. Use same servers for metadata? (recommended)
  35.  
  36. * Enter yes or no [Default is yes]:
  37.  
  38. Configured a total of 1 servers:
  39. 1 of them are I/O servers.
  40. 1 of them are Metadata servers.
  41.  
  42. * Would you like to verify server list (y/n) [Default is n]?
  43.  
  44. Writing fs config file... done
  45. root@Servidor:~# /opt/pvfs2/sbin/pvfs2-server /etc/pvfs2-fs.conf -f
  46. [S 09/28 14:52] PVFS2 Server on node Servidor version 2.8.2 starting...
  47. [E 14:52:52.875700] Configuration file error. No host ID specified for alias Servidor.
  48. [E 14:52:52.875820] Error: Please check your config files.
  49. [E 14:52:52.875912] Error: Server aborting.
  50. [D 14:52:52.876001] *** server shutdown in progress ***
  51. [D 14:52:52.876090] [*] halting logging interface
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement