You are on page 1of 5

Converting Rootvg Filesystems From jfs to jfs2 - web manual

http://www.web-manual.net/aix/converting-rootvg-from-jfs-to-jfs2/

Custom Search

Home COMMUNITY LAMP General Web Linux AIX wintel Wordpress IT News RSS Feed Twitter Facebook

Converting Rootvg Filesystems From jfs to jfs2


By Abinash Sharma April 15, 2012Posted in: AIX This procedure below allows you to take a mksysb of your JFS system and restore the mksysb such that the system comes up as JFS2 .

Subscribe our daily news digest

Enter your email address:

web-manual on

Task 1: Run mkszfile to create a new image.data file.


$mkszfile

+42

1 of 5

7/2/2012 2:24 PM

Converting Rootvg Filesystems From jfs to jfs2 - web manual

http://www.web-manual.net/aix/converting-rootvg-from-jfs-to-jfs2/

Note : The /image.data file contains details about volume groups, logical volumes, file systems, paging space, and physical volumes. This information is included in the backup for future use by the installation process.

Task 2: Edit the /image.data file to create JFS2 filesystems . We edited each of the fs_data stanzas converting.
fs_data: FS_NAME= /opt FS_SIZE= 131072 FS_MIN_SIZE= 12320 FS_LV= /dev/hd10opt FS_FS= 512 FS_NBPI= 4096 FS_COMPRESS= no FS_BF= false FS_AGSIZE= 8

web manual A manual


Like 78 people like web manual A manual.

TO
fs_data: FS_NAME= /opt FS_SIZE= 131072 FS_MIN_SIZE= 12320 FS_LV= /dev/hd10opt FS_JFS2_BS= 4096 FS_JFS2_SPARSE= yes FS_JFS2_INLINELOG= no FS_JFS2_SIZEINLINELOG= 0

Sandeep

Karthik

Swapnajyoti

Shivam

Pothini

Download

HTML ENTITY Cheat Sheet Relational Data Model


Popular Posts

We edited each jfs lv_data stanzas , changing TYPE = jfs to TYPE = jfs2. Also edit the jfslog to be TYPE = jfs2log.
lv_data: VOLUME_GROUP= rootvg LV_SOURCE_DISK_LIST= hdisk3 hdisk0 LV_IDENTIFIER= 000aac4c0000d60000000133a66711e2.1 LOGICAL_VOLUME= /var VG_STAT= active/complete

How to install kvm Virtualization on RHEL 6/CentOS 6: The KVM (Kernel Virtual Machine) is a Virtualization environ... Logical Volume Manager in Linux ( Create, Display and R: On this tutorial, we will learn
7/2/2012 2:24 PM

2 of 5

Converting Rootvg Filesystems From jfs to jfs2 - web manual


TYPE= jfs2

http://www.web-manual.net/aix/converting-rootvg-from-jfs-to-jfs2/

Task 3. Take a back up of /etc/filesystems and edit /etc/filesystems and for each jfs filesystem in rootvg, change jfs to jfs2 in the vfs line. Check that each filesystem has options = rw.
/: dev = /dev/hd4 vfs = jfs2 log = /dev/hd8 mount = automatic check = false type = bootfs vol = root free = true account = true options = rw /home: dev = /dev/hd1 vfs = jfs2 log = /dev/hd8 mount = true check = true free = false account = true options = rw /usr: dev = /dev/hd2 vfs = jfs2 log = /dev/hd8 mount = automatic check = false type = bootfs free = false account = true options = rw

Task 4. Create a mksysb backup using existing image.data file.


mksysb -e /mksysb/`hostname`.mksysb

how to Create, Display and ... URL encoded characters such as %0A: URL Encoded characters: just for analyzing what is in the UR... How to Enable EPEL repository for RHEL 6 / CentOS 6: Before learning how to enable EPEL repository for CentOS 6, ... ERROR 1130: Host is not allowed to connect to this MySQ: If this is the error that shows up while you are attempting ... Informatica PowerCenter 8.6 installation on AIX 5.3, 6.: In this Informatica PowerCenter tutorial series, I will exp... Informatica PowerCenter upgrade from 8.6.X to 9.1.0 HF2: On our last two tutorials of "Informatica PowerCenter upgrad... php mail using smtp authentication: It is not feasible to use your own PHP function to send SMTP... How to Extract / Open RAR files in Linux: Open RAR files in Linux To open RAR files in Linux you ne... Restore or Install AIX with a mksysb image using NIM: mksysb resource is a file containing the image of the root v...

3 of 5

7/2/2012 2:24 PM

Converting Rootvg Filesystems From jfs to jfs2 - web manual

http://www.web-manual.net/aix/converting-rootvg-from-jfs-to-jfs2/
Popular Tags

Task 5. Finally restore mksysb to an another disk and reboot the server.
alt_disk_install -d /mksysb/webmanual.mksysb hdisk3

AIX apache Backup blogger CentOS 6


chvg
Informatica install installation javascript JFS

command database extendvg facebook facebook Like button Google HMC how to
You might want to read these post also:
Convert Non Rootvg Filesystems From JFS To JFS2 chfs: 0506-908 Cannot reduce size of file system ( JFS vs JFS2 filesytems ) Can not extend a JFS file system with nbpi = 16384 Restore or Install AIX with a mksysb image using NIM Migration of AIX 6.1 mksysb image to AIX 7.1 and creation of NIM mksysb resource using using NIM ( nimadm ) Tags: AIX, JFS, JFS2, mksysb, mkszfile

kernel

mysql php ps redhat reducevg Restore Search Engine Optimization security seo server smtp SysAdmin tar troubleshooting ubuntu

linux lsvg mail

mksysb

mount

Unix VIO Virtualization web hosting Windows

Leave a Reply
Your email address will not be published. Required fields are marked * *Name *Email Website * Please answer this simple math question: three + = 10

4 of 5

7/2/2012 2:24 PM

Converting Rootvg Filesystems From jfs to jfs2 - web manual

http://www.web-manual.net/aix/converting-rootvg-from-jfs-to-jfs2/

2012 web-mnual.net | All Rights Reserved. | Privacy Policy Please mail your suggestions to this mail address admin@web-manual.net.

5 of 5

7/2/2012 2:24 PM

You might also like