HP Storage Essentials V5.1 Installation Guide First Edition (T4283-96025, August 2006)

Storage Essentials 5.1 Installation Guide 27
1. You must modify the listener.ora file at each remote site, as described in the following steps. For
example, assume you have three remote sites. You must log onto each of these remote sites and
modify the listener.ora file at each remote site, as described in the following steps:
a. Log onto the remote site.
b. Stop the service for the management server running.
c. Stop the listener service for Oracle (OracleOraHome92TNSListener).
d. Open the following file in a text editor on the computer:
%ORA_HOME%\network\admin\listener.ora
e. After
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)), add the
following line:
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.10.1)(PORT = 1521))
where 192.168.10.1 is the IP address of the local host server. Replace 192.168.10.1 with
the IP address of your local host.
The text should now appear as follows:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST =
192.168.10.1)(PORT = 1521))
)
)
)
f. Save the file and exit.
g. Start the listener service for Oracle (OracleOraHome92TNSListener).
h. Start AppStorManager.
2. Open the page for Global Reporter (Reports > Storage Essentials > Report Configuration
> Global Reporter in HP Systems Insight Manager) on the Global Reporter server and remove
all remote sites listed by clicking the button.
3. Click the Refresh Now button at the bottom of the page. This action clears the management
server database.
4. Add desired remote sites, by clicking the New Site button and providing the appropriate
information. Refer to the User Guide and online help for more information.
5. To update the database with data from the added sites, click the Refresh Now button at the
bottom of the page.
Step 10 - Rescan for File Servers
File SRM data will be incomplete after upgrading the management server. You must run a File SRM
scan. Refer to the User Guide for more information on how to schedule a File SRM scan.