Quantcast
Channel: All Data Protector Practitioners Forum posts
Viewing all 10494 articles
Browse latest View live

Re: how to restart DP services on Linux client

$
0
0

Hi,

 

I have 8 Linux client in my eniornemnt out of them two are on vmware and the backup for these 2 vmware based Linux client are always failing with error as below:

 

[Critical]

 

From: BDA-NET@xxxxxx.xxx.com "/boot" Time: 7/18/2015 6:17:49 PM

Cannot connect to Media Agent on system dpmedia.emaarec.com, port 53355 (IPC Invalid Hostname or IP Address) => aborting.

 

on cell manager in omnirc file the parameter for :

 

OB2PORTRANGESPEC=xSM:20100-20199;xMA-NET:18000-18009

 

Now I want to add the same parameter on Linux client as per other posts it sggest to fix the issue but i am not able to find omnirc file on Linux client.

 

Any help where this file is and after editing thsi file do i need to restart DP services on Linuc client?

 

Regards


Re: how to restart DP services on Linux client

$
0
0

Hi,

 

Location of omnirc on UNIX: /opt/omni/.omnirc.TMPL

 

No need for “restart” on DP client systems.

 

Regards

 

Re: how to restart DP services on Linux client

$
0
0

Invalid hostname or IP Address makes me think that you have a DNS issue.

 

HTH

 

Jeremy

 

BTW the inet is started by xinetd.  There should be a file /etx/xinetd.d/omni

Re: how to restart DP services on Linux client

$
0
0

Hi,

 

 

DNS looks fine to me as nslookup is working fine both from the CM & Linux client. Ping is also working fine both hostname & IP.

 

Addedd the parameter in  /opt/omni/.omnirc

OB2PORTRANGESPEC=xSM:20100-20199;xMA-NET:18000-18009

 

Then tried restarting services it gives error as:

 

#/etc/xinetd.d/omni stop
-bash: /etc/xinetd.d/omni: Permission denied

 

if I do chmod 777 omni; the running the services gives error as:

#/etc/xinetd.d/omni stop
omni: unrecognized service.

 

 

I tried running the backup again after editing the .omnirc file on linux client backup failed again with the same error as:

 

Critical]

 

From: BDA-NET@xxxx.xxx.com "/boot" Time: 7/20/2015 10:55:32 AM

Cannot connect to Media Agent on system dpmedia.emaarec.com, port 58160 (IPC Invalid Hostname or IP Address) => aborting.

 

 

Appreciate any help to fix this issue.

 

Regards,

 

List excludes

$
0
0

Hello!

 

I need a report for all WINFS where I can see the exclude files. Is this possible?

 

thx.

hansi

DP 9 GRE Exch 2010 restore DB mount failure

$
0
0

 

 

Trying to restore Exchange 2010 using GRE. Restoration of backup done successfully but mounting of database failing with below error as:

 

The database mount request failed.

 

System.Management.Automation.RemoteException: Database 'RDB_ExchangeGRE_skvmbx2_2015-07-20_1' can't be mounted on server 'SKVMBX2.EMAAREC.COM' due to a previous error: Failed to determine the mount status of the active database copy. Verify that the underlying cause of the error has been corrected before attempting to mount the database. The error can be ignored and the mount allowed if Mount-Database is reissued with the -Force switch.
+ CategoryInfo: InvalidOperation: (RDB_ExchangeGRE_skvmbx2_2015-07-20_1:ADObjectId) [Mount-Database], InvalidOperationException
+ FullyQualifiedErrorId: 7706D31B,Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase

 

Appreciate any help how to fix this issue.

 

Regards,

Test pre exec (Oracle DB Backup)

$
0
0

First time posting here so I will start by saying Hi to everyone

 

I am having some trouble with a pre exec and post exec script used to shutdown Oracle environments for backup

 

Does anyone know of anyway to test these scripts without them shutting environments down? Meaning, any commands that can be used to run the test without Oracle shutting down

 

I am running Data Protector 7

All the clients are running version 7 on HP-UX 11.11 and Oracle 9

 

Thank you

Re: DP 9 GRE Exch 2010 restore DB mount failure

$
0
0

its been some years i last time used exchange gre. did you check restored db with eseutil if it is in a clean shoutdown state? if not this could be the reason why the db mount is failed. if it is not in a clean state, you could use eseutil to put the db into a clean state and then try to mount again


Re: Test pre exec (Oracle DB Backup)

$
0
0

Hi

 

Not sure if I understand correctly here but I suppose you want to do a filesystem backup of Oracle DB with preexect script first shutdown Oracle and after backup postexec script startup Oracle.

 

You could do something like this for Filesystem options/preexec script(/tmp/shutdown.sh):

export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
/u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus sys/mypassword as sysdba @/tmp/shutdown.sql

 

And Filesystem options/postexec script(/tmp/startup.sh)

export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
/u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus sys/mypassword as sysdba @/tmp/startup.sql

/tmp/shutdown.sql would look like this:

shutdown immediate;
exit;

/tmp/startup.sql would look like this:

startup;
exit;

I guess to first exclude any sqlplus execution problems you can create an test sql(/tmp/test.sql) script like this:

select status from v$instance;
exit;

And put /tmp/test.sh as Filesystem options/preexec/postexec script:

export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export ORACLE_SID=orcl
/u01/app/oracle/product/11.2.0/dbhome_1/bin/sqlplus sys/mypassword as sysdba @/tmp/test.sql

 

A warning here there is no much error handling included in my sample scripts. For example if shutdown.sql fails to shutdown the database the backup session will continue.

 

Br,

 

 

 

 

GRE Exchange litters address book witp DP_Cl_ExchangeGRE_..... users

$
0
0

With each GRE Exchange session a DP_Cl_ExchangeGRE_<servername>_<sessionid>  user is created.

And they are not cleaned up after the session, zo they litter the Exchange address book

 

 

Deleted users don't show up in GRE for Exchange

$
0
0

When a user is deleted from Exchange and the customer wants to restore the mailbox, the user does not show up in the GRE for Exchange selection list.

DP 9.03 with mls4048 drive not found

$
0
0

Hi All,

 

I Installed the DP on server windows 2012 r2 . When configure a library mls4048 with one drive, receive message drive not found and i see two autochanger without drives (drive not found), and two drives not connected to library.

In attached the imagine . I think the problem are the scsi address.

 

Any ideas how we  can solve this problem ?

 

DP-Problem.png

 

 

Multiple instances of omnirpt.exe, dbsm.exe, etc in DP 9.03

$
0
0

Hi,

 

I've begun to notice something strange on my DP 9.03 CM - I apear to have multiple instances of the following processes open on the server, with no results to show:

 

  • blat.exe (12) - transport we use to email reports;
  • cmd.exe (14) - no command windows open;
  • conhost.exe (48) - unclear what their function is or why they're called;
  • dbsm.exe (25) - the only GUI sessions open belong to myself and 1 colleague (1 each);
  • omnirpt.exe (23) - no reports running.

This appears to be a recent development, possibly since the application of patch bundle 9.03 a week ago.

 

Indeed, the last reports received were generated the day of the patch bundle installation (which initially failed on a malformed registry key).

 

Ending the omnirpt processes seems to kill out the dbsm, cmd and some of the conhost processes (which is logical enough), but I then have to remove the blat.exe processes separately.

 

I presume this has something to do with a patch in the DPWINBDL_0903 kit - has anyone else noticed it and/or knows of a solution?

 

Thanks,

 

Bob

Insufficient permission, access denied

$
0
0

Hi everyone-

 

While I await my rep to email me licenses, I downloaded the trial of Data Protector 9 (latest) to test out. I had played with it before on Windows without issue, but this time my IS and CM (same server) is running on Oracle Enterprise Linux 6.6, and I'm trying to connect with a client from Windows. (both Windows 7 and Windows Server 2012)

 

I keep getting the Insufficient permissions error. I've seen a couple posts about ensuring the user is in the UserList, but I'm still fuzzy on this. I installed DataProtector on OEL 6.6 with the root user. Should I be able to connect to the CM from a Windows client using the Linux root credentials? (root is in the UserList) Or do I need to add the user I'm logged into the client as?

 

Could someone also tell me the best place to view error logs for further troubleshooting?

 

Any help for this newb would be appreciated. 

Re: DP 9.03 with mls4048 drive not found

$
0
0

Hi,

 

Run and post this command:

devbra -dev

 

in cmd (runs as administrator)

 

Regards

 


Re: Insufficient permission, access denied

$
0
0

hi,

 

Try adding this line:

"*" "*" "*" * "admin"

to the UserList file on the cell manager 

/etc/opt/omni/server/users/UserList

 

if this solve the problem add the user windows from GUI and delete the line, this will access to anyone at you DP.

 

Regards.

Re: DataProtector IS install not completing

$
0
0

Hi,

 

What version of DP?

What version of Linux? 32 or 64 bits?

 

 

Regards

Re: HP Dataprotector - Upgrade windows OS from 2003 R2 32bit to 2008 64 bit

$
0
0

Hi All,

 

The migration is not successful.

 

I go the error - Could not start the rds service, system error 1503.

As per some link i tried renaming rdm.chi and rdm.bli files then stop & Start the DP services, but it did not work.

 

I have used the same Installation Path & Same User ID to Install & configure DP in the New Machine

 

Let me know if i need to give a try in some other ways

Re: SAP R3 backup finished with error

$
0
0

Hi

 

Check the account validity of the oracle backup user and reset the password work if required then change the password in backup template. This solved my problem

Re: HP Dataprotector - Upgrade windows OS from 2003 R2 32bit to 2008 64 bit

$
0
0

you used all the same configuration as on the  "old" server? including FQDN Hostname?

what is logged in your rds.log? you could try to delete all content in the omniback\tmp director and try to restart dp services. sometimes, depending on what is wrong, i could help to run a repair of your dp installation (programms and features -> dp -> modify -> repair). but this wont help if really something with your idb is wrong.

 

Viewing all 10494 articles
Browse latest View live


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