Beta Draft Confidential
Backing up to the Remote Backup Server
First-time Backup to the Remote Backup Server
B-STDX, CBX, and GX Network Management Station Installation Guide
7/12/04
B-3
6.
Check for database errors by entering:
1>
dbcc checkdb(master)
2>
go
1>
dbcc checkdb(cascview)
2>
go
1>
dbcc checkalloc(master)
2>
go
1>
dbcc checkalloc(cascview)
2>
go
1>
dbcc checkcatalog(master)
2>
go
1>
dbcc checkcatalog(cascview)
2>
go
1>
quit
The following message is normal and should be disregarded:
*** NOTICE: Notification of log space used/free cannot be
reported because the log segment is not on its own device.
7.
Press <Ctrl> and D to stop the script command.
8.
Check for errors in the
/opt/sybase/backup/sybck.out
file
.
9.
Initiate an
isql
session by entering:
isql -U sa -P <
SA password
> -S <
database server name
>
10.
If there are no dbcc errors, save the master and cascview databases by entering:
1>
dump database master to
"/opt/sybase/backup/masterbackup.<
Date
>" at
REMOTE_SYB_BACKUP
2>
go
1>
dump database cascview to
"/opt/sybase/backup/cascbackup.<
Date
>" at REMOTE_SYB_BACKUP
2>
go
1>
quit
The
<Date>
refers to today’s date in MM-DD-YY format.
Note –
If you encounter errors when you perform the
dbcc checkdb
command,
do not proceed any further. Call the Technical Assistance Center. See
“Technical
Support”
on
page xviii
.