Re: [OmniOS-discuss] how to see the real process arguments

2014-08-13 Thread Lauri Tirkkonen
On Wed, Aug 13 2014 09:12:27 +0200, Tobias Oetiker wrote:
 I thought pargs was going to show me the arguments

It prints the contents of argv, but the program may have modified it.

-- 
Lauri Tirkkonen | +358 50 5341376 | lotheac @ IRCnet
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] LSI 3041e

2014-08-13 Thread Fábio Rabelo
Hi to all

Quick question about a 4 port Sata card :

I have an HP branded LSI 3041 card with 4 Sata ports on it .

I need to reflash it, or it are supported by OmniOS Out of the Box ?

Thanks in advance 


Fábio Rabelo
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] SuperMicro Board Reboot Hang

2014-08-13 Thread Matthew Mabis
Hey all,

I looked at some of the past notes on this but it looked like the discussion 
tiered off and stopped.  I was wondering if there was ever a resolution to the 
Reboot hang issues with OMNI.

Running a SuperMicro Board 16GB Ram soon to be updated... my first thought is 
it has something to do with SMB but i have also seen this happen when its Core 
Dumped b/c SMB crapped itself.
Basically the server will just sit at the Rebooting words and do nothing it 
requires physical intervention to reboot the box.
Haven't Tried shutdown honestly cause i keep it up all the time!  Was there any 
incite to what is causing this like fast boot or something?I do have LSI 
SAS-2008 Controllers (Multiple) in this box!
Matt Mabis
Sr. Consultant PSO (End User Computing)
VCA-DCV/WM,VCP-DCV/DT,VCAP-DCA/DCD/DTD
mma...@vmware.com
3401 Hillview Avenue, Palo Alto, CA 94304
530.481.5405 Mobile

[VMware]http://www.vmware.com/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] SuperMicro Board Reboot Hang

2014-08-13 Thread Dan McDonald

On Aug 13, 2014, at 4:43 PM, Matthew Mabis mma...@vmware.com wrote:

 Hey all,
 
 I looked at some of the past notes on this but it looked like the discussion 
 tiered off and stopped.  I was wondering if there was ever a resolution to 
 the Reboot hang issues with OMNI. 
 
 Running a SuperMicro Board 16GB Ram soon to be updated... my first thought is 
 it has something to do with SMB but i have also seen this happen when its 
 Core Dumped b/c SMB crapped itself.  
 Basically the server will just sit at the Rebooting words and do nothing it 
 requires physical intervention to reboot the box.  
 Haven't Tried shutdown honestly cause i keep it up all the time!  Was there 
 any incite to what is causing this like fast boot or something? 

To eliminate fast reboot, utter reboot -p.  That's how you force reboot into 
the BIOS again.

Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] SuperMicro Board Reboot Hang

2014-08-13 Thread Paul B. Henson
On Wed, Aug 13, 2014 at 08:43:31PM +, Matthew Mabis wrote:

 Running a SuperMicro Board 16GB Ram soon to be updated... my first
 thought is it has something to do with SMB but i have also seen this
 happen when its Core Dumped b/c SMB crapped itself.  Basically the
 server will just sit at the Rebooting words and do nothing it requires
 physical intervention to reboot the box.

Did you try disabling fast reboot? I have a similar supermicro box that
wedges at reboot if fast reboot is enabled. Disabling fast reboot makes
it work, albeit at the cost of ripping through BIOS POST each reboot.
Seems a decent trade off ;).

# svccfg -s system/boot-config:default setprop config/fastreboot_default=false
# svccfg -s system/boot-config:default setprop config/fastreboot_onpanic=false
# svcadm refresh svc:/system/boot-config:default
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] SuperMicro Board Reboot Hang

2014-08-13 Thread Matthew Mabis
I have not tried yet, 

I was hoping there was a nicer way to do it in omni now i saw an older method 
which looked nasty I will change those settings and hopefully get that issue 
cleared! 

I could care less if it runs through the bios again heck i prefer it just 
incase the ECC RAM goes on the fritz... 

Thanks!

Matt Mabis




From: Paul Henson paul.b.hen...@gmail.com on behalf of Paul B. Henson 
hen...@acm.org
Sent: Wednesday, August 13, 2014 2:00 PM
To: Matthew Mabis
Cc: omnios-discuss@lists.omniti.com
Subject: Re: [OmniOS-discuss] SuperMicro Board Reboot Hang

On Wed, Aug 13, 2014 at 08:43:31PM +, Matthew Mabis wrote:

 Running a SuperMicro Board 16GB Ram soon to be updated... my first
 thought is it has something to do with SMB but i have also seen this
 happen when its Core Dumped b/c SMB crapped itself.  Basically the
 server will just sit at the Rebooting words and do nothing it requires
 physical intervention to reboot the box.

Did you try disabling fast reboot? I have a similar supermicro box that
wedges at reboot if fast reboot is enabled. Disabling fast reboot makes
it work, albeit at the cost of ripping through BIOS POST each reboot.
Seems a decent trade off ;).

# svccfg -s system/boot-config:default setprop config/fastreboot_default=false
# svccfg -s system/boot-config:default setprop config/fastreboot_onpanic=false
# svcadm refresh svc:/system/boot-config:default
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] SuperMicro Board Reboot Hang

2014-08-13 Thread Richard Elling
Dan,
This causes much angst for x86 systems. Some distros disable fastboot out of 
the box.
I suggest OmniOS do likewise.
 -- richard

On Aug 13, 2014, at 1:46 PM, Dan McDonald dan...@omniti.com wrote:

 
 On Aug 13, 2014, at 4:43 PM, Matthew Mabis mma...@vmware.com wrote:
 
 Hey all,
 
 I looked at some of the past notes on this but it looked like the discussion 
 tiered off and stopped.  I was wondering if there was ever a resolution to 
 the Reboot hang issues with OMNI. 
 
 Running a SuperMicro Board 16GB Ram soon to be updated... my first thought 
 is it has something to do with SMB but i have also seen this happen when its 
 Core Dumped b/c SMB crapped itself.  
 Basically the server will just sit at the Rebooting words and do nothing it 
 requires physical intervention to reboot the box.  
 Haven't Tried shutdown honestly cause i keep it up all the time!  Was there 
 any incite to what is causing this like fast boot or something? 
 
 To eliminate fast reboot, utter reboot -p.  That's how you force reboot 
 into the BIOS again.
 
 Dan
 
 ___
 OmniOS-discuss mailing list
 OmniOS-discuss@lists.omniti.com
 http://lists.omniti.com/mailman/listinfo/omnios-discuss

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss