Expanding storageΒΆ
Follow the steps below to extend a volume on a Plixer ML Engine hardware or virtual appliance.
Add a hard disk to the hardware appliance or VM.
Log in using the credentials
plixer:plixer
.Determine the device name of the new disk (usually
/dev/sdb
):lsblk
Extend the volume that requires additional disk space:
/home/plixer/ml/tools/mladmin.sh --extend <DEVICE_NAME> [VOLUME]
Where
VOLUME
is one of the following:root
- root partitionsibyl
- models partition (/SibylData
)db
- databse partition (/var/db
)zookeepers
- Kafka ZooKeeper partition (/var/kafka/zookeepers
)brokers
- Kafka brokers partition (/var/kafka/brokers
)
When done, the selected partition will be extended by the full capacity of the newly added disk.