1

Using an IPMI-mounted iso file, I've installed a simple Ubuntu remote server (no X, no Java, etc). However, the kernel has no driver for the NIC. So, after booting it, I am stuck. I've compiled the appropriate (and tested) kernel module, it locates on my local workstation.
Using the IPMI, can I upload it to the filesystem of the remote Linux? Thanks for your help.

stoqlt
  • 81
  • 1
  • 5

2 Answers2

1

Since your machine already boots, you could write a new ISO file that contains your kernel module and remotely mount it. It will appear as a CD inserted in the emulated drive.

Javier
  • 9,268
  • 2
  • 24
  • 24
  • Yes, this really is a good idea. I will create a customized CD if there won't be a direct method for the file upload. – stoqlt Dec 16 '12 at 22:49
0

Try using ZModem to transfer files. Run rz on the receiving side and sz on the sending side.

200_success
  • 4,771
  • 1
  • 25
  • 42