rferraz | haoiii, about the alarm of VM memory, you can resolve it by allocating more platform memory in the controller | 17:20 |
---|---|---|
rferraz | You can try the following commands | 17:21 |
rferraz | system host-memory-show controller-0 0; system host-memory-modify controller-0 0 -m 11200; | 17:21 |
rferraz | If the deployment is a duplex, you have to issue a similar command in controller-1 as well | 17:26 |
rferraz | As the system is at unlocked status, you have to lock-unlock the controller to make the change im platform memory allocation | 17:27 |
rferraz | haoii, 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 |
rferraz | vboxmanage list natnets | 18:16 |
rferraz | For instance, I got the following in my environment | 18:18 |
rferraz | NetworkName: NatNetwork | 18:18 |
rferraz | IP: 10.10.10.1 | 18:18 |
rferraz | Network: 10.10.10.0/24 | 18:18 |
rferraz | IPv6 Enabled: Yes | 18:18 |
rferraz | IPv6 Prefix: fd17:625c:f037:2::/64 | 18:18 |
rferraz | DHCP Enabled: No | 18:18 |
rferraz | Enabled: Yes | 18:18 |
rferraz | Port-forwarding (ipv4) | 18:18 |
rferraz | stx-sx-controller-0:tcp:[]:10100:[10.10.10.3]:22 | 18:18 |
rferraz | stx-sx-horizon-dashbord:tcp:[]:8080:[10.10.10.3]:8080 | 18:18 |
rferraz | loopback mappings (ipv4) | 18:18 |
rferraz | 127.0.0.1=2 | 18:18 |
rferraz | I used the following command to start the installation | 18:19 |
rferraz | python3 ./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 | --headless | 18:19 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!