Advertisement
pugnator

Untitled

Dec 19th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.08 KB | None | 0 0
  1. <p><em>Troubleshooting Acronis Backup and Recovery NIC detection issues</em></p>
  2. <p>This article applies to:</p>
  3. <ul>
  4.     <li>Acronis Backup and Recovery</li>
  5. </ul>
  6. <h4 style="font-size: 16px;">Introduction</h4>
  7. <p>In some rare cases there can be some issues with HID devices.</p>
  8. <p>
  9. So here is the situation:
  10. You booted machine from Bootable Media and your NIC doesn'r acquire DHCP address or doesn't enlisted as device<p></p>
  11. </p>
  12. <h4 style="font-size: 16px;">Solution</h4>
  13. <p>Follow step-by-step instructions below to troubleshoot the issue.</p>
  14. <p></p>
  15. <!--===================================================================================================================================-->
  16.  
  17. <fieldset class="collapsible collapsed">
  18. <legend><a name="Error_troubleshooting">Troubleshooting steps</a></legend>
  19.  
  20. <fieldset class="collapsible collapsed"><legend>Check the most recent media available</legend>
  21. <p></p>
  22. First, try to check device work with the most recent media, most probably it contains more drivers and problem may be already solved
  23. <p></p>
  24. </fieldset>
  25.  
  26. <fieldset class="collapsible collapsed"><legend>DHCP issues</legend>
  27. <p></p>
  28. First of all check that DHCP server is really active exist in the subnet where media resides<p></p>
  29.  
  30. Do #lspci to check if driver loaded successfully<p></p>
  31. For example:<p></p>
  32. 00:05:0 10ec:8139 5853:0001 8139cp<p></p>
  33.  
  34. Check dmesg for any error:<p></p>
  35. cat /var/log/messages | grep 8139cp<p></p>
  36.  
  37. Enable asamba logs according to<p></p>
  38. http://kb.acronis.com/content/38017<p></p>
  39.  
  40. And try to obtain DHCP lease once more<p></p>
  41. #udhcpc<p></p>
  42.  
  43. After it in /tmp/asamba.log will contain information about DHCP operation.<p></p>
  44.  
  45. If in live OS on the same machine DHCP obtains OK - inform about it during task creation.<p></p>
  46. <p></p>
  47. </fieldset>
  48.  
  49. <fieldset-wrapper class="collapsible collapsed"><legend>NIC doesn't detected</legend>
  50. <p></p>
  51. Do #lspci to check if driver loaded successfully<p></p>
  52. For example:<p></p>
  53. 00:05:0 10ec:8139 5853:0001 8139cp<p></p>
  54.  
  55. Check logs for any error:<p></p>
  56.  
  57. cat /var/log/messages | grep eth<p></p>
  58.  
  59. Collect sysinfo from media and live OS if available<p></p>
  60. <p></p>
  61. </fieldset-wrapper>
  62.  
  63. </fieldset>
  64.  
  65. <!--===================================================================================================================================-->
  66.  
  67. <fieldset-wrapper class="collapsible collapsed">
  68. <legend><a name="Collect_information">Collect information</a></legend>
  69. <p></p>
  70. <p>Collect following information and <a href="http://www.acronis.com/support/contact-us.html" target="_blank">contact Acronis Customer Central</a>.</p>
  71. <p></p>
  72. <p>Sysinfo from the most recent bootable media</p>
  73. <p></p>
  74. <p></p>
  75. <p>Sysinfo from live OS if available</p>
  76. <p></p>
  77. <p></p>
  78. <p>All troubleshooting steps provided and it's result</p>
  79. <p></p>
  80. <p></p>
  81. </fieldset-wrapper>
  82.  
  83.  
  84. <!--===================================================================================================================================-->
  85.  
  86. <h4 style="font-size: 16px;">More information</h4>
  87. <p>Any addition information.</p>
  88. <p></p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement