coraid-update.8 924 B

1234567891011121314151617181920212223242526272829303132
  1. .TH coraid-update 8
  2. .SH NAME
  3. coraid-update \- upload an update file to a CORAID appliance
  4. .SH SYNOPSIS
  5. .nf
  6. .B coraid-update {update file} {AoE device}
  7. .fi
  8. .SH DESCRIPTION
  9. The
  10. .I coraid-update
  11. script performs a few sanity checks before copying the local
  12. update
  13. file to the remote update AoE target on the CORAID appliance.
  14. .PP
  15. Two arguments are provided: 1) the name of the update file
  16. to be uploaded, and 2) the special block device file corresponding
  17. to the
  18. update target, e.g., \fI/dev/etherd/e100.40\fP.
  19. .PP
  20. It generates no output and exits with a zero status when the update
  21. file has been successfully uploaded
  22. to the update target on the appliance. Otherwise, an error message is
  23. printed to standard error and \fI coraid-update\fR exits with a
  24. non-zero status.
  25. .SH "SEE ALSO"
  26. .IR aoe-discover (8),
  27. .IR aoe-interfaces (8),
  28. .IR aoe-stat (8),
  29. .IR aoetools (8),
  30. .IR udev (7).
  31. .SH AUTHOR
  32. Ed L. Cashin (ecashin@coraid.com)