Menu

2nd restore impossible

Help
2011-05-25
2012-12-12
  • Kevin Steam

    Kevin Steam - 2011-05-25

    Hello,

    I setup my DRBL server with SSI mode and Clonezilla DRBL with the box mode. The server is a Fedora 14
    I have my own dhcp server, so the the drbl dhcp server is stopped.

    I return for another problem I encounter when I want to restore a client. Let me explain :

    The first time I restore a client everything goes well but when I want to restore a second time, I receive the error message :

    mount: 10.45.56.67:/tftpboot/node_root failed, Reason given by the server: Permission denied
    

    I realized that if I restore the client and I reboot on the restored system , I can not make a 2nd time a restoration

    However if I restore the client once and I do not restart the system but I reboot immediately with PXE, I can restore then a 2nd time.

    If I change the IP address of the client in the /etc/dhcp/dhcpd.conf, and I run /opt/drbl/sbin/dcs I can restore the client but the previous ip address is no longer usable.

    Have you any idea?
    thank you

     
  • Kevin Steam

    Kevin Steam - 2011-05-26

    I finally found the problem.

    In /etc/exports I replaced ip adress

    /tftpboot/node_root 10.45.*.*(ro,async,no_root_squash,no_subtree_check)
    /usr 10.45.*.*(ro,async,no_root_squash,no_subtree_check)
    ...
    

    by

    /tftpboot/node_root 10.45.0.0/16(ro,async,no_root_squash,no_subtree_check)
    /usr 10.45.0.0/16(ro,async,no_root_squash,no_subtree_check)
    ...
    

    Kevin

     
  • Steven Shiau

    Steven Shiau - 2011-05-26

    So the problem was due to the wrong /etc/exports which was manually modified?

    Steven.

     
  • Kevin Steam

    Kevin Steam - 2011-05-27

    Hi Steven,

    Yes exactly. I had modified the file manually to extend the rights nfs for my class B

    kevin

     
  • Steven Shiau

    Steven Shiau - 2011-05-28

    OK. So now everything works there?

    Steven.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.