AIX磁带备份及恢复实践
----------------------------------
1. 备份的命令
# smit mksysb
# /usr/bin/mksysb -i /dev/rmt0
不想备份的目录写在 /etc/exclude.rootvg ---- 一些较大的文件系统,不适宜用和系统一起备份。
bash-3.2# more /etc/exclude.rootvg (内容如下)
/IMIS_SOFT/
2. 显示备份内容
A. 要列出位于缺省设备 /dev/rmt0 下的系统备份内容,请输入:
# lsmksysb
B. 显示备份的内容
# lsmksysb -f /dev/rmt0.1
C. 显示指定目录的内容
# lsmksysb -l -f /tmp/mybackup
D. 要验证 /dev/rmt0 中的卷组备份磁带的每个头的可读性,请输入:
# lsmksysb -V -f /dev/rmt0
恢复系统:
---------------------------------------
1、把磁带插入磁带机,启动系统到SMS模式
2、选择引导“tape”
☆☆☆☆☆☆Please define the system console☆☆☆☆☆☆
Type a 1 and press enter to use this terminal as the system console.
Type een 1 en druk op enter om deze terminal als de systeemconsole to gebruiken.
Skrive tallet 1 og trykk paa enter for aa bruke denne terminalen som systemkonsoll.
Pour definir ce terminal comme console systeme, appuyez sur 1puis sur entree.
Taste 1 and ansch1iessend die eingabetaste druecken,um
diese datenstation als systemkonsole zu verwenden.
Prenier I1 tasto 1 ed invio per usare questo terminal como consolo.
Escriba 1 y pulse intro para utilizer esta terminal como consola del sistema.
a)Tryck paa 1 och sedan paa enter om dy vill att haer terminalen ska vara systemkonsol
键入“1”并回车(注意:键入的“1”不回显)选择主控台
? (5) 屏幕上将不断显示一些信息,几分钟后出现:
>>> 1 Type 1 and press enter to have English during install.
2 Type 2 en druk op enter om tijdens het installeren het Nederlands te
krijgen.
3 Entrez 3 pour effectuer 1 installation en francais.
4 Fr Installation in deutscher sprache 4 eingeben und die eingabetaste drcken.
5 Immettere 5 e premereinvio per 1 installazione initaliona.
6 Escriba 6 ypulse intro para usar el idioma espa ol durante la instalaci n.
7 Skriv 7 och tryck ned enter=svenska vid installationen.
88 Help?
>>>Choice【1】:
键入“1”后回车,选择语言环境为English
? (4) 此后屏幕出现:
Welcome to Base Operating System
Installation and Maintenance
Type the number of your choice and press enter .Choice is indicated by>>>
>>>1 Start install now with default settings
2 Change/show installation settings and install
3 Start Maintenance Mode for system Recovery
88 Help?
99 Previous Menu
>>>Choice 〔1〕:
这是系统安装和维护的主菜单。
对于磁带恢复,应该选择 3 Start Maintenance Mode for system Recovery
注意的问题:
如果 在进行系统备份时,rootvg 做了 mirror 的话,那么恢复时也必须选择两块磁盘,否则会抱错: 不能分配partition,创建 LV 失败。
阅读(1983) | 评论(0) | 转发(0) |