Re: ldomctl (still?) not generating usable configurations

Abu Hussain Al Mukhtar <[email protected]> Wed, 8 Jan 2025 17:02:24 +0000
Newsgroups gmane.os.openbsd.sparc
Organization "N01ytics"
Message-ID <[email protected]>
Hi Claudio,

* Claudio Jeker <[email protected]>:
> On Wed, Jan 08, 2025 at 10:02:42AM +0000, Abu Hussain Al Mukhtar wrote:
> > Hi All,
> > 
> > I am having trouble generating an usable logical domain configuration on a
> > Sunfire T2000 (UltraSPARC T1 chip).
> > 
> > Has someone had success in generating an ldom configuration using a 7.6 release?
> > If so, I would like to take a look at your config, and maybe share what your OBP
> > Firmware version is?
> > 
> > I have tried so far:
> > 
> > 1.- Explicitly setting (a pretty generous amount, i.e. >4GB) RAM to the primary, as
> >     mentioned by Mark Kettenis in a previous thread;
> > 2.- Quoting and unquoting the ldom names - If I unquote them, the boot process hangs
> >     completely, never even reaching OpenFirmware's 'ok' prompt. If I quote them, I
> >     experience the same errors mentioned in another thread ("Unknown hypervisor option...")
> > 3.- Even resetting the service processor after changing LDOM configuration.
> > 
> > Any hints greatly appreciated!
> > 
> 
> Could you share your ldom.conf file?

Here it is!

domain "primary" {
    vcpu 4
    memory 4G

}

domain "www" {
    vcpu 6
    memory 4G
    vdisk "/home/admin/uat-config/vdisk1"
    vnet
}

> Btw. you must reset / restart the system after changing the LDOM

I did, as documented in the manual.
> configuration.
> 
> -- 
> :wq Claudio
> 
Thanks! BR