Monday, 2023-07-31

rferrazhaoiii, about the alarm of VM memory, you can resolve it by allocating more platform memory in the controller17:20
rferrazYou can try the following commands17:21
rferrazsystem host-memory-show controller-0 0; system host-memory-modify controller-0 0 -m 11200;17:21
rferrazIf the deployment is a duplex, you have to issue a similar command in controller-1 as well17:26
rferrazAs the system is at unlocked status, you have to lock-unlock the controller to make the change im platform memory allocation17:27
rferrazhaoii, about the networking to the vm, assuming that you are using vboxnet-type nat you can check the vbox config using the command below in your host machine.18:16
rferrazvboxmanage list natnets18:16
rferrazFor instance, I got the following in my environment18:18
rferrazNetworkName:    NatNetwork18:18
rferrazIP:             10.10.10.118:18
rferrazNetwork:        10.10.10.0/2418:18
rferrazIPv6 Enabled:   Yes18:18
rferrazIPv6 Prefix:    fd17:625c:f037:2::/6418:18
rferrazDHCP Enabled:   No18:18
rferrazEnabled:        Yes18:18
rferrazPort-forwarding (ipv4)18:18
rferraz        stx-sx-controller-0:tcp:[]:10100:[10.10.10.3]:2218:18
rferraz        stx-sx-horizon-dashbord:tcp:[]:8080:[10.10.10.3]:808018:18
rferrazloopback mappings (ipv4)18:18
rferraz        127.0.0.1=218:18
rferrazI used the following command to start the installation18:19
rferrazpython3 ./install_vbox.py \18:19
rferraz  --setup-type AIO-SX \18:19
rferraz  --iso-location "$HOME/Downloads/stx-8.iso" \18:19
rferraz  --labname stx-sx \18:19
rferraz  --config-files-dir ./config/labSetupFiles/ \18:19
rferraz  --ansible-controller-config localhost.yml \18:19
rferraz  --kubernetes-config-files ./config/kubeFiles/ \18:19
rferraz  --vboxnet-type nat \18:19
rferraz  --vboxnet-name NatNetwork \18:19
rferraz  --nat-controller0-local-ssh-port 10100 \18:19
rferraz  --password $STX_INSTALL_PASSWORD \18:19
rferraz  --snapshot \18:19
rferraz  --controller-disk-sizes 500000,10240,10240 \18:19
rferraz  --headless18:19

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!