IBMR2 backup server


 
Thread Tools Search this Thread
Operating Systems AIX IBMR2 backup server
# 1  
Old 11-13-2012
IBMR2 backup server

I am building a backup IBMR2 server with AIX 4.3 operating system. The application uses a TUXEDO front end. I am getting an authorization error when I try to bring the system up with tpchkauth error. I need to know how to find the value of this field so I can compare it to my production server. Is there a simple way to do this? Am I going about this the wrong way? I know next to nothing about UNIX and AIX.

Moderator's Comments:
Mod Comment edit by bakunin: we have a special board for all things AIX. Your best chance for getting an answer is there and therefore i transfer this thread.

Last edited by bakunin; 11-14-2012 at 03:25 AM..
# 2  
Old 11-14-2012
I have no idea what a "IBM R2"(?) server is. You mean IBM R/6000?

"tpchkauth" is an Oracle function and has nothing to do with the OS, so perhaps best to consult some database administrator.

Running AIX 4.3 (which is out of service now for some 10 years) on a productive environment is a very, very, big risk. You should plan for an update.

I hope this helps.

bakunin

/PS: could it be that you have to install the password for the database encryption into the wallet of your backup server?

Last edited by bakunin; 11-14-2012 at 09:13 AM..
This User Gave Thanks to bakunin For This Post:
# 3  
Old 11-14-2012
Yes i am running on a IBM R6000. Database is Oracle 7.3.3 (nightmares). we will be installing a new system next year but it will take about 18 months. in the mean time i have to keep this sytem up on a refurbished machine installed in 2005. where would i find the "wallet". thanks much for the info.
# 4  
Old 11-14-2012
Quote:
Originally Posted by lstribling
in the mean time i have to keep this sytem up on a refurbished machine installed in 2005.
I sympathize with you.

Quote:
Originally Posted by lstribling
where would i find the "wallet".
I have no idea. I only know that it exists in oracle databases (not even sure in yours) because i overheard DBAs cursing the damn thing in a project some time ago. When one deals with encrypted tables there has to be the "password" stored somewhere so that the entitled procedures can decipher the data as they are retrieving it. This file is called a "wallet" in Oracle vocabulary and this is about as much as i know about it. As i am not a DBA my hint is only of limited value, but maybe you can find a DBA to help you analyze your problem.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Ubuntu

Backup Ubuntu server 12.05 LT

I wonder what free backup utilities fellow admins are using to clone or backup root disks of ubuntu servers. I try clonezilla, but errors pop up. Any ideas? ---------- Post updated at 02:51 PM ---------- Previous update was at 09:49 AM ---------- I have used the rsync command like: rsync... (0 Replies)
Discussion started by: fretagi
0 Replies

2. Shell Programming and Scripting

Server Backup Script

im looking for a shell script for linux that backups up a specific folder/folders + the whole SQL db, archives into a password encrypted gpg file and uploads to google drive using API every 6 hours (via cron) does a script like this exist? ---------- Post updated at 12:55 PM ----------... (3 Replies)
Discussion started by: galapagos8000
3 Replies

3. Solaris

Help with mounting to backup server

This is how it looks now when I do a df -k SERVERNAME:/vol/bkup_xxxxxx 262144000 102924 262041076 1% /backup/xxxxxx This is how I need it to look like SERVERNAME:/vol/bkup_xxxxxx 262144000 102924 262041076 1% /backup/xxxxxx (3 Replies)
Discussion started by: PMoore
3 Replies

4. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

5. Solaris

Server Backup

Hi, As per my understanding in sun ufsdump and snap are 2 methods of backup of file system. what is inode table backup? or can we take only inode table backup? Regards Manu (1 Reply)
Discussion started by: manoj.solaris
1 Replies

6. Linux

How to backup a Linux server?

Dear All Can you please let me know how to backup my Linux server for preserving data in case if hard disk crashes? Thank you (1 Reply)
Discussion started by: hadimotamedi
1 Replies

7. Red Hat

How to backup a RedHat server?

Dear All Can you please let me know how to backup my RedHat server for preserving data in case if hard disk crashes? Thank you Double post, continued here (0 Replies)
Discussion started by: hadimotamedi
0 Replies

8. Red Hat

OS backup of a Redhat 5 server.

Hi, I am looking for a way to take the full backup of a redhat linux 5 server. I am familiar with ignite ux for HP-UX and flarcreate in Solaris. Looking for something for redhat Tx (3 Replies)
Discussion started by: uxadmin007
3 Replies

9. Filesystems, Disks and Memory

Central Backup Server

Hi , I have several Linux Servers , and now i want to run a Central backup server. . I'm looking forward finding an enterprise solution for this affair . there are different types of data on this servers, like : Mysql databases , mail server, web server , Cacti and MRTG graphs , ... I find some... (1 Reply)
Discussion started by: nasser
1 Replies
Login or Register to Ask a Question