<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin">
    <title>gmane.os.solaris.opensolaris.sysadmin</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3579"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3578"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3577"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3576"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3575"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3574"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3573"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3572"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3571"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3568"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3567"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3566"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3565"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3564"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3563"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3561"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3560"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3579">
    <title>Re: Swap device priorities in Solaris?</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3579</link>
    <description>&lt;pre&gt;
While this type of administration is sometimes necessary, generally I
see this as an indication of a bad application that needs babysitting.
 I prefer to train Solaris to do that babysitting than performing fire
drills every time an application misbehaves.

You may want to look at using ulimit -d (or maybe ulimit -v) to keep
individual processes from doing bad things.  ulimit values are
inherited by from parent to child (setting ulimit in a shell gets
inherited by a process created by that shell).  You can use plimit to
change an existing process' ulimits or view the ulimits for running
processes.  If a process tries to use too much memory, it will be
killed - the same thing you would do if you were to log in to take
care of the bad process.

If you use SMF to manage the starting and stopping, it will be
automatically restarted after it is killed for consuming too much
memory.  In this case, you probably want to use ulimit in the start
script before starting the actual process.

If you have a collection of &lt;/pre&gt;</description>
    <dc:creator>Mike Gerdts</dc:creator>
    <dc:date>2011-05-30T13:59:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3578">
    <title>Re: Swap device priorities in Solaris?</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3578</link>
    <description>&lt;pre&gt;Thanks, I've got a number of replies regarding, overall, the possible fault in the basis of my question - that is, that letting a system get into swapping is bad, so if that happens - the tasks or hardware should be reevaluated. And also that SSDs wear out fast so using them for swap is a bad idea in general.

While I agree with the validity of these points, they do not quite reply to the original question.

So let me generalize it a bit:
* There are some cases where swap/paging is needed and changing the hardware (RAM) or the tasks is not viable for whatever reason the system's architect or user may think up. Anyway - open OSes are about providing a way to make choices and tradeoffs, no?
* Some devices are better suited for use as swap areas, and being better in IOPS - they are also usually more expensive per GB and may be prohibitively small for a given swap requirement. If SSDs are a bad example, think 15kRPM disks vs. 5400RPM :) Or a dedicated small disk for swap vs. larger disk shared with other data-st&lt;/pre&gt;</description>
    <dc:creator>Jim Klimov</dc:creator>
    <dc:date>2011-05-29T10:52:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3577">
    <title>Re: Swap device priorities in Solaris?</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3577</link>
    <description>&lt;pre&gt;
If swap is on a ZFS volume (zvol, e.g, /dev/zvol/dsk/rpool/swap) it
will take advantage of the native ability of ZFS to intelligently use
SSD as a layer of caching, including for swap.  That being said, if
you are doing a lot of paging to swap, your in for a world of hurt no
matter whether you are using SSD or traditional hard drives.  See, for
example,

http://serverfault.com/questions/272426/how-does-putting-swap-space-on-an-ssd-affect-performance
http://blogs.oracle.com/partnertech/entry/swap_space_on_ssd
http://serverfault.com/questions/239808/ssd-for-swap-on-ubuntu-server

&lt;/pre&gt;</description>
    <dc:creator>Mike Gerdts</dc:creator>
    <dc:date>2011-05-29T03:11:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3576">
    <title>Re: Swap device priorities in Solaris?</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3576</link>
    <description>&lt;pre&gt;Also, is it possible to tell apart the actual swapping from "overcomitted VM" (I think that's what it is called - i.e. when VirtualBox reserves swap pages to be able to swap out if needed, but often these pages are never written to disk) - it would be nifty to use the higher-priority swap devices for pages actually swapped from RAM to disk, and not as a reserve for greedy software...
//Jim
&lt;/pre&gt;</description>
    <dc:creator>Jim Klimov</dc:creator>
    <dc:date>2011-05-28T14:53:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3575">
    <title>Swap device priorities in Solaris?</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3575</link>
    <description>&lt;pre&gt;Hello all,

I was recently asked if it is possible to specify different priorities to swap devices in Solaris, like it is possible on Linux, and found that "I don't know but probably not" :\

One use-case might be a system running with the rpool in a fast SSD with limited space, and the owner wants the system to swap into the SSD swap partition (or rpool volume) until that space runs out, and only then swap into slower additional HDD swap spaces - and not round-robin all available swap spaces all the time.

So - is that currently possible in any recent version of Solaris or OpenSolaris?
If not, how difficult would it be to code such behaviour as an RFE?

Thanks,
//Jim Klimov
&lt;/pre&gt;</description>
    <dc:creator>Jim Klimov</dc:creator>
    <dc:date>2011-05-28T14:50:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3574">
    <title>Re: Sun Storage 7320 system</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3574</link>
    <description>&lt;pre&gt;please also see these paper


  MySQL Guide for Sun Storage 7000 Unified Storage System
  &amp;lt;http://wikis.sun.com/display/BluePrints/MySQL+Guide+for+Sun+Storage+7000+Unified+Storage+System&amp;gt;



http://blogs.oracle.com/dlutz/entry/mysql_on_sun_storage_7000

for mysql and 7000 storage, could also give you some hits


postgreSQL and 7000


http://www.oracle.com/technetwork/systems/articles/adempiere-7000-jsp-139750.html
http://blogs.oracle.com/jkshah/entry/postgresql_and_project_amberroad_sun


On 5/26/2011 9:09 AM, Gustav Potgieter wrote:
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss-xZgeD5Kw2fzokhkdeNNY6A&amp;lt; at &amp;gt;public.gmane.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
&lt;/pre&gt;</description>
    <dc:creator>Hung-Sheng Tsao (Lao Tsao 老曹) Ph.D.</dc:creator>
    <dc:date>2011-05-27T13:59:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3573">
    <title>Re: How to install new service in open solaris</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3573</link>
    <description>&lt;pre&gt;Thanks a lot :) :)
&lt;/pre&gt;</description>
    <dc:creator>Sanu P Soman</dc:creator>
    <dc:date>2011-05-26T15:52:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3572">
    <title>Re: Sun Storage 7320 system</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3572</link>
    <description>&lt;pre&gt;http://blogs.oracle.com/jkshah/entry/how_about_a_postgres_extension
http://www.solarisinternals.com/wiki/index.php/ZFS_for_Databases#PostgreSQL_Considerations

On 5/26/2011 10:30 AM, LaoTsao wrote:
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss-xZgeD5Kw2fzokhkdeNNY6A&amp;lt; at &amp;gt;public.gmane.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
&lt;/pre&gt;</description>
    <dc:creator>Hung-Sheng Tsao (Lao Tsao 老曹) Ph.D.</dc:creator>
    <dc:date>2011-05-26T15:19:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3571">
    <title>Re: How to install new service in open solaris</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3571</link>
    <description>&lt;pre&gt;some example

http://www.wiik.de/blog/2005/10/23/smf-manifest-solaris-jes-tomcat-jboss/
http://www.oracle.com/technetwork/articles/systems-hardware-architecture/deploying-oracle-database-solaris-168405.pdf


On 5/26/2011 10:34 AM, LaoTsao wrote:
_______________________________________________
sysadmin-discuss mailing list
sysadmin-discuss-xZgeD5Kw2fzokhkdeNNY6A&amp;lt; at &amp;gt;public.gmane.org
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
&lt;/pre&gt;</description>
    <dc:creator>Hung-Sheng Tsao (Lao Tsao 老曹) Ph.D.</dc:creator>
    <dc:date>2011-05-26T15:18:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3570">
    <title>Re: How to install new service in open solaris</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3570</link>
    <description>&lt;pre&gt;Please google solaris SMF
There  are many old talk and there. Exist  site that provide SMF for solaris 
http://en.wikipedia.org/wiki/Service_Management_Facility

Sent from my iPad
Hung-Sheng Tsao ( LaoTsao) Ph.D

On May 26, 2011, at 9:47 AM, Sanu P Soman &amp;lt;sanusoman321-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>LaoTsao</dc:creator>
    <dc:date>2011-05-26T14:34:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3569">
    <title>Re: Sun Storage 7320 system</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3569</link>
    <description>&lt;pre&gt;What I say may not be upto date

If you want performance, mirror and ssd  for zil, there exist white paper  for zfs and oracle db
You may be able to used for postgres

If you want sPace raidz give you the most space it use raid5 like protection raidz2 and raidz3 
Like double and triple parity to protect more hdd. Failure

One more things you need to consider is
How are serve the db: nfs, iscsi, fc etc
IMHO, nfs is the simplest
Iscsi and fc you will need another FS on server for DB

Zfs provide analytics(dtrace based) will have you do some realtime data to help you about performance

Of course you will need good backup

You did not mention you have single head or dual head for 7320
It provide and plus and minus

Sent from my iPad
Hung-Sheng Tsao ( LaoTsao) Ph.D

On May 26, 2011, at 9:09 AM, Gustav Potgieter &amp;lt;gp-jqj1eM7VVrDYkQIYctQFYw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>LaoTsao</dc:creator>
    <dc:date>2011-05-26T14:30:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3568">
    <title>Re: How to install new service in open solaris</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3568</link>
    <description>&lt;pre&gt;Thanks for the comment Lao :) 

Could you please share me how can I create SMF of my application ?
&lt;/pre&gt;</description>
    <dc:creator>Sanu P Soman</dc:creator>
    <dc:date>2011-05-26T13:47:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3567">
    <title>Re: Sun Storage 7320 system</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3567</link>
    <description>&lt;pre&gt;May be you should ask in zfs-discuss list
Zfs appliance has simulator that should be able to g.I've you some idea about the tread off for space for various raid/mirror
As for performance, google it and read various zfs links , best practice tunning  guide
Zfs &amp;lt; at &amp;gt;lisa09 is good start
You should get support contract to cover your self


Sent from my iPad
Hung-Sheng Tsao ( LaoTsao) Ph.D

On May 26, 2011, at 7:13 AM, Gustav &amp;lt;gus-jqj1eM7VVrDYkQIYctQFYw&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>LaoTsao</dc:creator>
    <dc:date>2011-05-26T12:57:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3566">
    <title>Re: How to install new service in open solaris</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3566</link>
    <description>&lt;pre&gt;In line

Sent from my iPad
Hung-Sheng Tsao ( LaoTsao) Ph.D

On May 26, 2011, at 8:06 AM, Sanu P Soman &amp;lt;sanusoman321-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

You can do the same or
Create SMF for your apps
&lt;/pre&gt;</description>
    <dc:creator>LaoTsao</dc:creator>
    <dc:date>2011-05-26T12:47:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3565">
    <title>How to install new service in open solaris</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3565</link>
    <description>&lt;pre&gt;Hello,

I want to install a new service for my application (Atlassian JIRA) in open Solaris. Now I'm starting the jira service by starting the "startup" script in tomcat's bin folder.

In RHEL, I've installed the jira service by using "chkconfig" command and a custom script, like 
chkconfig --add &amp;lt;script name&amp;gt;, the custom script is placed in /etc/rc.d/init.d

I'm new to Solaris, Please advice me on this ..

Thanks,
Sanu P Soman
&lt;/pre&gt;</description>
    <dc:creator>Sanu P Soman</dc:creator>
    <dc:date>2011-05-26T12:06:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3564">
    <title>Sun Storage 7320 system</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3564</link>
    <description>&lt;pre&gt;Hi All,

Can someone please give some advise on the following?

We are installing a 7320 with 2 18 GB Write Accelerators, 20 x 1 TB disks and 96 GB of ram.

Postgres will be running on a Oracle x6270 device with 96GB of ram installed and two quad core cpus, with a local WALL on 4 hard drives, and 7320 LUN via 8GB FC.

I am going configure the 7320 as Mirrored with the following options available to me (read and write cache enabled):
Double parity RAID
Mirrored
Single partiy RAID, narrow stripes
Striped
Triple mirrored
 
Was does the above mean in real terms officially, 
and what is optimum for a (Postgresql 9, or any performance tips for Postgres on a 7320) database high writes,
and are there any comments that can help us improve performance?

Thanks, all feedback will be appreciated!
&lt;/pre&gt;</description>
    <dc:creator>Gustav</dc:creator>
    <dc:date>2011-05-26T11:13:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3563">
    <title>Re: zfs flar restore</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3563</link>
    <description>&lt;pre&gt;Thanks

The procedure is working fine. 

I have created flash archive, able to restore from network (NFS). 

I am trying for a non interactive restore method, i.e without providing any install details. I want to build restore DVD. with flash archive inbuilt in DVD. restoration should be non interactive.

If any hint please let me know. currently i am trying with 
http://www.phoronix.com/scan.php?page=article&amp;amp;item=867&amp;amp;num=1

Thanks
Naveen
&lt;/pre&gt;</description>
    <dc:creator>Naveen kumar</dc:creator>
    <dc:date>2011-05-26T05:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3562">
    <title>Enforcing security using DNSSEC</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3562</link>
    <description>&lt;pre&gt;Hi,

With the introduction of DNSSEC, it should be possible to publish a security policy via a DNS record which is encrypted and signed to verify its authenticity which could be read by every computer within a domain.

This record could be used to set the security policy on every computer, by setting nis, ldap, smtp, nfs servers and locking down the networks by setting global firewall parameters.
As DNS is a hierarchical model, child domains could inherit settings from the parent or be allowed to override them. This would also apply to individual DNS records to allow permissions on a per machine basis.

Using this approach, settings could be enforced via DHCP internally and if an organisation published a security policy publicly on the internet it could be used to ensure that all computers would follow a corporate standard.

Unfortunately this technology would require an acceptable platform independant framework to allow it to be used by an internet connected device, laptop, server or mobile phone.
&lt;/pre&gt;</description>
    <dc:creator>russell</dc:creator>
    <dc:date>2011-05-23T19:17:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3561">
    <title>Re: zfs flar restore</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3561</link>
    <description>&lt;pre&gt;Hi,

Thanks for the update.  I will try. 

Naveen
&lt;/pre&gt;</description>
    <dc:creator>Naveen kumar</dc:creator>
    <dc:date>2011-05-23T09:34:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3560">
    <title>Re: zfs flar restore</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3560</link>
    <description>&lt;pre&gt;http://hub.opensolaris.org/bin/view/Community+Group+zfs/flash

Sent from my iPad
Hung-Sheng Tsao ( LaoTsao) Ph.D

On May 21, 2011, at 7:17 AM, Naveen kumar &amp;lt;navin_shad-QOiod4cnrWAN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>LaoTsao</dc:creator>
    <dc:date>2011-05-21T14:25:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3559">
    <title>zfs flar restore</title>
    <link>http://permalink.gmane.org/gmane.os.solaris.opensolaris.sysadmin/3559</link>
    <description>&lt;pre&gt;Hi, 

I wanted to create non interactive zfs flar restore DVD. I followed below procedure.
This experiment on soalris10, apologize me i know this forum is for opensolaris.  

1) flarcreate -n patched /export/home/flar/patched.flar
2) I followed "http://www.phoronix.com/scan.php?page=article&amp;amp;item=867&amp;amp;um=1" 
    to create NON interactive restore iso image.

As soon i machine boots with the iso. i got error runcmd error in /usr/sbin/sysidput 

the details log  message 

sip_have_min_net_info: returning FLASE
sip_have_all_info:returning FLASE
sip_configurable_network:FAILED to configure primary interface
cleanup_if:checking booted off net image
system is not booted off net image
get_net_ipaddr:iprb0 
get_net_ipaddr returned FASE iprb0 is probably 0.0.0.0
unable to remove /tmp/root/etc/hostname.iprb0

----------------------------------

in sysidcfg file i replaced with network_interface=primary to 
network_interface=bnx0 

still system is looking for iprb0 interface. 

what went wrong?...  Is there any other solu&lt;/pre&gt;</description>
    <dc:creator>Naveen kumar</dc:creator>
    <dc:date>2011-05-21T11:17:49</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.solaris.opensolaris.sysadmin">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.solaris.opensolaris.sysadmin</link>
  </textinput>
</rdf:RDF>
