Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Launch a Troubleshooting Workspace View
There are four types of views in the Troubleshooting workspace. The URL syntax required for each one is unique.
Tip This technique launches views independent of the NNMi console. When using this URL method, do not launch the view into a browser window where the NNMi console is currently running. The view automatically updates every 30 seconds. This is useful if your network operation center (NOC) continuously displays a map of the most important nodes. See Configure Maps.
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
http://<serverName>:<portNumber>/nnm/launch?cmd= showLayer2Neighbors
http://<serverName>:<portNumber>/nnm/launch?cmd= showLayer2Neighbors&nodename= <x>&hops= <#>
Note If the NNMi Web server uses the https protocol, use https
instead of http
.
<serverName>
= the fully-qualified domain name of the NNMi management server (values allowed here are determined by the Enable URL Redirect setting in User Interface Configuration, see Configure the NNMi User Interface)
<portNumber>
= the NNMi HTTP port number
For a quick-reference list of all URL choices for launching NNMi, see Help → Documentation Library → Integrate NNMi Elsewhere with URLs. The Integrate NNMi Elsewhere with URLs page also contains a link to a list of sample URLs that you can copy/paste as a starting point.
Due to the Mozilla Firefox security implementation, launching an NNMi view with a URL has the following limitations:
- The Close button does not work.
- The File → Close menu item does not work.
Use the browser buttons to close the view.
Attribute | Value |
---|---|
nodename |
The source node's DNS hostname (full or short) or IP address. If you use this attribute, NNMi tries to match the string you provide by following this procedure:
|
hops | 1 - 9 |
The following are optional parameters:
http://<serverName>:<portNumber>/nnm/launch?cmd= showLayer2Neighbors&menus= <true|false>&newWindow= <true|false>&readonly= <true|false>&envattrs= <name1= value>;<name2= value>
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
Attribute | Values |
---|---|
menus |
true = Show the view's button bar. If not specified, the default is true. false = Hide the view's button bar to save space in the view. |
newWindow |
true = Display the view in a new browser window. This new window does not display the browser-specific menu bars. The browser-specific menu bars are hidden to provide the maximum amount of room for the requested view. false = Display the view within the current browser window (if not specified, the default is false). |
readonly |
true = Prevents the user from doing either of the following:
false = Enables the user to do either of the following:
|
envattrs |
Use Environment Attributes ( For example, let’s assume that NNMi was launched from an application that wants to preserve a session ID (123) and object attribute (node25) as follows:
Note See Pass Environment Attributes for information about how to retrieve these Environment Attributes ( |
Note If the NNMi Web server uses the https protocol, use https
instead of http
.
http://<serverName>:<portNumber>/nnm/launch?cmd= showLayer3Neighbors
http://<serverName>:<portNumber>/nnm/launch?cmd= showLayer3Neighbors&nodename= <x>&hops= <#>
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
Due to the Mozilla Firefox security implementation, launching an NNMi view with a URL has the following limitations:
- The Close button does not work.
- The File → Close menu item does not work.
Use the browser buttons to close the view.
Attribute | Value |
---|---|
nodename |
The source node's DNS hostname (full or short) or IP address. If you use this attribute, NNMi tries to match the string you provide by following this procedure:
|
hops | 1 - 9 |
menus |
true = Show the menus and window toolbar in the form. If not specified, the default is true. false = Hide the menus and window toolbar in the view. |
The following are optional parameters:
http://<serverName>:<portNumber>/nnm/launch?cmd= showLayer3Neighbors&menus= <true|false>&newWindow= <true|false>&readonly= <true|false>&envattrs= <name1= value>;<name2= value>
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
Attribute | Values |
---|---|
menus |
true = Show the view's button bar. If not specified, the default is true. false = Hide the view's button bar to save space in the view. |
newWindow |
true = Display the view in a new browser window. This new window does not display the browser-specific menu bars. The browser-specific menu bars are hidden to provide the maximum amount of room for the requested view. false = Display the view within the current browser window (if not specified, the default is false). |
readonly |
true = Prevents the user from doing either of the following:
false = Enables the user to do either of the following:
|
envattrs |
Use Environment Attributes ( For example, let’s assume that NNMi was launched from an application that wants to preserve a session ID (123) and object attribute (node25) as follows:
Note See Pass Environment Attributes for information about how to retrieve these Environment Attributes ( |
Note If the NNMi Web server uses the https protocol, use https
instead of http
.
http://<serverName>:<portNumber>/nnm/launch?cmd= showPath
http://<serverName>:<portNumber>/nnm/launch?cmd= showPath&src= <x>&dest= <y>
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
Due to the Mozilla Firefox security implementation, launching an NNMi view with a URL has the following limitations:
- The Close button does not work.
- The File → Close menu item does not work.
Use the browser buttons to close the view.
Note (NNMi Advanced) Path View works only with IPv4 addresses. The NNMi Advanced IPv6 address values are not valid choices for Path View. Any devices in your network that are configured with IPv6 addresses cannot be displayed on Path View maps.
Attribute | Value |
---|---|
src |
The source node's DNS hostname (full or short) or IP address. NNMi tries to match the string you provide by following this procedure:
|
dest |
The destination node's DNS hostname (full or short) or IP address. NNMi tries to match the string you provide by following this procedure:
|
The following are optional parameters:
http://<serverName>:<portNumber>/nnm/launch?cmd= showPath&menus= <true|false>&newWindow= <true|false>&readonly= <true|false>&envattrs= <name1= value>;<name2= value>
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
Attribute | Values |
---|---|
menus |
true = Show the view's button bar. If not specified, the default is true. false = Hide the view's button bar to save space in the view. |
newWindow |
true = Display the view in a new browser window. This new window does not display the browser-specific menu bars. The browser-specific menu bars are hidden to provide the maximum amount of room for the requested view. false = Display the view within the current browser window (if not specified, the default is false). |
readonly |
true = Prevents the user from doing either of the following:
false = Enables the user to do either of the following:
|
envattrs |
Use Environment Attributes ( For example, let’s assume that NNMi was launched from an application that wants to preserve a session ID (123) and object attribute (node25) as follows:
Note See Pass Environment Attributes for information about how to retrieve these Environment Attributes ( |
Note If the NNMi Web server uses the https protocol, use https
instead of http
.
http://<serverName>:<portNumber>/nnm/launch?cmd= showNodeGroup&name= <x>
Due to the Mozilla Firefox security implementation, launching an NNMi view with a URL has the following limitations:
- The Close button does not work.
- The File → Close menu item does not work.
Use the browser buttons to close the view.
Attribute | Value |
---|---|
name |
The case-sensitive Name attribute value from the Node Group form. Note The Node Group name is translated. If your team shares NNMi within multiple locales, use nodegroupid or nodegroupuuid. If the Name value includes space characters, consider replacing the space character in your URL statement. |
objid |
The NNMi displays the |
objuuid |
The NNMi displays the |
The following are optional parameters:
http://<serverName>:<portNumber>/nnm/launch?cmd= showNodeGroup&name= <x>&menus= <true|false>&newWindow= <true|false>&readonly= <true|false>&readonlygroupselector= <true|false>&envattrs= <name1= value>;<name2= value>
Note If you copy/paste this URL, remove the spaces that were added for line-ending purposes in the documentation.
Attribute | Values |
---|---|
menus |
true = Show the view's button bar. If not specified, the default is true. false = Hide the view's button bar to save space in the view. |
newWindow |
true = Display the view in a new browser window. This new window does not display the browser-specific menu bars. The browser-specific menu bars are hidden to provide the maximum amount of room for the requested view. false = Display the view within the current browser window (if not specified, the default is false). |
readonly |
Caution The true = Prevents the user from doing either of the following:
false = Enables the user to do either of the following:
|
readonlygroupselector |
Caution The true = Prevents the user from selecting a Node Group. Note When false = Enables the user to select a Node Group. |
envattrs |
Use Environment Attributes ( For example, let’s assume that NNMi was launched from an application that wants to preserve a session ID (123) and object attribute (node25) as follows:
Note See Pass Environment Attributes for information about how to retrieve these Environment Attributes ( |
We welcome your comments!
To open the configured email client on this computer, open an email window.
Otherwise, copy the information below to a web mail client, and send this email to network-management-doc-feedback@hpe.com.
Help Topic ID:
Product:
Topic Title:
Feedback: