<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Ruslan Sivak - Nexenta</title>
			<link>http://www.ruslansivak.com</link>
			<description>This is the development blog.</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 22:34:26 -0400</pubDate>
			<lastBuildDate>Tue, 09 Jun 2009 15:27:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>russ@ruslansivak.com</managingEditor>
			<webMaster>russ@ruslansivak.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>russ@ruslansivak.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Speeding up web interface in NexentaStor</title>
				<link>http://www.ruslansivak.com/2009/6/9/Speeding-up-web-interface-in-NexentaStor</link>
				<description>
				
				The default install of NexentaStor&apos;s web interface is incredibly slow.  I&apos;m not sure why, but they limit it to a single thread, which doesn&apos;t work out that well when you have images and things like that that need to be loaded. 

The way to up the number of threads is to edit the /var/lib/nza/prod.cfg from a shell.  First start up Putty and ssh to the nexenta IP, and log in with the root password.  If you have not already set up expert mode
&lt;code&gt;
option expert_mode=1 -s
&lt;/code&gt;

Now we need to get into a shell. 

&lt;code&gt;
$ !bash
Warning: using low-level UNIX commands is not recommended! Execute?  Yes
root@Nexenta:/volumes#
&lt;/code&gt;

Now lets edit the file
&lt;code&gt;
# vi /var/lib/nza/prod.cfg
&lt;/code&gt;

Find the line that says 

&lt;code&gt;
server.thread_pool = 0
&lt;/code&gt;

and change it to something higher (the nexenta docs recommend setting it no higher then 10

&lt;code&gt;
server.thread_pool = 10
&lt;/code&gt;

Now we need to restart the NMS service for things to take effect

&lt;code&gt;
svcadm restart nms
&lt;/code&gt;

This tends to knock me off the ssh session, and I have to go and reconfigure the network interface from a terminal.
				
				</description>
				
				
				<category>Nexenta</category>
				
				<pubDate>Tue, 09 Jun 2009 15:27:00 -0400</pubDate>
				<guid>http://www.ruslansivak.com/2009/6/9/Speeding-up-web-interface-in-NexentaStor</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>How to break into bash shell in NexentaStor</title>
				<link>http://www.ruslansivak.com/2009/5/5/How-to-break-into-bash-shell-in-NexentaStor</link>
				<description>
				
				&lt;code&gt;
nmc$ option expert_mode=1 -s
nmc$ !bash
# 
&lt;/code&gt;
				
				</description>
				
				
				<category>Nexenta</category>
				
				<pubDate>Tue, 05 May 2009 13:19:00 -0400</pubDate>
				<guid>http://www.ruslansivak.com/2009/5/5/How-to-break-into-bash-shell-in-NexentaStor</guid>
				
				
			</item>
			
		 	
			</channel></rss>