RS/6000 server and AIX6.1 question


 
Thread Tools Search this Thread
Operating Systems AIX RS/6000 server and AIX6.1 question
# 1  
Old 12-09-2010
RS/6000 server and AIX6.1 question

Hello all. This is my first post on here and I have a question. Recently I was asked how you would go about backing up data from the server to a tape drive that is attached to the RS/6000 system. Assuming that the systems are all new it would be great if someone has a step by step guide that would show how to go about doing a full or incremental backup of data from the server to the tape drive. Thanks for the responses!
# 2  
Old 12-09-2010
Depends on what you want to backup.

For a system backup please have a look here

For data backups have a look here or do savevg if you want to backup entire volumegroups.

For oracle DBs you probably want to use rman backups directly to tape.

Hope that helps
regards
zxmaus
# 3  
Old 12-10-2010
Hi, thanks for responding. I've now come to know that there is a way to do this backup by running something called "smitty" which is a GUI form instead of a command line form. Could someone tell me how I can go about doing this? I'm going for a data backup where an entire drive will be backed up to tape. I'm looking for a solution that can do this using all the internal functions of the OS without resorting to third party apps as the company to whom the server belongs prefers not to install anything on it.
# 4  
Old 12-10-2010
use mksysb in a script via a cron job.
# 5  
Old 12-11-2010
a mksysb will back up all the files in your rootvg. If you have other volume groups on your box, the mksysb will not back them up. If you do a "lsvg", do you see anything more than just "rootvg"?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Print logo on PCL5 document from AIX6.1

Hi I have inherited an application with generates PCL5 (HP-GL/2) format documents with simple text, lines and barcodes printed from AIX6.1 server with the qprt command to HP4500 printers. But we need to add a company logo to the document. The logo could be easily provided in TIFF, JPG, Word DOC,... (4 Replies)
Discussion started by: iffy256
4 Replies

2. AIX

Upgrade AIX 5.3 to AIX6.1

Dear Guys .. I'm going to Upgrade one of the servers AIX 6.1 I want to stop rootvg mirror to save the mirror then upgrade to AIX 6.1 this is to help me in rollback if something goes wrong but .. can anyone help me how to make sure that system is relay mirrored and how to know that second... (10 Replies)
Discussion started by: top.level
10 Replies

3. AIX

How many Core in AIX6 & AIX7?

How many Core in AIX6 & AIX7 .. Please guys I want commands to know how many Core in these two different version please i need exact command ? (2 Replies)
Discussion started by: top.level
2 Replies

4. AIX

NFS problem AIX6.1

Hello, I have a problem with an NFS file system. Both AIX servers are AIX6.1 and uses NFS version 3. The problem is that at some point the client server cannot connect to the NFS anymore and when i do df -k it displays the message NFS server <server> not responding still trying. i run the... (2 Replies)
Discussion started by: omonoiatis9
2 Replies

5. AIX

AIX6: Getting Out of memory error during SFTP

Hi all the gurus out there, I am trying to SFTP about 30000 small files (4MB each at most) but I'm getting "xrealloc: out of memory" error. Anyone encountered this before? I'm on AIX6. (4 Replies)
Discussion started by: LuckySkunk
4 Replies

6. AIX

Java7 installation for user in AIX6.1

Hello Team, We are trying to install Java7 for weblogic user in a particular location(not default /usr location). I have tried following method but no luck, Need your suggestion on this. Issue details : 1) smitty installp >> When trying this there is no option to relocate the... (4 Replies)
Discussion started by: gowthamakanthan
4 Replies

7. AIX

UnsatisfiedLinkError with Java1.6 in AIX6.1

Hi Folks, I'm facing the below error when loading my library on AIX6.1 java.lang.UnsatisfiedLinkError: marimba (A file or directory in the path name do es not exist.) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1013) at... (7 Replies)
Discussion started by: Bharath_M
7 Replies

8. AIX

Setup DNS server on AIX6.1

I'm planning of setting up a DNS server on AIX 6.1. Could someone shed me some lights on the step-by-steps of how to set this up? Thanks. (2 Replies)
Discussion started by: famasutika
2 Replies

9. AIX

SFTP to AIX6.1 EFS

Hello all, my first post so please be gentle! I have 2 x AIX 6.1.4.0 environments, one has EFS enabled and the other does not. I have installed SSH & SSL on both systems, and configured SFTP using SSL authentication between both boxes: openssh.base.client 5.2.0.5300 COMMITTED Open Secure... (3 Replies)
Discussion started by: PJMCK
3 Replies

10. Programming

Top v3.7 and v3.8beta1 will not compile on Power7/AIX6.1 server.

Please help! We are upgrading our server to a new Power7/AIX6.1 from Power5/AIX5.3. I have some programs that rely on output of the TOP command to do various things, however, I keep getting an error when I try to re-compile TOP on my new server (see below). I have tried TOP 3.7 (current... (1 Reply)
Discussion started by: troym72
1 Replies
Login or Register to Ask a Question