Using an Existing SQL Server on a remote
computer
This procedure steps you through creating a new
WhatsUp database on an existing SQL Server installation on a remote
computer.
You must first complete the Ipswitch WhatsUp
Gold v11 installation, then configure Microsoft SQL Server
2000.
- Move the database to the SQL Server
instance.
- Backup the clean SQL Server 2005 WhatsUp
database.
From the WhatsUp Gold console, select
. Enter a name for the backup file, for
example:
WhatsUpcleanDB.dat
- or -
From the command line, enter:
osql -E -D whatsup
-Q "backup database to
disk='C:\SP1cleanDB.dat'"
- Restore the database.
- Turn on TCP/IP.
- On the computer on which WhatsUp Gold was
installed, from Windows Explorer, select
C:\Program Files\Microsoft SQL
Server\80\tools\bin\SVRNETCN.exe
- On the General tab, enable TCP/IP.
- Stop and then restart the SQL Server.
- On the WhatsUp Gold computer, create a
System Data Source Name (DSN).
- On the computer on which WhatsUp Gold was
installed, click S.
- Click the System DSN tab. The recommended
DSN Name used by WhatsUp Gold is: "WhatsUp"
- Select SQL Server Authentication. You can
specify sa (the default) as the LoginID, and its password as an
alternative. You can use any LoginID and Password with rights to
the WhatsUp database, which requires additional configuration on
the remote SQL Server.
- Make sure the option is
selected, and that the default database is "WhatsUp".
- In the final screen of the DSN wizard, click
the button.
Make sure the test is successful.
- Run NMCONFIG.EXE. This program makes sure
that WhatsUp Gold has the account information needed to log on to
the database. The NMCONFIG dialog opens.
- Enter the DSN name created in the previous
step.
- Enter a Username ("sa" is the default).
- Enter the Password for this Username (the
one you specified in Step 3). The default password is:
"wug_sa"
- Remove service dependencies. You need to
remove the Ipswitch WhatsUp Engine service's dependence on
MSSQL$WHATSUP, which is the MSDE instance created by the WhatsUp
Gold installation. To do this:
- At the DOS prompt, navigate to the directory
where Ipswitch WhatsUp Gold v11 is installed, and enter: Nmservice
/Service:
:
On some operating systems, you may have to reboot the machine
before continuing.
- At the DOS prompt, enter (for the second
time:) NmService /Service:
- Go to , then start
the Ipswitch WhatsUp Engine Service.
- Launch the application.