Quantcast
Channel: Symantec Connect - Backup and Recovery - Discussions
Viewing all 5847 articles
Browse latest View live

tape restore for oracle database take long time

$
0
0
I need a solution

Hi all ;

currently i take oracle backup to tape and conmpress it via netbackup so the total size approximatly 35 GB , then to test the database restore from the netbackup i delete a datafile called example and try to restore it from rman via the below script

run

{

allocate channel c1 device type sbt_tape;

restore datafile 5;

recover datafile 5;

sql 'alter database datafile 5 online';

}

but it take long time approximatly 2 hour to restore datafile 1GB ,and after diagnose we find that it restore all datafile 31GB compressed and uncomress them and restore the only datafile 5.

from job details:

04/29/2015 20:55:27 - Info bptm (pid=9757) DT0013
04/29/2015 20:55:27 - Info bptm (pid=9757) INF - Waiting for positioning of media id DT0013 on server netbackup-bck for reading.
04/29/2015 20:55:27 - positioning DT0013 to file 21
04/29/2015 20:56:43 - positioned DT0013; position time: 0:01:16
04/29/2015 20:56:43 - begin reading
04/29/2015 21:12:26 - positioning DT0013 to file 22
04/29/2015 21:12:26 - positioned DT0013; position time: 0:00:00
04/29/2015 21:27:47 - positioning DT0013 to file 23
04/29/2015 21:27:47 - positioned DT0013; position time: 0:00:00
04/29/2015 21:43:34 - positioning DT0013 to file 24
04/29/2015 21:43:34 - positioned DT0013; position time: 0:00:00
04/29/2015 21:59:44 - positioning DT0013 to file 25
04/29/2015 21:59:44 - positioned DT0013; position time: 0:00:00
04/29/2015 22:15:28 - positioning DT0013 to file 26
04/29/2015 22:15:28 - positioned DT0013; position time: 0:00:00
04/29/2015 22:31:25 - positioning DT0013 to file 27
04/29/2015 22:31:25 - positioned DT0013; position time: 0:00:00
04/29/2015 22:34:58 - Info dbclient (pid=7737) done. status: 0: the requested operation was successfully completed
04/29/2015 22:34:59 - Info bpbrm (pid=9755) sending message to media manager: STOP RESTORE dbserver-bck_1430330834 EXIT=0
04/29/2015 22:34:59 - end reading; read time: 1:38:16
04/29/2015 22:34:59 - restored from image dbserver-bck_1430330834; restore time: 1:40:45
04/29/2015 22:35:00 - end Restore; elapsed time 1:40:49
the requested operation was successfully completed  (0)

From rman:

/////////////////

  List of Archived Logs in backup set 20

  Thrd Seq     Low SCN    Low Time             Next SCN   Next Time

  ---- ------- ---------- -------------------- ---------- ---------

  1    14      788279267  29-APR-2015 18:26:18 788336285  29-APR-2015 20:24:42

  1    15      788336285  29-APR-2015 20:24:42 788336303  29-APR-2015 20:24:42

BS Key  Type LV Size       Device Type Elapsed Time Completion Time

------- ---- -- ---------- ----------- ------------ --------------------

21      Full    18.00M     SBT_TAPE    00:04:15     29-APR-2015 20:29:34

        BP Key: 21   Status: AVAILABLE  Compressed: NO  Tag: TAG20150429T202519

        Handle: ctrl_dSTD1_u0mq5kflf_s22_p1_t878329519   Media: DT0013

  Control File Included: Ckp SCN: 788336362    Ckp time: 29-APR-2015 20:25:19

BS Key  Type LV Size       Device Type Elapsed Time Completion Time

------- ---- -- ---------- ----------- ------------ --------------------

22      Incr 0  80.58G     SBT_TAPE    00:31:13     29-APR-2015 21:34:56

        BP Key: 22   Status: AVAILABLE  Compressed: NO  Tag: TAG20150429T210342

        Handle: bk_dSTD1_u0nq5khtf_s23_p1_t878331823   Media: DT0013

List of Datafiles in backup set 22

  File LV Type Ckp SCN    Ckp Time             Name

  ---- -- ---- ---------- -------------------- ----

  1    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/system.284.863301143

  2    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/sysaux.296.863301143

  3    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/undotbs1.279.863297791

  4    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.289.863297811

  5    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/example.295.863301145

  6    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/undotbs2.288.863297807

  7    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/newind.294.863301161

  8    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/newind.293.863301185

  9    0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/newind.292.863301349

  10   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.278.863297813

  11   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.277.863297815

  12   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.281.863297817

  13   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.280.863297821

  14   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.283.863297873

  15   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.282.863298181

  16   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.287.863300295

  17   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/newind.286.863301139

 18   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.285.863301141

  19   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/system.291.863301885

  20   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.290.863297809

  21   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.276.863302149

  22   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.297.863325391

  23   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.298.863326911

  24   0  Incr 788338466  29-APR-2015 21:03:43 /u01/app/oracle/oradata/STD1/datafile/users.299.871921675

BS Key  Type LV Size       Device Type Elapsed Time Completion Time

------- ---- -- ---------- ----------- ------------ --------------------

23      Incr 0  18.25M     SBT_TAPE    00:00:25     29-APR-2015 21:35:24

        BP Key: 23   Status: AVAILABLE  Compressed: NO  Tag: TAG20150429T210342

        Handle: bk_dSTD1_u0oq5kjo3_s24_p1_t878333699   Media: DT0013

  SPFILE Included: Modification time: 29-APR-2015 19:56:17

  SPFILE db_unique_name: STD1

  Control File Included: Ckp SCN: 788339944    Ckp time: 29-APR-2015 21:34:56

BS Key  Size       Device Type Elapsed Time Completion Time

------- ---------- ----------- ------------ --------------------

24      3.50M      SBT_TAPE    00:00:25     29-APR-2015 21:35:52

        BP Key: 24   Status: AVAILABLE  Compressed: NO  Tag: TAG20150429T213527

        Handle: arch_dSTD1_u0pq5kjov_s25_p1_t878333727   Media: DT0013

  List of Archived Logs in backup set 24

  Thrd Seq     Low SCN    Low Time             Next SCN   Next Time

  ---- ------- ---------- -------------------- ---------- ---------

  1    16      788336303  29-APR-2015 20:24:42 788339982  29-APR-2015 21:35:26

  1    17      788339982  29-APR-2015 21:35:26 788340000  29-APR-2015 21:35:26

BS Key  Type LV Size       Device Type Elapsed Time Completion Time

------- ---- -- ---------- ----------- ------------ --------------------

25      Full    18.00M     SBT_TAPE    00:04:41     29-APR-2015 21:40:44

        BP Key: 25   Status: AVAILABLE  Compressed: NO  Tag: TAG20150429T213602

        Handle: ctrl_dSTD1_u0qq5kjq3_s26_p1_t878333763   Media: DT0013

  Control File Included: Ckp SCN: 788340060    Ckp time: 29-APR-2015 21:36:03

///////////////////////////////////////////////////////

we can see from the above that all datafile are in backup set 22 , DBA said that netbackup restore all Datafiles in backup set 22  to restore only the needed datafile . 

can i divide these datafiles into more than one backup set ,so it restore only the  backup set needed ?

BR

Deyaa 


cannot increase the number of maximum backup copies

$
0
0
No
I need a solution

Hi,

I have the same issue but my problem is that I cannot increase the number of maximum backup copies. It does not appear in my menu. I have netbackup 7.6.1

Thanks

180px_29-4-2015 21.4.28 1.jpg

11073591
1430374852

key management database

$
0
0
I need a solution

Hi 

Is there a best practice in terms of backing up the KMS database and how long it needs to be retained.

1430383716

VTL drives are not scanned completely after a reboot

$
0
0
I need a solution

Hi,

I have Netbackup Master server running on RHEL Linux. We have a NetApp VTL configured for taking backups. After the Server is rebooted, only few drives are able to get scanned and visible from OS end. We have to forcefully scanned all the drives again.

I want to know if there is any setting from OS end or VTL side through which all the drives get scanned after every reboot.

Regards

Vishal Dave

How to see a specific date log in activity monitor?

$
0
0
I need a solution

Hi,

As you know the oldest log one can see in activity monitor is upto 78 hours, by default. One can change this to different hours as per the requirement.
 

My query is that I want to see logs of a specififc date in activity monitor. E.g. I have set the value of KEEP_JOBS_HOURS to 192 hours (8 days).
But I want to see log of date 19-April-2015 in activity monitor. So in activity monitor I want to see logs from 23-April-2015 to 30-April-2015 (8 adys) & logs of date 19-April-2015.

How can I set this?

1430393834

WIN32 32: The process cannot access the file because it is being used by another process.

$
0
0
I need a solution

I got this problem when performing backup with flat files and Exchanage emails, "WIN32 32: The process cannot access the file because it is being used by another process." 

Any explanation why this happens? Any solution? thank you.

Migrate Netbackup 5.1 to 7.6

$
0
0
I need a solution

HI Guys,

Am currently using netbackup 5.1MP6 with windows server 2003,now am planning to migrate to netbackup 7.6 with windows server 2008.

Here is my question

1)what are the steps i need to folllow

2)If the installations is done can i have a option to export all the policies from old server to new server.

kinldy help me on this.

Thanks

selvin S

How restore SQL database to different server?

$
0
0
I need a solution

Hello!
WeusedNetbackup7.6.1
With scripts.bch has been configured Full online backup SQL database whichsucceeds. Recovery with .bch isalsosuccessful, butonly onthe same server. (in mode "recovered" and "not recovered" (.mdb,.ldb))

How to set upa database restoreto a different server?
I have triedto makethese instructions:

Recoveryis initiatedon the masterserver

Redirecting a SQL restore to a different host
Multiple NetBackup database clients can be configured to use a single NetBackup
master server for backing up SQL Server databases. With this configuration, you
can back up SQL Server database objects from one client and restore them to
another. In the following procedure, HostA is the client that was originally backed
up and HostB is the other client to which the restore is redirected.
To redirect a restore to a different host
1 Establish permission settings on the master server.
Do one of the following:
■ Create a install_path\NetBackup\db\altnames\No.Restrictions file
to allow unrestricted redirected restore privileges.
■ Create a install_path\NetBackup\db\altnames\HostB file to allow HostB
to restore HostA's data. The client named HostB can then access HostA's
data on the master as well as any other client's data that was backed up
on the master.
2 Select File > SetSQLServerconnectionproperties.
3 Log onto the target instance on HostB.
4 Select File > SetNetBackupclientpropertiesand select the current master
server to be a master server that is common to both HostA and HostB.
5 Select File > RestoreSQLServerobjects.
6 From the Backup History Options dialog box, select HostA as the SQL host
from which the target objects were backed up.
When the restore window appears it contains a history of objects that were
backed up from HostA. Select those objects and restore them to HostB.

In this scenario,I get an error

ERR - Error in CoCreateInstance: 0x80040154.

and Recoveryis initiatedon the clientserver which was backuped

https://support.symantec.com/en_US/article.TECH35995.html

Here is an examplewith the option"not recovered"

HostA - source client

HostB - destination client


#  This is a template for the database MOVE command.

OPERATION RESTORE
OBJECTTYPE DATABASE
RESTORETYPE MOVE

#  Replace the database name in the following line with the name of the database that you
#  want to move to. Also remove the hash mark <#> which precedes the keyword <DATABASE>.

DATABASE "123"
#
#  Replace the file path <E:\SQLData\PortalDBs\WSS_videocam.mdf>
#  with a new file path. Also remove the hash mark <#> which precedes the keyword <TO>.
#  The target of the MOVE keyword must be "WSS_videocam".
MOVE  "WSS_videocam"
TO  "E:\123.mdf"
#
#
#  Replace the file path <E:\SQLData\PortalDBs\WSS_videocam_log.LDF>
#  with a new file path. Also remove the hash mark <#> which precedes the keyword <TO>.
#  The target of the MOVE keyword must be "WSS_videocam_log".
MOVE  "WSS_videocam_log"
TO  "E:\123_log.LDF"
#
# The following image is type: Full
NBIMAGE "HostA.MSSQL7.HOSTA.db.WSS_videocam.~.7.001of001.20150430110244..C"
SQLHOST "HostB"
NBSERVER "HostM"
BROWSECLIENT "HostA"
MAXTRANSFERSIZE 6
BLOCKSIZE 7
RESTOREOPTION REPLACE
RECOVEREDSTATE NOTRECOVERED
SQLCOMPRESSION TRUE
NUMBUFS 2
ENDOPER TRUE

INF - RESTORE STARTED USING
Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)
Jun 28 2012 08:36:30
Copyright (c) Microsoft Corporation
Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
Batch = C:\test.bch, Op# = 1.
INF - Using backup image HostA.MSSQL7.HOSTA.db.WSS_videocam.~.7.001of001.20150430110244..C
INF - restore database "123" from VIRTUAL_DEVICE='VNBU0-6740-6876-1430400456' with  stats = 10, blocksize = 65536, maxtransfersize = 4194304, buffercount = 2, replace , norecovery, move 'WSS_videocam' to 'E:\123.mdf', move 'WSS_videocam_log' to 'E:\123_log.LDF', replace
INF - Number of stripes: 1, Number of buffers per stripe 2.
INF - Created VDI object for SQL Server instance <HostB>. Connection timeout is <300> seconds.
ERR - Error in GetConfiguration: 0x80770003.
    CONTINUATION: - The api was waiting and the timeout interval had elapsed.
DBMS MSG - ODBC return code <-1>, SQL State <37000>, SQL Message <3201><[Microsoft][ODBC SQL Server Driver][SQL Server]Cannot open backup device 'VNBU0-6740-6876-1430400456'. Operating system error 0x80070002(failed to retrieve text for this error. Reason: 15105).>.
DBMS MSG - SQL Message <3013><[Microsoft][ODBC SQL Server Driver][SQL Server]RESTORE DATABASE is terminating abnormally.>
ERR - Error found executing <restore database "123" from VIRTUAL_DEVICE='VNBU0-6740-6876-1430400456' with  stats = 10, blocksize = 65536, maxtransfersize = 4194304, buffercount = 2, replace , norecovery, move 'WSS_videocam' to 'E:\123.mdf', move 'WSS_videocam_log' to 'E:\123_log.LDF', replace>.
INF - OPERATION #1 of batch C:\test.bch FAILED with STATUS 1 (0 is normal). Elapsed time = 304(304) seconds.
INF - Results of executing <C:\test.bch>:
<0> operations succeeded. <1> operations failed.

As now all I fix this? I already read a lot of topics on the forum and admin guide, but nothing happens...

Is it possible to perform a recovery exclusively on the master server in case the server is physically damaged power?

Thanks in advance.


Is Oracle 12c supported on RHEL 7?

SQL Restore Green dots in list

$
0
0
I need a solution

Hi

I was wondering about the green dot in my sql restore process, the RED dot show the jobs but the green do nuthing?

Problem with Tape Library paths

$
0
0
I need a solution

Hi everyone,

I've got a problem with my exchange duplication to tape, it's failing with status 150

Here the detailed status:

20.04.2015 14:51:09 - awaiting resource CopyTo_MA_Scalar_i500 - No drives are available
20.04.2015 14:52:32 - awaiting resource CopyTo_MA_Scalar_i500 Reason: Drives are in use, Media Server: SERVER, 
                 Robot Number: 0, Robot Type: TLD, Media ID: N/A, Drive Name: N/A, 
                 Volume Pool: Tape_Out, Storage Unit: CopyTo_MA_Scalar_i500, Drive Scan Host: N/A

After that I ran the command vmoprcmd:

Drive Name               Label   Ready  RecMID  ExtMID  Wr.Enbl.  Type
    Host                       DrivePath                            Status
=============================================================================
HP.ULTRIUM5-SCSI.000     No      No                     No        hcart2
    r3demastmbk02.r3.group.corp  {1,0,3,1}                            TLD
    r3demastmbk02.r3.group.corp  /dev/alias/nst/VD001AV1408BVT00045 ( TLD
    r3demuadfbk02.r3.group.corp  /dev/alias/nst/VD001AV1408BVT00045 ( SCAN-TLD

HP.ULTRIUM5-SCSI.001     No      No                     No        hcart2
    r3demastmbk02.r3.group.corp  {1,0,3,2}                            TLD
    r3demastmbk02.r3.group.corp  /dev/alias/nst/VD002AV1408BVT00045 ( TLD
    r3demuadfbk02.r3.group.corp  /dev/alias/nst/VD002AV1408BVT00045 ( SCAN-TLD

HP.ULTRIUM6-SCSI.000     Yes     Yes    000024  000024  Yes       hcart3
    r3demastmbk02.r3.group.corp  {1,0,5,0}                           TLD
    r3demastmbk02.r3.group.corp  /dev/alias/nst/F3A1C35000 (r3demastm ACTIVE
    r3demuadfbk02.r3.group.corp  {1,0,4,0}                           SCAN-TLD
    r3demuadfbk02.r3.group.corp  /dev/alias/nst/F3A1C35000 (r3demastm TLD

HP.ULTRIUM6-SCSI.001     No      No                     No        hcart3
    r3demastmbk02.r3.group.corp  {2,0,4,0}                           ACTIVE
    r3demastmbk02.r3.group.corp  /dev/alias/nst/F3A1C35004 (r3demastm DOWN-TLD
    r3demuadfbk02.r3.group.corp  {2,0,4,0}                            SCAN-TLD
    r3demuadfbk02.r3.group.corp  /dev/alias/nst/F3A1C35004 (r3demastm TLD

Duplication is running fine via Drive "HP.ULTRIUM6-SCSI.000" but via HP.ULTRIUM6-SCSI.001 it's failing.

In my opinion thats an issue with the two different paths.

In windows device manager everything looks fine.

When i run "scan -tape" the result is clean.

Rebooting the media server and tape libary didn't solve the problem.

Do you have any idea how to fix this? 

Thanks in advance!

Best regards

netbackup client host properties invalid error number

$
0
0
I need a solution

I can backup the client, loaded the software with all correct master/media servers.  Put info in host files.

I need to make exclusions in the host properties, but cannot get it to come up.  Take a long time, then says invalid error number.

Can do nslookup with name and IP both ways, no problem.  Firewall is on for the client, but an inbound rule is made to our windows media server and IP to allow all TCP ports.

on the media server bpclntcmd - hn server name returns correct name and Ip of client

Any ideas would be great.  Thanks.

1430487709

Atemp TINA 4.3

$
0
0
I do not need a solution (just sharing information)

Hi Experts,

Has anyone worked on atempo tina tool unix version .

I know this is the wrong place to ask just want to try my luck if somebody worked on that tool.Had some queries.

Regards

Automation 2015

KEEP_LOGS_DAYS value

$
0
0
I need a solution

Hi,

In master server host properties ----> Clean-up ----> Keep logs value is set for 60 days.

In registry -        HKEY_LOCAL_MACHINE ---> SOFTWARES ---> VERITAS ---> NETBACKUP --->  CURRENTVERSION ---> CONFIG ---> KEEP_LOGS_DAYS value is showing Decimal and Hexadecimal value as 3.

Are these values for different things or what?

By default logs are kept for 28 days, right? Are all three pointing at the the same logs?

1430487332

Active Elapsed Time in Backup

$
0
0
I need a solution

Hello Experts,

I need to the the actual active elapsed time by the client in netbackup.

I tried to extract the report in Reports:- Client Backups:- Put the client name selected date and time range

But got only Elapsed time not the Active Elapsed so pls help.

Thanks so very much :)


Cross Mount Point

$
0
0
I need a solution

Hello Experts,

We are taking flat file backup for solaris 11 clients with one policy that is not cross mount enabled.

inside home directory every time a user gets created netbackup assuming it a new mount point and skipping it and in restoration we could see home

directory is empty

We have to take complete backup of /export/home but problem is we have already a polclicy and we dont want to create new policy for this and dont want to enable cross mount point in the existing policy.

Pls let us now how to proceed on this.

Slow Flat File Backups

$
0
0
I need a solution

Hello Experts,

We have 2 solaris clients that we have flat file backups and these take almost 12-15 hours to get completed due to very small files on the clients.

So do you recommend if we take multistreaming backups of these clients this would take less time and help us we can not go for flash backup.

But what about the I/O procressing of the client if we enable 4-5 streams per servers on the policy.?

Is there any performance issue on client?  

Pls help thanks so very much.

NBU related error

$
0
0
I need a solution

Hi All

We have some solaris boxes,these are netbackup client.Whenever backup started for this boxes we received the below alert in the message file of the client servers for which backup is running.

bphdb[2765]: [ID 427199 user.error] pam_dial_auth: terminal-device not specifiedby login  returning Error in underlying service module.

Also would like to mention that backup for these client server never failed though.

Can you suggest a resolution/workaround on the above.This is happening only with the solaris boxes having solaris10.If you require any further info/logs I can share.

regards

Arup

Full backup image expires before dependant DINCs expire

$
0
0
I need a solution

Hi, using 7.6.1.  I have some workloads with 2 week retention.  We do a full every week and DINCs every other day.  Mty intention is to have two weeks full recovery from any day during the fortnight.  The DINCs are dependant on the Full preceding them, but I noticed that the full backup from 2 weeks ago expires before the dependant DINCs expire.  This renders the DINCs useless, as I cannot restore from the assiciated full.  Is there a way to keep the associated full until it's DINCs expire, like a setting which says "don't expitre Full backups which have dependant DINCs associated with it"?  I could extend the retention period, but that puts extra pressure on the storage and does not guarantee that the backups are kept if for some reason full backups were unsuccessful.

Thanks.

1430807494

Error while creating SRT on Red hat linux 6.5b server

$
0
0
I need a solution

Hi,

I am creating SRT on my server whose OS is 3BL652240055_004_RHEL65b.iso.

I used the same iso mounted on /media/isodvd and created the SRT but ran into error:

The media repository is incomplete.
Could not load the following package(s) from distribution media:
    e2fsprogs-libs (e2fsprogs-libs-*.i686.rpm)
    libacl (libacl-*.i686.rpm)
    libattr (libattr-*.i686.rpm)
    libblkid (libblkid-*.i686.rpm)
    libselinux (libselinux-*.i686.rpm)
    libsepol (libsepol-*.i686.rpm)
    libtermcap (compat-libtermcap-2*.i686.rpm)
    libtermcap64 (compat-libtermcap-2*.x86_64.rpm)
    libuuid (libuuid-2*.i686.rpm)
    nspr (nspr-*.i686.rpm)
    pcre (pcre-7*.i686.rpm)
    readline (readline-*.i686.rpm)
V-125-39 caught exception: runtime error in srtPlat.cpp:PackageInfo::verifyRepository()

I deleted the problematic package component names from createsrt.conf file and create the SRT again, but ran into another error liste below.

Can anyone let me know how to do? Thanks in advance.

[root@ming bin]# ./bmrsrtadm

Select one of the following options:

    1.  Create a new Shared Resource Tree.
    2.  Create a new CD image based Shared Resource Tree.
    3.  Copy an existing Shared Resource Tree to a new location.
    4.  Import a Shared Resource Tree.
    5.  Modify an existing Shared Resource Tree.
    6.  Delete an existing Shared Resource Tree.
    7.  List Shared Resource Trees available on this server.
    8.  Quit.

Enter your selection (1-8) [1] : 1
Enter the name of the SRT to create : srt1
Enter the description of the new SRT : srt1

The following media is required:

    Enter the path of first CD/DVD of desired RedHat/Oracle Enterprise Linux Server operating system level . The supported versions are (5 , 6)

Please load the media now.

Load media from (? for help) [/dev/cdrom] : /media/isodvd
Enter the desired architecture (i686 or x86_64) [x86_64] : x86_64
Enter the directory in which to place the new SRT [/export/srt] : /var/images/srt
Creating repository to stow files from distribution media.
Extracting files .............................................................................................. ok.

The following media is required:

    Symantec BMR Third-Party Products CD (3PPCD)

Please load the media now.

Load media from (? for help) [/dev/cdrom] : /var/images/NetBackup
Incorrect volume has been loaded, please try again.
Load media from (? for help) [/var/images/NetBackup] : /var/images/NetBackup/bmr-3ppcd-1.0_275782.iso
Mounting media ... ok.
Working ... ok.

Unmounting media ... ok.
The media repository is now complete.
Working ...................V-125-19 RPM file "/usr/openv/netbackup/baremetal/server/data/media/x86_64-RHEL-618435/e2fsprogs-libs.rpm" does not exist
V-125-39 caught exception: runtime error in srtPlat.cpp:ExtractRpmFiles()
[Error] V-125-105 Cannot install operating system onto this SRT.
Please see diagnostic log for additional information.
Removing SRT "srt1" from server -- please stand by ...
[root@ming bin]# cd /usr/openv/netbackup/baremetal/server/data/media/x86_64-RHEL-618435/
-bash: cd: /usr/openv/netbackup/baremetal/server/data/media/x86_64-RHEL-618435/: No such file or directory
[root@ming bin]# cd /usr/openv/netbackup/baremetal/server/data/media/
[root@ming media]# ls
3PPCD
[root@ming media]#

Thanks,

Lacey

Viewing all 5847 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>