Guest domains stuck in 'Openboot Initializing' in T5120
Abu Hussain Al Mukhtar <[email protected]> Tue, 24 Jun 2025 07:58:39 +0000
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
Hi everyone,
I just configured my ldoms in a T5120. The new configuration boots, i.e.
everything runs smoothly and I can login _to my primary domain_. ldomctl status
reports, however, that each and every guest domain is 'Openboot Initializing'.
It stays like that forever, and though I can, in theory, connect to all guest domains
using ldomctl console, I can do nothing. I already tried panicking the domains to no avail.
I have attached my ldom.conf.
I have searched for the mailing lists but none of the mentions of 'Openboot Initializing'
seems to describe a very different problem.
The potential 'gotchas' I can think of are:
a) virtual disks too big? each one is 100G
b) Permissions of the virtual disks?
c) location of the virtual disks?
d) Resource exhaustion? (even though I have carefully calibrated the chunks)
Any pointers in the right direction greatly appreciated.
Thanks!
domain "primary" {
vcpu 4
memory 1900M
}
domain "medem" {
vcpu 12
memory 8G
vdisk "/home/vdisks/medem/vdisk0"
vdisk "/home/vdisks/medem/vdisk1"
vnet
}
domain "kremer" {
vcpu 10
memory 6G
vdisk "/home/vdisks/kremer/vdisk0"
vdisk "/home/vdisks/kremer/vdisk1"
vnet
}
domain "edelman" {
vcpu 10
memory 4G
vdisk "/home/vdisks/edelman/vdisk0"
vdisk "/home/vdisks/edelman/vdisk1"
vnet
}
domain "lekert" {
vcpu 10
memory 4G
vdisk "/home/vdisks/lekert/vdisk0"
vdisk "/home/vdisks/lekert/vdisk1"
vnet
}
domain "erlich" {
vcpu 10
memory 4G
vdisk "/home/vdisks/erlich/vdisk0"
vdisk "/home/vdisks/erlich/vdisk1"
vnet
}
domain "alter" {
vcpu 8
memory 4G
vdisk "/home/vdisks/alter/vdisk0"
vdisk "/home/vdisks/alter/vdisk1"
vnet
}