Re: [sysadmin-discuss] Open Solaris on Sparc Virtual Server Options

2011-02-10 Thread Octave Orgeron
For a SB 2500, Solaris Zones are the only option. If you were on a T-series box you could use LDoms and Dynamic Domains on an M-Series. Xen could technically be ported to SPARC, but I haven't seen any work towards that. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: [sysadmin-discuss] Zones zone.max-shm-memory setting.

2010-11-23 Thread Octave Orgeron
Oracle databases require shared memory for the different Oracle processes to access the SGA for the database. You should have enough physical memory to host each shared memory segment for your databases. By setting this, you prevent each database instance from consuming as much of the free heap

Re: [sysadmin-discuss] Sun T5140 ILOM code or OBP code?

2010-11-14 Thread Octave Orgeron
The number is indeed the CPU that OBP session is running on. This can change on from "0" to any of the available CPUs in the LDom or Dynamic Domain. As why it would change from one CPU to another, may be a change in newer OBP versions that are able to take advantage of multiple CPUs or threads?

Re: [sysadmin-discuss] Xeon E5520 Supported Mainboard

2010-01-18 Thread Octave Orgeron
Hi, For a workstation, you could look at the Ultra 27 workstation which has a i7 core processor in it: http://www.sun.com/desktop/workstation/ultra27/index.xml With that one could get a nice NVidia card from Sun or your favorite retail site for PC gear. One could also build something from scra

Re: [sysadmin-discuss] Sun Grid Engine on OpenSolaris

2010-01-06 Thread Octave Orgeron
Hi, Yes this is correct because the queue masters have to be Solaris/OpenSolaris on SPARC which is not an option on AWS. You could host that internally and then have all of your execution nodes running on AWS. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave

Re: [sysadmin-discuss] Naming Services

2009-11-19 Thread Octave Orgeron
Hi, Well it sounds like we as a community should address the issue of poor documentation. I think the first question is should we leverage OpenDS or use Sun JES DS to write a how-to on our site? It's these kinds of things that unfortunately Sun has been very lacking in providing to the customer

Re: [sysadmin-discuss] RBAC database files /etc/security/auth_attr , prof_attr cleaned out.

2009-11-19 Thread Octave Orgeron
Hi, That is really strange. I'm on 2009.06 svn123 and I see the following number of lines: auth_attr = 275 prof_attr = 127 The one clue that seems to be in both of your files is that items for Sun Cluster are present. I haven't tried to install it on OpenSolaris, but I would suspect that some

Re: [sysadmin-discuss] Project proposal: Use Case Project

2009-08-31 Thread Octave Orgeron
+1 from me. -- This message posted from opensolaris.org ___ sysadmin-discuss mailing list sysadmin-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Re: [sysadmin-discuss] Core Contributor renewals

2009-08-31 Thread Octave Orgeron
Agreed. Everything looks in order. I think we're set. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Virtualization Architect and Consultant Web: http://unixconsole.blogspot.com E-Mail: unixcons...@yahoo.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: [sysadmin-discuss] Core Contributor renewals

2009-08-11 Thread Octave Orgeron
o.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Peter Tribble To: sysadmin Sent: Tuesday, August 11, 2009 3:46:30 PM Subject: [sysadmin-discuss] Core Contributor renewals The following sysadmin Core Contributor grants expire in a few weeks: Peter Tribble Brian Gupta O

Re: [sysadmin-discuss] Resolving Solaris Hostname From Windows

2009-07-16 Thread Octave Orgeron
I'm sure the \etc\hosts stuff is a result of the BSD TCP/IP stack Windows borrowed:) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Virtualization Architect and Consultant Web: http://unixconsole.blogspot.com E-Mail: unixcons...@yahoo.com

Re: [sysadmin-discuss] CPU/Memory Benchmarking

2009-06-29 Thread Octave Orgeron
Hi, Benchmarking is more of an art than a science at the end of the day. Most of the benchmarks out there like SPEC.org's CPU or LINPACK are really just a series of complex math problems that target integer and floating-point performance. They don't reflect real-world applications, and if anyt

Re: [sysadmin-discuss] WBEM/CIM Dead?

2009-06-26 Thread Octave Orgeron
Hi Ben, I wonder about the usefulness of such tools as well. Since most medium to large shops are using BMC, HP OpenView, or Tivoli, they normally have their own agents, modules, and plug-ins. Some of them piggy-back onto the SunMC framework to get more detailed info on Sun servers. Ultimately

Re: [sysadmin-discuss] Jumpstart Alternatives

2009-04-29 Thread Octave Orgeron
hand wrote: > I don't know what I'd do without JET. :-) > > The "official" documentation/product pages are here: > > http://wikis.sun.com/display/JET > > Mike > > Christine Tran wrote: >> On Tue, Apr 28, 2009 at 3:24 PM, Octave Orgeron >>

Re: [sysadmin-discuss] Jumpstart Alternatives

2009-04-28 Thread Octave Orgeron
I use JET. Works with x86/sparc and does bootp, wanboot, and pxeboot for Solaris. You can do flash archive and traditional network installs. Also supports Linux. It's a good framework, modular, and enables you to do templates. I've used it over the past 6-7 years and had a lot of success with

Re: [sysadmin-discuss] Wrong Mac address

2009-04-27 Thread Octave Orgeron
Hmm.. make sure you've installed the latest firmware and have patched up your Solaris 10 install. If you still see the problem at the OBP (try doing a boot net on each nic), then it's probably a hardware fault or bad nvram. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [sysadmin-discuss] SOLVED - Re: ZFS Boot Woes

2009-04-15 Thread Octave Orgeron
le.blogspot.com E-Mail: unixcons...@yahoo.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Ken Gunderson To: sysadmin-discuss@opensolaris.org Sent: Wednesday, April 15, 2009 1:43:22 AM Subject: [sysadmin-discuss] SOLVED - Re: ZFS Boot Woes On Tue, 2009-04-14 at 22:31 -0600, Ken Gunderson wrote

Re: [sysadmin-discuss] ZFS Boot Woes

2009-04-14 Thread Octave Orgeron
Hmm.. if you're sata drive is hot-plug, disconnect it and boot with the liveCD, then connect it. See if you can access the drive that way. It may be a defective drive and gone bust. Or worse, the mainboard has a fault. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [sysadmin-discuss] Administration - commands or files?

2009-03-28 Thread Octave Orgeron
This is true that most shops will come up with standard configuration files and just drop them in place and run any commands required to activate those changes. I think the difficult part becomes dealing with patches/updates that can clobber these customizations. With the direction things have

[sysadmin-discuss] Fw: [desktop-discuss] Does the AI opensolaris autoinstallation have the post script just like the postscripts in the jumpstart

2009-03-25 Thread Octave Orgeron
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Forwarded Message From: Octave Orgeron To: Bart Smaalders ; Greg Jumper Cc: Eric J. Ray ; casper@sun.com; jon.aim...@sun.com; desktop-disc...@opensolaris.org; nv-us...@sun.com; Lubomir Sedlacik ; nv...@sun.com; sysadmin-disc...@opernsolaris.org Sent: Wednesday, March 25, 2009 9:31

Re: [sysadmin-discuss] [perf-discuss] Improved Performance MIB for OpenSolaris - proposal

2009-02-11 Thread Octave Orgeron
Hi Brendan, I think it's good that we fix the SNMP/MIB situation for Solaris/OpenSolaris. I also think that using the right metrics and data gathering is key to providing real value. There are definitely better tools that have come out over time than the old vmstat or iostat for example. Perhap

Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-09 Thread Octave Orgeron
hitect and Consultant Web: http://unixconsole.blogspot.com E-Mail: unixcons...@yahoo.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Tim Bradshaw To: Ben Rockwood Cc: Octave Orgeron ; sysadmin-discuss@opensolaris.org;

Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-09 Thread Octave Orgeron
* Octave J. Orgeron Solaris Virtualization Architect and Consultant Web: http://unixconsole.blogspot.com E-Mail: unixcons...@yahoo.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Jason King To: Ben Rockwood Cc: Octave Orgeron

Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-09 Thread Octave Orgeron
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Virtualization Architect and Consultant Web: http://unixconsole.blogspot.com E-Mail: unixcons...@yahoo.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* ----- Original Message From: Ben Rockwood To:

Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-08 Thread Octave Orgeron
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Peter Tribble To: Octave Orgeron Cc: Ben Rockwood ; Jason King ; sysadmin-discuss@opensolaris.org; perf-disc...@opensolaris.org Sent: Sunday, February 8, 2009 4:59:14 PM Subject: Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved

Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-08 Thread Octave Orgeron
Solaris Virtualization Architect and Consultant Web: http://unixconsole.blogspot.com E-Mail: unixcons...@yahoo.com *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Ben Rockwood To: Octave Orgeron Cc: Jason King ; sysadmin-discuss

Re: [sysadmin-discuss] [perf-discuss] Project Proposal: Improved Performance MIB for OpenSolaris

2009-02-08 Thread Octave Orgeron
I think this would make a great project as monitoring for Solaris has pretty much been left to 3rd party tools by Sun. That's okay in corporate environments where people spend money on one tool for everything. However, if Solaris/OpenSolaris came with all the MIBs out the box, that would probabl

Re: [sysadmin-discuss] Network printer installation in solaris10

2009-02-08 Thread Octave Orgeron
Hi, Look up the printmgr command. It'll bring up a nice gui and allow you to configure local or network printers very quickly. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Virtualization Architect and Consultant Web: http://unixconsole.

Re: [sysadmin-discuss] Fwd: [ogb-discuss] Update Core Contributor Lists for 2009 Election

2008-12-13 Thread Octave Orgeron
Lists for 2009 Election See the following message from Jim Grisanzio. Are the current Core Contributor grants for the sysadmin community accurate? Currently they are: Peter Tribble, Brian Gupta, Octave Orgeron, and Rainer Heilke. All those grants extend through the next OGB election in any event.

Re: [sysadmin-discuss] Process can not be killed

2008-11-15 Thread Octave Orgeron
Have you tried preap against the process? That's how I get rid of zombie processes and things that just don't respond to kill properly. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Systems Engineer http://www.opensolaris.org/os/community/sysadmin/ http://unixcons

Re: [sysadmin-discuss] Simple Panels (proposal)

2008-10-14 Thread Octave Orgeron
Looks good, this would be a big help for our community. +1 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Octave J. Orgeron Solaris Systems Engineer http://www.opensolaris.org/os/community/sysadmin/ http://unixconsole.blogspot.com [EMAIL PROTECTED] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [sysadmin-discuss] Our Community Website

2008-09-21 Thread Octave Orgeron
/community/sysadmin/ http://unixconsole.blogspot.com [EMAIL PROTECTED] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* - Original Message From: Mike Gerdts <[EMAIL PROTECTED]> To: Octave Orgeron <[EMAIL PROTECTED]> Cc: sysadmin-discuss@opensolaris.org Sent: Sunday, Septem

[sysadmin-discuss] Our Community Website

2008-09-21 Thread Octave Orgeron
Hi Everyone, I'd like to clean up our community website. I've made a start on adding things. Please send me links, presentations, and tech papers. I'll get them on our site. I'm modeling this after what I did for the LDoms community. Our site: http://opensolaris.org/os/community/sysadmin/ LDom

Re: [sysadmin-discuss] Fwd: [pkg-discuss] Broken after install

2008-09-21 Thread Octave Orgeron
Hi, I think it would be nice if there was a way to have a boot option in grub for x86 and on newboot for sparc to do recovery operations from. Would probably require a special zfs dataset with the install miniroot. Should have all the tools to repair an installation. Obviously, if the boot zfs