vkirichenko
IS-IT--Management
I am sorry I beginner in Legato
I install legato server on windows 2000 server + AutoLoader HP 460 Ultrium2
Enter license for
--------------
Autochanger module /unlim
clientpack for unix/1
clientpack for windows/1
networker client connections/unlim
networker for windows, Power Edition (10/1)
networker module for oracle, unix clients/18
---------------
on the client (oracle 10g r1) side i have Solaris 10 and install legato client + legato oracle module
If I try to backup folder from solaris to legato server like this save -s 10.6.0.51 -I ./backup - work fine without any problem, but if I try backup oracle database from this host
Script for backup
--------------------------
run
{
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
send 'NSR_ENV=(NSR_SERVER=nwora.ipkrs.ua, NSR_DEBUG_LEVEL=9,NSR_DEBUG_FILE=/tmp/nsr_debug_file.log,NSR_RMAN_OUTPUT=/tmp/nsr_rman_output)';
backup full (database);
release channel t1;
release channel t2;
}
---------------------------
I have error !!!!!!!!!!!!!!!
RMAN-03009: failure of backup command on t1 channel at 03/29/2006 19:01:49
ORA-19506: failed to create sequential file, name="2phf6rks_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text: nwora_open_backup: The NW authentication for client 'netra1.ipkrs.ua' was refused by server 'nwora.ipkrs.ua' because 'Unknown host'.
channel t1 disabled, job failed on it will be run on another channel
Please help - why I have this error.!!!!!!!!!!!
How to decision this trouble ?
I install legato server on windows 2000 server + AutoLoader HP 460 Ultrium2
Enter license for
--------------
Autochanger module /unlim
clientpack for unix/1
clientpack for windows/1
networker client connections/unlim
networker for windows, Power Edition (10/1)
networker module for oracle, unix clients/18
---------------
on the client (oracle 10g r1) side i have Solaris 10 and install legato client + legato oracle module
If I try to backup folder from solaris to legato server like this save -s 10.6.0.51 -I ./backup - work fine without any problem, but if I try backup oracle database from this host
Script for backup
--------------------------
run
{
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
send 'NSR_ENV=(NSR_SERVER=nwora.ipkrs.ua, NSR_DEBUG_LEVEL=9,NSR_DEBUG_FILE=/tmp/nsr_debug_file.log,NSR_RMAN_OUTPUT=/tmp/nsr_rman_output)';
backup full (database);
release channel t1;
release channel t2;
}
---------------------------
I have error !!!!!!!!!!!!!!!
RMAN-03009: failure of backup command on t1 channel at 03/29/2006 19:01:49
ORA-19506: failed to create sequential file, name="2phf6rks_1_1", parms=""
ORA-27028: skgfqcre: sbtbackup returned error
ORA-19511: Error received from media manager layer, error text: nwora_open_backup: The NW authentication for client 'netra1.ipkrs.ua' was refused by server 'nwora.ipkrs.ua' because 'Unknown host'.
channel t1 disabled, job failed on it will be run on another channel
Please help - why I have this error.!!!!!!!!!!!
How to decision this trouble ?