81⟩ How will you change a PP size?
PP size can be changed using a T-factor. If not then add a partitions in VG by adding one disk.
# chvg -t3 rootvg
“AIX job preparation guide for freshers and experienced candidates. Number of IBM AIX frequently asked questions(FAQs) asked in many interviews”
PP size can be changed using a T-factor. If not then add a partitions in VG by adding one disk.
# chvg -t3 rootvg
☆ Unmount all filesystems in VG.
☆ # umount /test (mount point name)
☆ #varyoffvg datavg
☆ #exportvg datavg0
☆ Importvg with new name
☆ # importvg -y newvg hdisk4
128MB
A major number refers to a type of device. A device number is a major number, and a minor number specifies a particular device of that type or sometimes the operation mode of that device type.
diag command
☻ H/W error
☻ S/W error
☻ Operator error
☻ Unknown error.
☻ permanent
☻ Temporary
☻ Informational
☻ Unknown.
# chvg -vy pv_name
# chvg -vn pv_name
#chvg -Qn vgname
#chvg -Qs vgname
# errpt -a
# errpt -d H [H/W]
# errpt -d S [S/W]
# errclear
☛ Modify the /usr/lib/boot/unix directory and the /unix directory to be a symbolic link to the binary for the desired kernel.
☛ Run the bosboot command to write a new system boot image.
☛ Reboot the system.
The path name of the 64-bit kernel is /usr/lib/boot/unix_64, and the
path name of the multiprocessor versions of the 32-bit kernel is
/usr/lib/boot/unix_mp.
☛ # ln -sf /usr/lib/boot/unix_mp /unix
☛ # ln -sf /usr/lib/boot/unix_mp /usr/lib/boot/unix
☛ # lslv -m hd5
☛ # bosboot -ad /dev/ipldevice
☛ # shutdown -Fr
☛ # bootinfo -K (should now be 32)
255 any no. of vg can create.
To truly change the kernel to 64-bit from 32-bit, the system must be at the AIX® 5.1 or AIX 5.2levels.
# bootinfo -y
It shows a kernel is either 32-bit or 64-bit.
To truly change the kernel to 64-bit from 32-bit, the system must be at the AIX® 5.1 or AIX 5.2levels.
# bootinfo -y
It shows a kernel is either 32-bit or 64-bit.
To change to a 64-bit kernel, enter the following commands:
# ln -sf /usr/lib/boot/unix_64 /unix
# ln -sf /usr/lib/boot/unix_64 /usr/lib/boot/unix
# lslv -m hd5
# bosboot -ad /dev/ipldevice
# shutdown -Fr
❀ Applied and commit state
❀ In applied state if want to do any changes on installed software then we can do.
❀ But in commit the changes are not allowed to do. Once did installation.
❀ A committed fileset update cannot be rejected.
❀ Output from the installp -s command, which is used to get a list of applied software fileset updates and updates that are available to be either committed or rejected.
☰ Normal vg -32 pv, 256 lv
☰ # mkvg -y normvg -s 128 hdisk4
☰ Big vg :- 128pv,512lv
☰ # mkvg -B -y bigvg -s 128 hdisk9
☰ Scalable vg: -1024pv, 4096 lv
☰ # mkvg -S -y scalvg -s 512 hdisk1
#oslevel -rq
#lslpp -h
#installp -C
# lslpp -L |grep -i (software_name)
# installp -r -g fileset name