Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

==================

Creating the FS
==================
mkvg -y vg_name -N,-B,-S size pv_name
mklv -y lv_name -t fs_type vg_name no_PP pv_name
crfs -v fs_type -d lv_name -m mountpt_name -a size=<no> -A yes -p r/rw
-------------------------------Replacing the faulty disk
-------------------------------extendvg vg_name new_disk
migratepv faulty new
reducevg vg_name faulty
bootinfo -m normal -o
bosboot -ad newdisk
migratepv -l lv_name pv_name pv_name
mklvcopy lv_name no hdisk_name
chfs -a size=no fs_name
chps -s size fs
chps -d size fs
chps -ay fs
\
************************
Booting Sequence
************************
post
boot image is loaded in memory
blv gets uncompressed in RAM and release the kernel
kernel takes the control
BLV contains kernel boot commands ,reduced ODM rc.boot scripts
kernel starts the init process and excutes the scripts
configure the devices with cfgmgr commnd
init executes the rc.boot1 script
kernnel executes the rc.boot2 script and varyon the rootvg
paging starts
kernel executes the rc.boot3 script
it checks the /etc/inittab file and boot with the runlevel mentioned
all the services are started as mentioned in the run level
lssrc-s
startsrc
stopsrc
refresh

chdev -l inet0 hostname=name


savevg -if /dev/rmt0
restvg -xdf /dev/rmt0
http://sysadminexperts.com/basic-aix-course/
http://aix4admins.blogspot.in/2011/05/superblock-in-jfs-superblock-is-first.html

You might also like