Sponsored Content
Full Discussion: mksysb issue
Operating Systems AIX mksysb issue Post 302125930 by uadm26 on Monday 9th of July 2007 06:18:12 AM
Old 07-09-2007
Telnet it's working

Hi,
Seems nobody helps me till now, but I really need to understand what's happened. That's normal make the TCP/IP configuration, after takes an recover by mksysb tape?

Thanks for all?
 

10 More Discussions You Might Find Interesting

1. AIX

AiX mksysb

Hello out there!!! I've searched the db but found none, any idea will sure help... I have 2 RS6Ks with AiX 4.3.3, one have tape drive but not the other... The idea is: How can i create a mksysb tape of the aix box which don't have any tape drive ? i.e how do i write back 'some mksysb... (5 Replies)
Discussion started by: andryk
5 Replies

2. AIX

How to use the MKSYSB command

I need to make a back up to my tape drive of my OS I am using version 5.1 AIX I think the command is but not sure how to use this command as in the syntax to send it to my tape drive. Any help would be greatly apreciated Thank you (2 Replies)
Discussion started by: rocker40
2 Replies

3. AIX

mksysb...

Hi friends.. My one problem is not resolved yet I have another. I am planning to take an OS backup of my p550 using "mksysb". Now i am confussed. suppose I give the command to take the backup into a tape drive and my backup size exceeds the tape capacity.. what will happen? will it ask for... (2 Replies)
Discussion started by: balaji_prk
2 Replies

4. AIX

Problem with MKSYSB

Am taking a tape backup and the error output shows this. ---------------------------------------------------------------- ====== mksysb errors from /opt/uss/log/run_mksysb.stdout: 0512-038 mksysb: Backup Completed Successfully. ====== mksysb errors from /opt/uss/log/run_mksysb.stderr: ... (1 Reply)
Discussion started by: balaji_prk
1 Replies

5. AIX

mksysb

I dont have either a tape drive or a DVD Writer attached to the AIX box. Can you let me know the possibilities of making an mksysb in a bootable media? This is required as we have a requirement to upgrade the OS. (2 Replies)
Discussion started by: chrisanto_2000
2 Replies

6. AIX

mksysb backup

hi guys, i just want to take my server's mksysb backup through dvd-rom.but am having the doubt that, while am taking the mksysb backup in image it shows 8GB. So can i confirm that it takes 2 dvds and after writing in 1st cd it will ask for 2nd cd?????? please help me out. (1 Reply)
Discussion started by: rrlog
1 Replies

7. AIX

Mksysb message

Hello, I'm starting a mksysb with the help of a unix script and the crontab. The script is scheduled with crontab and executes "mksysb -i -X /dev/rmt0". When the mksysb is completed the script displays the endtime. But I also get a lot of cat messages (see below). When I look with "ps -ef... (2 Replies)
Discussion started by: Peter_e
2 Replies

8. AIX

mksysb

Hello everyone I have two questions. I would like to hear your opinions, your tips. I have several box with aix 5.3. the rootvg in each box has mirror. but I have a cron that makes a mksysb every week. Do you think that it the best to have a mksysb of rootvg if I have a mirror on this... (4 Replies)
Discussion started by: lo-lp-kl
4 Replies

9. AIX

Help with mksysb

Hi All, Working on AIX 4.2 system. On this server there is no tape drive or a DVD Writer attached to the AIX box. I was able to do mksysb, but I got warning message saying it will not be bootable. On the new system, I did install 5.3 and now I need to restore this mksysb image from the... (5 Replies)
Discussion started by: samnyc
5 Replies

10. AIX

mksysb backup

hi we are having one rootvg in that we created one lv named mksysb_backuplv and normally script will run accordingly to take the backup in the cron,here i just want to know if any rootfilesystem was correpted like /usr or /tmp ,then how could i restore the particular filesystme from the... (1 Reply)
Discussion started by: senmak
1 Replies
AMSERVERCONFIG(8)					  System Administration Commands					 AMSERVERCONFIG(8)

NAME
amserverconfig - program to setup initial Amanda configuration SYNOPSIS
amserverconfig config [--template template] [--no-vtape] [--tapetype tapetype] [--tpchanger tpchanger] [--tapedev tapedev] [--changerfile changerfile] [--changerdev changerdev] [--labelstr labelstr] [--mailto mailto] [--dumpcycle dumpcycle] [--runspercycle runspercycle] [--runtapes runtapes] [--tapecycle tapecycle] [--help] DESCRIPTION
After Amanda rpms are successfully installed, amserverconfig will setup initial Amanda configuration files. It will create /var/lib/amanda/guntar-lists directory if one does not exist. amserverconfig does not change existing Amanda configurations. amserverconfig must be run by user amandabackup. OPTIONS
Options may be abbreviated, as long as the abbreviation is not ambiguous. Option argument can either separated by '=' or a space. Example: --templ=harddisk --tapedev /dev/nst0 amserverconfig builds a new "config" Amanda configuration. Customize the configuration with the options below. --template template build Amanda configuration with pre-configured template files. Currently, harddisk, single-tape, tape-changer and S3 are the valid inputs for this option. Pre-configured template files can be found in /var/lib/amanda/template.d. This option may be combined with other options. If tape-changer is chosen for this option, program mtx is required. amserverconfig will search for mtx in the following directory: "/usr/sbin", "/usr/local/sbin", "/usr/local/bin", "/usr/bin", "/bin" and amandabackup's PATH. If harddisk is chosen and --no-vtape is not specified, amserverconfig will create and label virtual tape file://var/lib/amanda/vtapes/$config. --no-vtape Do not create virtual tapes in the harddisk template case. --tapedev tapedev The path name of non-rewinding tape device. default [file://var/lib/amanda/vtapes/$config] --tpchanger tpchanger The name of the tape changer. default [chg-disk] --changerdev changerdev A tape changer configuration parameter. default [/dev/null] --changerfile changerfile A tape changer configuration parameter. default [/etc/amanda/$config/changer.conf] --labelstr labelstr The tape label constraint regular expression. default [^$config-[0-9][0-9]*$] If this option is used with --template=harddisk, only alphanumeric string is supported. --tapetype tapetype The type of tape drive associated with tapedev or tpchanger. default [HARDDISK] --mailto mailto A space separated list of recipients for mail reports. default [amandabackup] --dumpcycle dumpcycle The number of days in the backup cycle. default [1week] --runspercycle runspercycle The number of days in the backup cycle. default [5] --runtapes runtapes The maximum number of tapes used in a single run. default [1] --tapecycle tapecycle The size of tape rotation. default [25] --help Display usage. FILES
/var/lib/amanda/template.d Amanda configuration template files install location /var/lib/amanda amandabackup home directory /var/lib/amanda/gnutar-lists A directory which contains backup timestamp and list of files backed up. /etc/amanda/$config Amanda configuration files location for $config(e.g: DailySet1). /etc/amanda/template.d A directory contains dumptypes and tapetypes files used by all Amanda configurations. /etc/amandates Amanda file on the client. It keeps track of structures of previous dumps. /tmp/amanda directory contains Amanda debug log files. RETURN VALUE
On success, zero is returned. On error, 1 is returned. SEE ALSO
amanda(8), amanda.conf(5), amaddclient(8) The Amanda Wiki: : http://wiki.zmanda.com/ AUTHOR
Kevin Till <kevin.till@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Amanda 3.3.1 02/21/2012 AMSERVERCONFIG(8)
All times are GMT -4. The time now is 12:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy