Quick Navigation - Dell OpenManage Network Manager Client Manual

Web client guide 5.1
Hide thumbs Also See for OpenManage Network Manager:
Table of Contents

Advertisement

mysql -u USERNAME -p owbusdb < FILENAME.mysql
or
mysql
Portal Database Backup / Restore
The web portal itself has a MySQL database. Back it up as follows:
Open a command shell and type oware.
1
Then type the following command:
2
mysqldump –uroot -–password=dorado lportal > mybackup.sql
The mybackup.sql file is the backup.
3
To restore the database, use another oware shell:
Drop the database:
1
mysqladmin -uroot --password=dorado drop lportal
Recreate the database
2
mysqladmin -uroot --password=dorado create lportal
Import the backup data
3
mysql -uroot --password=dorado lportal < mybackup.sql

Quick Navigation

The Quick Navigation portlet lets you quickly perform some basic tasks:
Resource Discovery—Discover devices in your network with the Quick Discovery defaults, or lets
you construct a Quick Discovery profile if none exists. See Resource Discovery on page 152
for details.
Link Discovery—After you have discovered resources, this discovers their connections. See Link
Discovery on page 176.
Backup Config Files— This lets you back up discovered devices' configuration files. Before you
can use this feature, you must have servers configured as described in Netrestore File Servers
on page 70 and/or File Servers on page 221. See also File Management on page 223.
OS Image Upload— Upload firmware updates for devices. See Firmware Image Editor on page
235 for more about these capabilities.
Deploy OS Image— This deploys firmware updates. To deploy images, you must have File Servers
configured, as described above for Backup. See Deploy Firmware on page 238.
62
Quick Navigation | Getting Started with Dell OpenManage Network Manager
-u USERNAME --password=[password] owbusdb < FILENAME.mysql

Advertisement

Table of Contents
loading

This manual is also suitable for:

Openmanage network manager 5.1

Table of Contents