mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 09:50:19 +00:00
Merge pull request #1294 from xuweibj/mknb
Modified documents related with mknb
This commit is contained in:
@ -270,3 +270,8 @@ If it exists, then use the return name and do the following:
|
||||
|
||||
makeconservercf
|
||||
|
||||
Update the genesis packages
|
||||
---------------------------
|
||||
|
||||
Run ``mknb <arch>`` after changing the ip of MN.
|
||||
|
||||
|
@ -44,6 +44,15 @@ Create a node definition for the x86_64 compute node, here is a sample: ::
|
||||
serialport=0
|
||||
serialspeed=115200
|
||||
|
||||
Verify the genesis packages:
|
||||
|
||||
* **[RHEL/SLES]**: ``rpm -qa | grep -i genesis``
|
||||
|
||||
* **[Ubuntu]**: ``dpkg -l | grep -i genesis``
|
||||
|
||||
If missing, install the packages ``xCAT-genesis-base`` and ``xCAT-genesis-scripts`` from ``xcat-deps`` repository and run ``mknb <arch>`` to create the genesis network boot root image.
|
||||
|
||||
|
||||
Provision the node using the following commands: ::
|
||||
|
||||
# The following prepares the boot files in /install and /tftpboot
|
||||
|
Reference in New Issue
Block a user