HP OpenView System Administration Handbook [Electronic resources] : Network Node Manager, Customer Views, Service Information Portal, HP OpenView Operations نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

HP OpenView System Administration Handbook [Electronic resources] : Network Node Manager, Customer Views, Service Information Portal, HP OpenView Operations - نسخه متنی

Tammy Zitello

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


9.1 REMOTE CONSOLES


The purpose of configuring a remote console is to distribute the NNM ovw map display. Remote consoles communicate with the management station using either NFS or Windows operating systems file sharing. Whenever an NNM map is open on the remote console, all objects on persistent submaps are loaded into memory. The remote console utilizes its local resources (CPU and memory) when loading objects into memory. All databases remain on the NNM management station and all remote consoles access a consistent set of status and device information from these central databases. NNM supports up to twenty-five remote consoles from a single management server. Because NNM on UNIX uses NFS, the remote console must reside on the same LAN as the management station. While WAN links are supported for Windows file sharing, they are slow and should be avoided for NNM on Windows. See Table 9-1 for supportability of management server and remote console client.

Table 9-1. Supported Client/Server Configurations for Remote Consoles

Server

Client

UNIX Server

UNIX Client, Windows Client

Windows Server

Windows Client

9.1.1 Configuring Remote Consoles for UNIX


The following steps allow you to NFS export the required file systems from the NNM management station, provide client access to the file systems, NFS mount the file systems on the client, and run NNM.

Server Configuration


  • Export the NNM file systems

    /var/opt/

    OV /share and

    /etc/opt/

    OV /share .[1]

    [1] NFS processes must be running on the UNIX client and server systems to configure a remote console. To check the processes, type ps ef | grep nfsd. If the nfsd process is not running, enable nfs on HP-UX by modifying /etc/rc.config.d/nfsconf file with these entries:

    NFS_CLIENT=1

    NFS_SERVER = 1

    NUM_NFSD = 32

    NUM_NFSIOD = 16

    Turn on NFS v3

    After modifying nfsconf, execute the command /sbin/init.d/nfs.server start on the server and /sbin/init.d/nfs.client start on the client system. For more detailed information on NFS, refer to the UNIX man pages for nfs, nfsd, exportfs, and mount.

    Add the following entries to

    /etc/exports on the management server:

    /var/opt/OV/share root=

    client
    /etc/opt/OV/share root=

    client

  • Execute the command

    exportfs -av .

  • Add the hostname of the client to the

    ovwdb.auth and

    ovw.auth files to provide access to the database. Both files are located in the $OV_CONF directory. The "+" indicates any user can have access to the database.

    client +

  • Client Configuration


  • Install NNM on the client system, including all file sets.

  • Mount the server's exported file system.[2]

    [2] You can actually mount a file system on top of an existing file system and files will not be deleted or destroyed. However, if the server file systems become unmounted you will be using a local database. If you plan on using the remote console permanently you should remove the contents of /var/opt/OV, /etc/opt/OV, and /opt/OV on the client before mounting the server's file systems.

  • Add the following entries to the /etc/fstab file where server is the hostname of the management server:

    server: /var/opt/OV /var/opt/OV

    server: /etc/opt/OV /etc/opt/OV

  • Execute the command

    mount -av .

  • Run the

    ovwsetupclient script

    ovwsetupclient

    server .

  • Start NNM on the client system and open a custom map that was created on the management server to verify access to the NNM database. Run

    ovw -server from the command line to display the hostname of the NNM database server.

  • 9.1.2 Configuring Remote Consoles for Windows NT/2000


    Configuration for Windows to Windows is configured using the Windows file sharing software. The following steps document procedures for the server and client configuration for both Windows XP and Windows 2000 systems:

    Server Configuration


  • Share the OpenView file system on the NNM management server. Typically, NNM resides in

    \Program Files\HP OpenView directory but it can be stored in a different location on your system. Make sure to share the directory in which NNM was installed. To share the directory, right-click the %install_dir% directory from the Windows Explorer. Select

    Sharing… and click the radio button

    Share this folder and click

    [OK] . Make sure the permissions are set to allow Full Control, Change, and Read access.

  • Add the client hostname followed by a plus sign to the

    ovwdb.auth file. The "+" grants access to any user on the client system.

    client +

  • Client Configuration


  • Verify that name resolution of the server is functioning on the client:

    nslookup

    hostname

  • Install NNM on the client using the Remote Console option. You will be prompted for the hostname of the server. NNM will establish connectivity to the server and provide access to the database.

  • Start NNM on the client and verify access by opening a custom submap that exists on the server.

  • 9.1.3 Configuring Remote Consoles for UNIX/Windows


    Remote consoles work in a combined UNIX/Windows environment only if the server is a UNIX system. This configuration requires installing NFS software on the Windows system. NFS software is available from the following vendors:

    • Intergraph® DiskAccess

    • WRQ® NFS

    • Hummingbird® Maestro

    • FTP® Software


    Server Configuration


  • Export the NNM file systems /var/opt/OV/share and /etc/opt/OV/share.

    Add the following entries to /etc/exports on the management server:

    /var/opt/OV/share root=

    client

    /etc/opt/OV/share root=

    client

    Execute the command

    exportfs av .

  • Add the hostname of the client to the

    ovwdb.auth and

    ovw.auth files to provide access to the database. Both files are located in the $OV_CONF directory. The "+" indicates any user can have access to the database.

    client +

  • Client Configuration


  • On each system to be made an HP OpenView Remote Console (Windows), use your NFS software on the PC Remote Console to map the UNIX directories. Use Windows Explorer's "Map Network Drive" function. Be sure to consult your NFS software documentation about how to enable locking.

  • On each HP OpenView Remote Console system, insert the NNM installation CD, run setup.exe, and select "Remote Console Installation". Supply the two mapped drive letters configured in step 1.


    • / 276