2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Add doc skeleton for diskful and diskless install

This commit is contained in:
wangxiaopeng 2015-08-19 11:15:29 -04:00
parent 996c00f53c
commit d4a3f34e84
44 changed files with 144 additions and 14 deletions

View File

@ -0,0 +1,5 @@
Install Additional OS Packages
==============================
Install Additional Other Packages
=================================

View File

@ -0,0 +1,2 @@
Configure Disk Partition
========================

View File

@ -0,0 +1,2 @@
Configure Secondary Network Adapter
===================================

View File

@ -0,0 +1,7 @@
Select or Create an osimage Definition
======================================
Run copycds to create image
Customize the osimage definitions
=================================

View File

@ -0,0 +1,10 @@
Initialize the Compute for Deployment
=====================================
nodeset
Start the OS Deployment
=======================
rsetboot <node> net
rpower <node> on

View File

@ -0,0 +1,2 @@
Using Driver Update Disk
========================

View File

@ -0,0 +1,2 @@
Enable Kdump Over Ethernet
==========================

View File

@ -0,0 +1,8 @@
Generate Diskless Image
=======================
Pack Diskless Image
===================
Export and Import Image
=======================

View File

@ -0,0 +1,5 @@
Using Prescript
===============
Using Postscript
================

View File

@ -0,0 +1,2 @@
Configure RAID before Deploy OS
===============================

View File

@ -0,0 +1,2 @@
Sync Files to Compute Node
==========================

View File

@ -1,2 +0,0 @@
Diskful Installation
====================

View File

@ -1,2 +0,0 @@
Diskless Installation
=====================

View File

@ -0,0 +1,2 @@
Using Parallel Command
======================

View File

@ -0,0 +1,2 @@
Update Compute Node
===================

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/additional_pkg.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/cfg_partition.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/cfg_second_adapter.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/driver_update_disk.rst

View File

@ -0,0 +1,15 @@
Advanced Topics
===============
.. toctree::
:maxdepth: 2
raid_cfg.rst
driver_update_disk.rst
cfg_partition.rst
pre_post_script.rst
syncfile.rst
additional_pkg.rst
cfg_second_adapter.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/pre_post_script.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/raid_cfg.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/syncfile.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../common/deployment/deploy_os.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../common/deployment/create_img.rst

View File

@ -1,4 +1,10 @@
.. ========================
.. Using common shared file
.. ========================
.. include:: ../../common/diskful.rst
Diskful Installation
====================
.. toctree::
:maxdepth: 2
image_mgmt.rst
advanced_topics/index.rst
deploy_os.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/additional_pkg.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/cfg_partition.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/cfg_second_adapter.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/driver_update_disk.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/enable_kdump.rst

View File

@ -0,0 +1,13 @@
Advanced Topics
===============
.. toctree::
:maxdepth: 2
driver_update_disk.rst
pre_post_script.rst
syncfile.rst
additional_pkg.rst
cfg_second_adapter.rst
enable_kdump.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/pre_post_script.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/raid_cfg.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../../common/deployment/syncfile.rst

View File

@ -0,0 +1,2 @@
.. include:: ../../common/deployment/deploy_os.rst

View File

@ -0,0 +1,3 @@
.. include:: ../../common/deployment/create_img.rst
.. include:: ../../common/deployment/generate_img.rst

View File

@ -1,4 +1,10 @@
.. ========================
.. Using common shared file
.. ========================
.. include:: ../../common/diskless.rst
Diskless Installation
=====================
.. toctree::
:maxdepth: 2
image_mgmt.rst
advanced_topics/index.rst
deploy_os.rst

View File

@ -8,4 +8,6 @@ IBM Power LE / OpenPOWER
management/index.rst
diskful/index.rst
diskless/index.rst
updatenode.rst
parallel_cmd.rst
virtual_machines/index.rst

View File

@ -0,0 +1,2 @@
.. include:: ../common/parallel_cmd.rst

View File

@ -0,0 +1,2 @@
.. include:: ../common/updatenode.rst

View File

@ -1,4 +1,3 @@
.. ========================
.. Using common shared file
.. ========================
.. include:: ../../common/diskful.rst

View File

@ -1,4 +1,3 @@
.. ========================
.. Using common shared file
.. ========================
.. include:: ../../common/diskless.rst