Thứ Ba, 22 tháng 2, 2022

Backup/Restore Command Examples in AIX

mksysb

1. Create image.data and system backup (-X expands /tmp if required):

# mksysb -i -X /dev/rmt0

2. Create image.data file with map file and system backup:

# mksysb -m /dev/rmt0

3. Create system data but excludes the files listed in /etc/exclude.rootvg:

# mksysb -e /dev/rmt0

mkszfile

1. Create /image.data file:

# mkszfile

mkcd

1. Create system boot backup to the CD-R device /dev/cd1 (mksysb):

# mkcd -d /dev/cd1

2. Create backup of VG datavg to CD-R device /dev/cd1 (savevg):

# mkcd -d /dev/cd1 -v datavg

savevg

1. Create datavg.data image file and backup vg datavg (path = /tmp/vgdata/datavg/datavg.data):

savevg -i -f /dev/rmt0 datavg

2. Create datavg backup but exclude files listed in the /etc/exclude.datavg:

# savevg -ef  /dev/rmt0 datavg

backup

1. Backup entire system to rmt0:

# find / -print | backup -ivf /dev/rmt0

2. Backup /home directory to rmt0 with backup level 0:

# backup -0vf /dev/rmt0 /home

restore

1. List the archive in rmt0:

# restore -Tvf /dev/rmt0

2. Restore /home from archive in device rmt0:

# restore -xvf /dev/rmt0 /home

3. Restore particular file from /export/mksysb image:

# restore –xvf /export/mksysb ./etc/sshd.conf

4. Restor only a file attribute from tape:

# restore -Pa -vf /dev/rmt0 ./etc/passwd

5. Archive /home directory:

# find ./home -print |cpio -ocvumB > /dev/rmt0

6. Restore cpio archive from rmt0:

# cpio -icvdumB < /dev/rmt0

cpio

1. List the contents of cpio archive from rmt0:

# cpio -ivt < /dev/rmt0

2. Restore /home directory from rmt0:

# cpio -icvd < /dev/rmt0 /home

tar

1. Archive /home to rmt0 device:

# tar -cvf /dev/rmt0 /home

2. List the archives in rmt0:

# tar -tvf /dev/rmt0

3. Extract /home from rmt0:

# tar -xvf /dev/rmt0 /home

dd

1. Convert and copy ascii file to ebcdic file2:

# dd if=file1 of=file2 conv=ebcdic

2. Copy 31st block and paste to 1st block in the hd4 ( ie.to fix currupted superblock by restoring it's backup copy to original location):

# dd count=1 bs=4k skip 31 seek=1 if=/dev/hd4 of=/dev/hd4

3. To copy blocks from rmt0 with 512 blocks to rmt1 with 1024 blocks:

# dd if=/dev/rmt0 ibs=512 obs=1024 of=/dev/rmt1

tctl

1. To rewind the tape:

# tctl -f /dev/rmt0 rewind

2. To eject the tape:

# tctl -f /dev/rmt0 offline

3. To show the status of tape:

# tctl -f /dev/rmt0 status

tcopy

1. To copy contents of 1st tape(tape0) to 2nd tape(tape1). It is useful when the size of the tapes are different:

# tcopy /dev/rmt0.0 /dev/rmt1.0

2. To show no. of files and block size in the tape:

# tcopy /dev/rmt0

chdev

1. To change the block size of the tape to 51201:

# chdev -l rmt0 -a block_size=512


=============================
* KHOÁ HỌC ORACLE DATABASE A-Z ENTERPRISE trực tiếp từ tôi giúp bạn bước đầu trở thành những chuyên gia DBA, đủ kinh nghiệm đi thi chứng chỉ OA/OCP, đặc biệt là rất nhiều kinh nghiệm, bí kíp thực chiến trên các hệ thống Core tại VN chỉ sau 1 khoá học.
* CÁCH ĐĂNG KÝ: Gõ (.) hoặc để lại số điện thoại hoặc inbox https://m.me/tranvanbinh.vn hoặc Hotline/Zalo 090.29.12.888
* Chi tiết tham khảo:
https://bit.ly/oaz_w
=============================
KẾT NỐI VỚI CHUYÊN GIA TRẦN VĂN BÌNH:
📧 Mail: binhoracle@gmail.com
☎️ Mobile: 0902912888
⚡️ Skype: tranbinh48ca
👨 Facebook: https://www.facebook.com/BinhOracleMaster
👨 Inbox Messenger: https://m.me/101036604657441 (profile)
👨 Fanpage: https://www.facebook.com/tranvanbinh.vn
👨 Inbox Fanpage: https://m.me/tranvanbinh.vn
👨👩 Group FB: https://www.facebook.com/groups/DBAVietNam
👨 Website: https://www.tranvanbinh.vn
👨 Blogger: https://tranvanbinhmaster.blogspot.com
🎬 Youtube: http://bit.ly/ytb_binhoraclemaster
👨 Tiktok: https://www.tiktok.com/@binhoraclemaster?lang=vi
👨 Linkin: https://www.linkedin.com/in/binhoracle
👨 Twitter: https://twitter.com/binhoracle
👨 Địa chỉ: Tòa nhà Sun Square - 21 Lê Đức Thọ - Phường Mỹ Đình 1 - Quận Nam Từ Liêm - TP.Hà Nội

=============================
học oracle database, Tự học Oracle, Tài liệu Oracle 12c tiếng Việt, Hướng dẫn sử dụng Oracle Database, Oracle SQL cơ bản, Oracle SQL là gì, Khóa học Oracle Hà Nội, Học chứng chỉ Oracle ở đầu, Khóa học Oracle online,khóa học pl/sql, học dba, học dba ở việt nam, khóa học dba, khóa học dba sql, tài liệu học dba oracle, Khóa học Oracle online, học oracle sql, học oracle ở đâu tphcm, học oracle bắt đầu từ đâu, học oracle ở hà nội, oracle database tutorial, oracle database 12c, oracle database là gì, oracle database 11g, oracle download, oracle database 19c, oracle dba tutorial, oracle tunning, sql tunning , oracle 12c, oracle multitenant, Container Databases (CDB), Pluggable Databases (PDB), oracle cloud, oracle security, oracle fga, audit_trail, oracle dataguard, oracle goldengate, mview, oracle exadata, oracle weblogic, middleware, hoc solaris, hoc linux, hoc aix, unix, oracle oca, oracle ocp, oracle ocm

ĐỌC NHIỀU

Trần Văn Bình - Oracle Database Master