Exacq exacqVision Virtual User Manual User Manual

Page 14

Advertising
background image

www.e

x

acq.com

+1.317.845.5710
+44.1438.310163

USA (Corporate Headquarters)
Europe/Middle East/Asia

Page 14 of 44

4/12/2013


3. Click on the console screen and wait for the server to display the default console screen.

4. Click in the console screen and press Enter to go to the CLI. Log in as admin.

5. The devices on the SCSI bus are listed in the /sys/bus/scsi/devices/ directory. In the default deployment of the EVA, three

devices correspond to the three disk and are listed by a four-digit number in a busid:channel:target:LUN format. For our
100GB data disk, the device number would be 2:0:2:0. The middle two numbers match the virtual device node from step 1.
Rescan the this hard drive by using this command:

echo 1 | sudo tee /sys/bus/scsi/devices/2:0:2:0/rescan

6. Format the expanded space using resize2fs. Existing data will not be erased; only the new space will be formatted. This

process requires an extended amount of time, depending on how much you expand the volume:

sudo resize2fs /dev/sdc


The output should look similar to this……

Advertising