Resize Partition
Revision as of 08:24, 1 May 2019 by IVSWikiBlue (talk | contribs)
Typically this process will only need to be performed on a Valt virtual appliance after allocating additional space to the virtual disk.
-  Stop the Wowza Streaming Engine: 
sudo service WowzaStreamingEngine stop
 -  Identify the Valt Data Storage device: 
sudo lsblk
 -  Unmount the Valt Data Storage Drive: 
sudo umount /usr/local/WowzaStreamingEngine-4.7.1/content
 -  Run parted: 
sudo parted /dev/sdb
 -  Resize the partition: 
resizepart 1 -1
 -  Quit parted: 
quit
 -  Resize the File System: 
sudo resize2fs /dev/sbd1
 -  Mount the Valt Data Storage Drive: 
sudo mount -a
 -  Start the Wowza Streaming Engine: 
sudo service WowzaStreamingEngine start
 



