Top
Interstage Big DataParallel Processing ServerV1.0.0 User's Guide
Interstage

E.3.2 Distributing File System Configuration Information

Generate the DFS file system configuration information, and distribute it to the slave servers, development servers and collaboration servers being added.

  1. Generate the DFS configuration information file.

    Execute the pdfsmkconf command at the master server (primary).

    # pdfsmkconf <Enter>

    See

    Refer to "pdfsmkconf" under "Appendix A Command Reference" in the "Primesoft Distributed File System for Hadoop V1 User's Guide" for details of the pdfsmkconf command.

  1. Convert the file name of the configuration information file applicable to the file system ID to a logical file system name.

    # cd pdfsmkconf_out <Enter>
    # mv ./client.conf.1 client.conf.pdfs1 <Enter>

    Note

    In the file name of the configuration information file, do not change anything other than the file system ID part (client.conf).

  2. Distribute the configuration information file to the slave servers, development servers and collaboration servers being added.

    # scp -p ./client.conf.pdfs1 root@rainy3:/etc/pdfs/client.conf.pdfs1 <Enter>

    Note

    Place the configuration information file under /etc/pdfs at the slave servers, development servers and collaboration servers.