On 1/30/06, Bill Rushmore <[EMAIL PROTECTED]> wrote:
> On Mon, 30 Jan 2006, Dennis Clarke wrote:
>
> > So .. let's assume infinite memory and zero response time IO with near
> > infinite CPU speed and we hit some internal limit in the VMWare
> > product at 96 or so ?  Or is it possible to get a massive Galaxy box
> > and install RHEL ( or what?  ESX on top of ? ) and then hit maybe 16
> > virtual machines.  I have no idea and I am sure the people are VMWare
> > would love to have the ideal gas law equation computer.  Infinite
> > memory, near infinite CPU speed and zero response time IO.  The only
> > limitation then is the software.
>
> The limitation is within ESX.  Since I am not an expert I won't try to
> explain it.  I just remember when I setup ESX I had to allocate a certain
> amount of memory to the ESX console and that was the limitation on the
> number of OS's I could run.  ESX runs on the "bare metal"  and I think it
> is based on Red Hat.

That probably explains why we may never see it run on Solaris x86.  :-(

but who knows ...

> Although I bet you could get some ridiculous number of systems by running
> Solaris zones on top of VMware!

Only the future will tell ...

OKay .. I'm done with this phase of this document.  I have all the
images and I have the virtual server running fine and I even applied
the /var/svc/profile/generic_limited_net.xml service profile.

If I login via ssh I can even get the processor state and change the
state as per usual :

# psrinfo -v
Status of virtual processor 0 as of: 01/30/2006 22:28:07
  on-line since 01/30/2006 21:59:27.
  The i386 processor operates at 2391 MHz,
        and has an i387 compatible floating point processor.
Status of virtual processor 1 as of: 01/30/2006 22:28:07
  on-line since 01/30/2006 21:59:30.
  The i386 processor operates at 2391 MHz,
        and has an i387 compatible floating point processor.

Take processor 1 offline :

# psradm -f 1
# psrinfo -v
Status of virtual processor 0 as of: 01/30/2006 22:28:38
  on-line since 01/30/2006 22:28:28.
  The i386 processor operates at 2391 MHz,
        and has an i387 compatible floating point processor.
Status of virtual processor 1 as of: 01/30/2006 22:28:38
  off-line since 01/30/2006 22:28:34.
  The i386 processor operates at 2391 MHz,
        and has an i387 compatible floating point processor.

Then back online

# psradm -n 1

Then mark proc 1 as spare :

# psradm -sv 1
processor 1 marked spare.
# psrinfo -v
Status of virtual processor 0 as of: 01/30/2006 22:30:24
  on-line since 01/30/2006 22:28:28.
  The i386 processor operates at 2391 MHz,
        and has an i387 compatible floating point processor.
Status of virtual processor 1 as of: 01/30/2006 22:30:24
  spare since 01/30/2006 22:30:19.
  The i386 processor operates at 2391 MHz,
        and has an i387 compatible floating point processor.

We have memory :

# prtconf -v | grep Memory
Memory size: 1536 Megabytes

# df -ak
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c0d0s0      6050982 2895856 3094617    49%    /
/devices                   0       0       0     0%    /devices
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                 3342016     592 3341424     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
/usr/lib/libc/libc_hwcap1.so.1
                     6050982 2895856 3094617    49%    /lib/libc.so.1
fd                         0       0       0     0%    /dev/fd
swap                 3341428       4 3341424     1%    /tmp
swap                 3341444      20 3341424     1%    /var/run
/dev/dsk/c0d0s5      2708965    2813 2651973     1%    /opt
/dev/dsk/c0d0s7      1525743    1555 1463159     1%    /export/home
-hosts                     0       0       0     0%    /net
auto_home                  0       0       0     0%    /home

Now it will be fun to create a zone in there.

I wonder how I create another disk ?  Hmmm .. that could be interesting.

The pics are all at : http://www.blastwave.org/dclarke/stuff/VMWare/

Dennis
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to