hostmibd Daemon
Purpose
Starts the hostmibd dpi2 sub-agent daemon as a background process.
Syntax
hostmibd [-f File] [-d [Level]] [-h Hostname] [-c Community]
Description
The hostmibd command starts the hostmibd dpi2 sub-agent. This command may only be issued by a user with root privileges or by a member of the system group.
The hostmibd daemon complies with the standard Simple Network Management Protocol Distributed Protocl Interface Version 2.0 defined by RFC 1592. It is acting as a dpi2 sub-agent to communicate with the dpi2 agent through dpiPortForTCP.0 (1.3.6.1.4.1.2.2.1.1.1.0) which is defined in RFC1592 section 3.1.
- hrSystem (1.3.6.1.2.1.25.1)
- hrStorage (1.3.6.1.2.1.25.2)
- hrDevice (1.3.6.1.2.1.25.3)
- hrSWRun (1.3.6.1.2.1.25.4)
- hrSWRunPerf (1.3.6.1.2.1.25.5)
- hrSWInstalled (1.3.6.1.2.1.25.6)
The hostmibd daemon is normally executed during system startup when /etc/rc.tcpip shell script is called.
The hostmibd daemon should be controlled using the System Resource Controller(SRC). Entering hostmibd at the command line is not recommended.
- startsrc
- Starts a subsystem, group of subsystems, or a subserver.
- stopsrc
- Stops a subsystem, group of subsystems, or a subserver.
- refresh
- Causes a subsystem or group of subsystems to reread the appropriate configuration file.
- lssrc
- Gets the status of a subsystem, group of subsystems, or a subserver. If the user issuing the long status form of the lssrc command is not the root user, no community name information is displayed.
Flags
Item | Description |
---|---|
-c Community | Use specified community name. If -c flag is not specified, the default community name is 'public'. |
-d Level | Specifies tracing/debug level. The levels are:
|
-f File | Specifies a non-default configuration file. If the -f flag is not specified, the default configuration file is /etc/hostmibd.conf. See /etc/hostmibd.conf file for information on this file format. |
-h Host | Send request to specified host. The Host value can be an IPv4 address, an IPv6 address, or a host name. If -h flag is not specified, the default destination host is 'loopback' (127.0.0.1). |
Examples
- To start the hostmibd daemon, enter a command similar
to the following:
This command starts the hostmibd daemon and reads the configuration file from /tmp/hostmibd.conf.startsrc -s hostmibd -a "-f /tmp/hostmibd.conf"
- To stop the hostmibd daemon, normally enter:
This command stops the hostmibd daemon. The -s flag specified the subsystem that follows to be stopped.stopsrc -s hostmibd
- To get the short status from the hostmibd, enter:
This command returns the name of the daemon, the process ID of the daemon, and the state of the daemon (active or inactive).lssrc -s hostmibd
- To get long status from the hostmibd daemon, enter:
If you are the root user, this long form of the status report lists the configuration parameters in /etc/hostmibd.conf.lssrc -ls hostmibd
Files
Item | Description |
---|---|
/etc/hostmibd.conf | Defines the configuration parameters for hostmibd command. |
/etc/mib.defs | Defines the Management Information Base (MIB) variables the SNMP agent and manager should recognize and handle. |