Difference between revisions of "Configure Storage"

From Tranzman Documentation
Jump to: navigation, search
 
(29 intermediate revisions by 3 users not shown)
Line 1: Line 1:
βˆ’
This page explains the process of configuring disks and volume configuration after a Tranzman Appliance installation.
+
__NOTOC__
 +
<br>
 +
<br>
 +
<div style="background-color:#edf7ff; padding: 1.5rem; border-radius:8px; max-width:80%; margin: 0 auto; margin-bottom:2rem;">
 +
  <h1 style="border-bottom:none; font-size:2.5em; font-weight:bold; text-align:center;">Configuring Disks & Volumes After Tranzman Appliance Installation</h1>
 +
  <p style="font-size:1.2em; text-align:left;">
 +
    After installing the Tranzman Appliance, disk and volume configuration is required.<br>
 +
    The OS disk uses the smaller partition, while the larger partition (default 500GB) is used for data staging during migration.<br>
 +
    This staging area temporarily stores converted images and transient data.
 +
  </p>
 +
</div>
  
βˆ’
After installation, the appliance will most likely only have one disk '''"sda"''' so we need to add more disks / volumes as stated in the '''"Planning and Sizing"''' section. This section assumes that a Tranzman Virtual Appliance is being used.
+
<div style="max-width:80%; margin: 0 auto;">
 +
  <div style="background-color:#fffbf4; padding:1.5rem; border-radius:8px; box-shadow:0 2px 4px rgba(0,0,0,0.06); margin-bottom:2rem;">
 +
    <h2 style="border-bottom:2px solid #ffe0b2; padding-bottom:0.5rem; font-size:1.5em;">Volume Configuration Steps</h2>
 +
    <ol style="font-size:1.1em; margin-left:2em;">
 +
      <li>
 +
        On the <b>Volumes</b> page, the disk added for staging (e.g., <b>sdb</b>) will be listed.<br>
 +
        Select the disk and click <b>Configure</b>.<br>
 +
        <div style="display:inline-block; box-shadow:5px 5px 10px grey; margin:1em 0;">[[File:Volumes1.JPG |700px]]</div>
 +
      </li>
 +
      <li>
 +
        A new window will appear, allowing you to set the size of each partition.<br>
 +
        In most cases, the default values are recommended.<br>
 +
        After making changes, click <b>Commit</b>.<br>
 +
        <div style="display:inline-block; box-shadow:5px 5px 10px grey; margin:1em 0;">[[File:Volumes2.JPG |700px]]</div>
 +
      </li>
 +
      <li>
 +
        The appliance will configure the disk with the selected partition sizes and redirect you to the <b>Network Configuration</b> page.<br>
 +
        Continue with network setup as prompted.
 +
      </li>
 +
    </ol>
 +
    <div style="background-color:#f8e2b3; padding:0.2rem; border-radius:8px; box-shadow:0 2px 4px rgba(0,0,0,0.06); font-size:1em; margin: 0 auto;">
 +
      <p>πŸ›ˆ <i>Default partition sizes are suitable for most environments. Adjust only if specific requirements exist.</i></p>
 +
    </div>
 +
  </div>
 +
</div>
  
βˆ’
===Step 1===
+
<div style="display:flex; justify-content:space-between; margin-top:2rem; padding:1rem; background-color:#ffffff; max-width:90%; margin: 2rem auto 0;">
βˆ’
Add 5 extra Hard Disks to the VA under the VMWare host. For recomended sizes please refer to '''Step 14''' on section [[Install VA]].
+
  <div style="text-align:left;">
βˆ’
 
+
     [[Image:prev_icon.jpg|30px|link=Configure_Personality]] [[Configure_Personality|Previous]]
βˆ’
===Step 2===
+
  </div>
βˆ’
Make sure that the system can see the new disks.
+
  <div style="text-align:right;">
βˆ’
 
+
     [[Image:next_icon.jpg|30px|link=Configure_Network]] [[Configure_Network|Next]]
βˆ’
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
+
  </div>
βˆ’
|
+
</div>
βˆ’
> config
 
βˆ’
> storage
 
βˆ’
> show-available-disks
 
βˆ’
sdf    pci-0000:00:10.0-scsi-0:0:5:0|VMware|Virtual disk|10G|N|UNKNOWN
 
βˆ’
sde     pci-0000:00:10.0-scsi-0:0:4:0|VMware|Virtual disk|10G|N|UNKNOWN
 
βˆ’
sdd    pci-0000:00:10.0-scsi-0:0:3:0|VMware|Virtual disk|2G|N|UNKNOWN
 
βˆ’
sdc    pci-0000:00:10.0-scsi-0:0:2:0|VMware|Virtual disk|16G|N|UNKNOWN
 
βˆ’
sdb     pci-0000:00:10.0-scsi-0:0:1:0|VMware|Virtual disk|50G|N|UNKNOWN
 
βˆ’
sda    pci-0000:00:10.0-scsi-0:0:0:0|VMware|Virtual disk|3G|Y|PARTITIONED
 
βˆ’
>
 
βˆ’
|}
 
βˆ’
 
 
βˆ’
====Step 3===
 
βˆ’
Invoke the command "configure ?" to show a description of the volumes the need to be created.
 
βˆ’
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
βˆ’
|  
 
βˆ’
> configure
 
βˆ’
 
 
βˆ’
configure <log> <data> <db> <swap> <store>
 
βˆ’
 
 
βˆ’
Configure disks
 
βˆ’
 
 
βˆ’
log    log device (sdb sdc etc)
 
βˆ’
data    data device (sdb sdc etc)
 
βˆ’
db      database device (sdb sdc etc)
 
βˆ’
swap    swap device (sdb sdc etc)
 
βˆ’
store  datastore device (sdb sdc etc)
 
βˆ’
|}
 

Latest revision as of 03:08, 12 September 2025



Configuring Disks & Volumes After Tranzman Appliance Installation

After installing the Tranzman Appliance, disk and volume configuration is required.
The OS disk uses the smaller partition, while the larger partition (default 500GB) is used for data staging during migration.
This staging area temporarily stores converted images and transient data.

Volume Configuration Steps

  1. On the Volumes page, the disk added for staging (e.g., sdb) will be listed.
    Select the disk and click Configure.
    Volumes1.JPG
  2. A new window will appear, allowing you to set the size of each partition.
    In most cases, the default values are recommended.
    After making changes, click Commit.
    Volumes2.JPG
  3. The appliance will configure the disk with the selected partition sizes and redirect you to the Network Configuration page.
    Continue with network setup as prompted.

πŸ›ˆ Default partition sizes are suitable for most environments. Adjust only if specific requirements exist.

   Prev icon.jpg Previous
   Next icon.jpg Next