Changes between Initial Version and Version 1 of User Guide/Disk Images


Ignore:
Timestamp:
Feb 21, 2019, 5:59:51 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • User Guide/Disk Images

    v1 v1  
     1= Node Images
     2
     3== Summary
     4
     5The imaging process is executed by the commands 'omf load' and 'omf save'
     6
     7These provision a full disk image onto a set of nodes, and should work for any ext2/3/4 filesystem.
     8
     9After saving an image from one node, and loading it onto another, it will appear to the user that a copy of the hard disk has been made. Specifically, this is a block based copy, not a file based one.
     10
     11The baseline image is a recommended starting point, as this provisioning tool does not currently work with standard .iso or similar files, instead using a custom compressed .ndz format.
     12
     13== Baseline Image
     14The baseline image has two users, root and native. Remote logon as root is not enabled, and passwordless logon as native is enabled. By default, it will allow this only from private IP addresses.
     15
     16WARNING: For nodes that may be accessable externally, [mobile nodes, tunnels to an external subnet, etc] it is YOUR responsibility to set credentials to prevent remote login.
     17
     18This can be done via the passwd command, and / or editing the file /etc/ssh/sshd_config
     19
     20
     21== List of pre-defined images
     22
     23
     24|| Image name   || Description   || username ||
     25|| baseline.ndz || default image || native   ||