Yes, both ways are possible.

1) Several daemons on the same system:
- assign them to different ports (env. var OPENHPI_DAEMON_PORT or -p cmd  
line arg)
- assign different pid files for them ( -f cmd line arg )
- assign them to different uid_map files

2) Single daemon:
Just configure several handler stanzas in openhpi.conf
For example:
-----------------------------------------------------------
...
handler libipmidirect {
         entity_root = "{SYSTEM_CHASSIS,7}"
         name = "lan"         # RMCP
         addr = "192.168.1.7"
         port = "623"
}
handler libipmidirect {
         entity_root = "{SYSTEM_CHASSIS,8}"
         name = "lan"         # RMCP
         addr = "192.168.1.8"
         port = "623"
}
...
-----------------------------------------------------------

        Anton Pak


On Wed, 15 Dec 2010 11:23:55 +0300, Mansuri, Wasim (NSN - IN/Bangalore)  
<[email protected]> wrote:

>
> Hello All,
>
> I am new to this forum recently started using openhpid to manage one
> shelf. My requirement here is I want to manage more than one shelf from
> the rack mount.
>
> Is it possible to start more than one instance of the openhpid daemon
> and to manage all the shelf or other way round we can have one openhpid
> instance configured to manage more than one shelf.
>
> Thanks & Regards,
> Wasim Mansuri
>
>
>
>
> ------------------------------------------------------------------------------
> Lotusphere 2011
> Register now for Lotusphere 2011 and learn how
> to connect the dots, take your collaborative environment
> to the next level, and enter the era of Social Business.
> http://p.sf.net/sfu/lotusphere-d2d
> _______________________________________________
> Openhpi-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openhpi-devel

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Openhpi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openhpi-devel

Reply via email to