* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project
Download FIRST we have to create a map for example "INDIA"
Survey
Document related concepts
Transcript
FIRST we have to create a map for example "INDIA" /* * Launcher registration file for the NNM Network Presenter */ Application "HP OpenView NNM Network Presenter" { DisplayString "NNM Network Presenter"; Version "NNM Release B.07.50 Oct 05 2004"; Copyright { "(c) Copyright 1990-2004 Hewlett-Packard Development Company, LP", "All rights reserved." } Description { "HP OpenView", "The Java NNM Network Presenter." } Tab <90> "Objects" ActiveHelp { "Object Views: Access to applications that provide views." } { <60> "Networks" Icon "launcher/folder.16.gif" ActiveHelp { "Views that show managed objects based on a network topology: IP; IPX; SNA; and others." } f.list "Networks"; } List "Networks" { <70> "IP Network" Icon "launcher/network.16.gif" ActiveHelp { "Access to the Network Presenter which displays the managed objects based on an IP Network." } f.action "NNMNetworkPresenterIP"; /* The following two entries to the List block for the "Object Views" tab are provided for your convenience as examples of how to add your own maps. You must also update the Action block within this file. */ /* <70> "><Germany IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on Germany's IP Network." } f.action "NNMGermany"; <70> "><India IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on India's IP Network." } f.action "NNMIndia"; <70> "><Japan IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on Japan's IP Network." } f.action "NNMJapan"; */ } Tab <60> "Tools" ActiveHelp { "Tools: Access to tools provided by the HP OpenView Launcher. These tools are organized by product." } { <70> "NNM" Icon "launcher/folder.16.gif" ActiveHelp { "Access to the NNM tools available through the Launcher." } f.list "NNM"; } List "NNM" { <97> "Network Presenter" Icon "launcher/network.16.gif" ActiveHelp { "Access to the Network Presenter. The Network Presenter provides another way of viewing the map data that is on a management station or management console from any machine with a supporting web browser." } f.action "NNMNetworkPresenter"; } /* The following entries to the List block for the "Tools" tab are provided for your convenience as examples of how to add your own maps. You must also update the Action block within this file. If you use this example, comment out the preceding <90> "Network Presenter" block. */ /* List "NNM"{ <90> "><Network Presenter" Icon "launcher/folder.16.gif" ActiveHelp { "><Access to the Network Presenter. The Network Presenter provides another way of viewing the map data that is on a management station or management console from any machine with a supporting web browser." } f.list "ToolsNNMPresenter"; } List "ToolsNNMPresenter"{ <110> "><IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on an IP Network." } f.action "NNMNetworkPresenterIP"; <110> "><Germany IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on Germany's IP Network."} f.action "NNMGermany"; <110> "><India IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on Germany's IP Network."} f.action "NNMIndia"; <110> "><Japan IP Network" Icon "launcher/network.16.gif" ActiveHelp { "><Access to the Network Presenter which displays the managed objects based on Japan's IP Network."} f.action "NNMJapan"; } */ Tab <50> "Help" ActiveHelp { "Help: Online help for the HP OpenView Web product. Categories of online help include tools, tasks, glossary, online manuals, and more." } { <85> "Using the Network Presenter" Icon "launcher/folder.16.gif" ActiveHelp { "Online help for using the Network Presenter."} f.list "NetworkPresenterTaskHelp"; <70> "Tools" Icon "launcher/folder.16.gif" ActiveHelp { "Online help for specific tools available from the Launcher. Tools are organized by product and each product lists the tools available. For example, NNM includes, Network Presenter, Alarm Browser, SNMP Data Presenter, and others." } f.list "ToolsHelp"; } List "NetworkPresenterTaskHelp" { <90> "Navigating Through Submaps" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network Presenter to navigate between submaps."} f.action "aNavigating_Through_Submaps"; <80> "Viewing Object Properties" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network Presenter to view the properties associated with an object."} f.action "aObject_Properties_General_Tab"; <70> "Finding Objects" Icon "launcher/folder.16.gif" ActiveHelp { "Online help for using the Network Presenter to search for objects that contain a common characteristic."} f.list "FindByList"; } to to to to to to List "FindByList" { <90> "Finding Objects By Selection Name" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network find all instances of an object having a specified name."} f.action "alobyname"; <85> "Finding Objects By Attribute" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network find all objects having the specified object attribute."} f.action "alobyatt"; <80> "Finding Objects By Comment" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network find all objects having a specified string in their comment field." f.action "alobycom"; <75> "Finding Objects By Symbol Status" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network find all objects having the specified status. " } f.action "alobysbst"; <70> "Finding Objects By Symbol Type" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network find all objects of the specified type. " } f.action "alobysbtp"; <65> "Finding Objects By Symbol Label" Icon "launcher/help.16.gif" ActiveHelp { "Online help for using the Network find all objects with a specified string in their label field. " } f.action "alobysbla"; } Presenter Presenter Presenter } Presenter Presenter Presenter Action "aNavigating_Through_Submaps" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=Navigatin g_Through_Submaps"; WebWindow "OvHelp" { Type limited; } } Action "aObject_Properties_General_Tab" { URL "/OvCgi/OvWebHelp.exe?Content=cntref&Context=cxtref&Scope=scpref&Topic=Object_Pr operties_General_Tab"; WebWindow "OvHelp" { Type limited; } } Action "alobyname" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=lobyname" ; WebWindow "OvHelp" { Type limited; } } Action "alobyatt" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=lobyatt"; WebWindow "OvHelp" { Type limited; } } Action "alobycom" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=lobycom"; WebWindow "OvHelp" { Type limited; } } Action "alobysbst" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=lobysbst" ; WebWindow "OvHelp" { Type limited; } } Action "alobysbtp" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=lobysbtp" ; WebWindow "OvHelp" { Type limited; } } Action "alobysbla" { URL "/OvCgi/OvWebHelp.exe?Content=cnttsk&Context=cxttsk&Scope=scptsk&Topic=lobysbla" ; WebWindow "OvHelp" { Type limited; } } List "ToolsHelp" { <70> "NNM" Icon "launcher/folder.16.gif" ActiveHelp { "Online help for the NNM tools available to you through the Launcher." } f.list "NNMToolsHelp"; } List "NNMToolsHelp" { <70> "Network Presenter" Icon "launcher/help.16.gif" ActiveHelp { "Online help for the Network Presenter. This includes a description of the window." } f.action "NNMNetworkPresenterHelp"; } /* * jovw.exe takes MapName and ObjectName parameters. * MapName specifies the map for the Network Presenter * to open, and ObjectName specifies the selection name * of an OVW object to display. */ Action "NNMNetworkPresenter" { URL "/OvCgi/jovw.exe?MapName=default"; WebWindow "OvWwwNetworkPresenter" { Type limited; } } Action "NNMNetworkPresenterIP" { URL "/OvCgi/jovw.exe?MapName=default&ObjectName=IP+Internet"; WebWindow "OvWwwNetworkPresenter" { Type limited; } } /* The following two entries to the Action block are provided for your convenience as examples of how to add your own maps. You must also update the List blocks within this file. */ /* Action "NNMGermany" { URL "/OvCgi/jovw.exe?MapName=Germany&ObjectName=IP+Internet"; WebWindow "OvWwwNetworkPresenter" { Type limited; } } Action "NNMIndia" { URL "/OvCgi/jovw.exe?MapName=India&ObjectName=IP+Internet"; WebWindow "OvWwwNetworkPresenter" { Type limited; } } Action "NNMJapan" { URL "/OvCgi/jovw.exe?MapName=Japan&ObjectName=IP+Internet"; WebWindow "OvWwwNetworkPresenter" { Type limited; } } */ Action "NNMNetworkPresenterHelp" { URL "/OvCgi/OvWebHelp.exe?Content=cntref&Context=cxtref&Scope=scpref&Topic=Network_P resenter"; WebWindow "OvHelp" { Type intermediate; } } } WEB browser configuration When we install NNM on a management station running with a UNIX operating system, a web server is installed. The web server uses 8880 for communication. The client station must have an supported web browser running. To create login accounts for web link do the following steps: 1) $OV_BIN/ovhtpasswd <username> 2) Type password for the particular user to sign in. 3) Re-type the password for authentication. The password files are located in /etc/opt/OV/share/www/etc/htpasswd. SESSION CONFIGURATION FILE The default is for the session configuration file to disable security. If the security mechanisms are disabled in this file, users will not be presented with a login screen, and will have access to all registered actions The session configuration file is located on the management station at: etc/opt/OV/share/www/conf/session.conf The session configuration file has the following format: 1)UserLogin: on|off <-- Set this one to on 2)LoginLogging: on|off <-- Set this to on 3)AccessLogging: on|off <-- Set this to on 4)SessionTimeout: hours By default the values are off for the first three, and 9 hours for the session time out. Time should be specified in integer values. User authorization file Users may be assigned to any number of groups for authorization purposes. These user groups are called user roles in NNM. The user roles file is located on the management station at: /etc/opt/OV/share/www/etc/htgroup Audit log files There are two audit log files –one for log in logins and one for log in URL access from the launcher. The files are located on the management station at :/var/opt/OV/www/logs/launch/login_log (login log) /var/opt/OV/www/logs/launcher/access_log (access log) Configuring the launcher There are several files you need to customize for the launcher. 1) Launcher registration 2) Error log file 3) Installed locale file. 4) Java parameters file. Launcher Registration File The WLRF files are located on the management station at:/etc/opt/OV/share/www/registration/launcher/$LANG The bitmaps referenced in WLRF are located on the management station at:/opt/OV/share/www/htdocs/$LANG/bitmaps After modifying the WLRF file we can check the errors with the command regverify (opt/OV/bin). /*Launcher registration file for the NNM Alarm Browser Application "NNM Alarm Browser" { DisplayString "NNM Alarm Browser"; Version "NNM .06.00"; Copyright { "Copyright (c) 1990-1998 Hewlett-Packard Company", } Description { "The NNM Alarm Browser." } Tab <70> "Information and Reports" Icon "launcher" ActiveHelp { "Information and Reports" } { <70> "Faults and Alarms" Icon "launcher/folder.16.gif" ActiveHelp { "Faults and Alarms" } f.list "FaultsAndAlarms"; } List "FaultsAndAlarms" { "NNM Alarms" Icon "launcher/msgbr.16.gif" ActiveHelp { "NNM Alarms Browser" } f.action "NNMalarms"; } Action NNMalarms { URL "/OvDocs/nnm/NNMcat.html"; Access NTAdmin NetworkAdmin WebWindow "OvWWWAlarm" { Type full; Toolbar off; Status off; } }} Like wise we have to modify: alarmbr, mibbrowser, snmpviewer files