JFS2 log error during TL upgrade


 
Thread Tools Search this Thread
Operating Systems AIX JFS2 log error during TL upgrade
# 1  
Old 06-05-2014
JFS2 log error during TL upgrade

Hi all,

We recently applied TL on few of our test servers. All of them were running fine except on one server. TL upgrade was successful on all these servers.

i see below errors on a server.

Code:
LABEL:          J2_LOG_WRAP_STOP
IDENTIFIER:     854D3B24

Date/Time:       Thu Jun  3 10:25:04 EDT 2014
Sequence Number:  
Machine Id:      xxx
Node Id:         aixlpar1
Class:           O
Type:            INFO
WPAR:            Global
Resource Name:   SYSJ2

Description
JFS2 LOGGING IS BACK TO NORMAL

Detail Data
JFS2 LOG MAJOR/MINOR DEVICE NUMBER
000A 0003
 

LABEL:          J2_LOG_WRAP_START
IDENTIFIER:     4C41C0D0

Date/Time:       Thu Jun  3 10:24:39 EDT 2014
Sequence Number:  
Machine Id:      xxxxxxxx
Node Id:         aixlpar1
Class:           O
Type:            INFO
WPAR:            Global
Resource Name:   SYSJ2

Description
JFS2 LOG RECORDS FORCED OVERWRITTEN

Probable Causes
LOG SIZE IS TOO SMALL

        Recommended Actions
        INCREASE THE SIZE OF LOG DEVICE

Detail Data
JFS2 LOG MAJOR/MINOR DEVICE NUMBER
000A 0003

I understand that, it is because we do not have enough space on jfs2log lv.
because the (rootvg) pp size is only 8 MB on this server.

hd8 jfs2log 1 1 1 open/syncd N/A

#lsvg rootvg | grep "PP SIZE"
VG STATE: active PP SIZE: 8 megabyte(s)


i found the procedure to increase jfs2log size using IBM tech note below
IBM Increasing the Size of a JFS/JFS2 Log Device - United States


But here my question is,

do i still need to increase the size jfs2log size ?
because the info messgae on errpt says

JFS2 LOGGING IS BACK TO NORMAL

is there any procedure to increase the jfs2log size on the fly (dynamically). with out bringing the server ?

The above link says, we need to boot the server into service mode and run logform etc .


Please suggest.
# 2  
Old 06-06-2014
Quote:
Originally Posted by System Admin 77
is there any procedure to increase the jfs2log size on the fly (dynamically). with out bringing the server ?

The above link says, we need to boot the server into service mode and run logform etc .
The problem is: to change the log volume you need to unmount all the file systems using the log LV you want to change. As you said this is your rootvg you would have to unmount all the filesystems vital to the OS to do so. This is why you need to boot into service mode.

On the other hand, i suggest you do a fresh install anyway. Even for a rootvg a PP size of 8MB is way too small todays. I suggest you take a backup, then reinstall the server using a reasonable PP size, like 32MB, 64MB or even bigger, depending on the size of your rootvg disk(s).

I hope this helps.

bakunin
# 3  
Old 06-06-2014
As Bakunin suggested you don't want to play with your rootvg, generally speaking logfile is created automatically (it gets created, when 1st lv is defined in the VG), and you are not creating it manually.

What version of OS are you running?

What other file systems do you have apart from native rootvg's filesystems?

You might also want to take a look at the TL level you jumped to for any known bugs or additional APAR's.
# 4  
Old 06-06-2014
The error type says 'INFO'. So you may not need to do anything at this moment. Wait and watch if more errors are being logged before you make any changes
# 5  
Old 06-09-2014
Thanks for the response. Appreciate your ideas/suggestions. I'll check with my team. Thank you.

My current OS level
7100-03-01-1341

I am looking into the known bugs for this TL . And i do not see any issues/errors logged on to this test server from after the upgrade till now.

Thank you
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Creating AIX LV VG and JFS2 issues?

Can someone please help me understand what it is I am doing incorrectly? I have 22 PVs (disks) assigned to a VG, the stats on the disks: # lspv hdisk1 PHYSICAL VOLUME: hdisk1 VOLUME GROUP: vg_usr1 PV IDENTIFIER: 0000150179158027 VG IDENTIFIER ... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

2. AIX

AIX JFS2 content

Hello! I have a LPAR with 51GB RAM topas shows 21% of memory for client pages (~11Gb) svmon -G show 2906772 client pages in use (~11Gb) but then i try to investigate per process client memory usage svmon -P -O filtertype=client and summarize inuse column, i get only 347880 pages... (1 Reply)
Discussion started by: sys
1 Replies

3. AIX

Jfs and jfs2

Hi all, Can anyone define the difference between jfs and jfs2 filesystem as well as usage of jfs log files.... Thanks.... (7 Replies)
Discussion started by: sumathi.k
7 Replies

4. UNIX and Linux Applications

raw logical volumes to jfs2

Does anybody if it is possible to convert raw logical volumes to jfs2? If so how is it done or where can I find the information to make the conversion. We have an Oracle Db on AIX and it is using raw lv's which we want to convert to jfs2 because the raw devices don't restore correctly from our... (4 Replies)
Discussion started by: daveisme
4 Replies

5. AIX

jfs2 - cannot shrink filesystem

Hi, is anyone aware about filesystem size restrictions on AIX? And does anyone know a solution for below problem? I have 2 boxes attached to EMC Raid5 storage, both have huge /optware/oracle/oradata filesystems - 4.5 and 2.5 TB in size, nothing is striped or in any other way restricted. Due to... (11 Replies)
Discussion started by: zxmaus
11 Replies

6. AIX

CIO/DIO and JFS2 read ahead

Hi Guys, I wonder if after enabling CIO/DIO at the filesystem level and assuming that CIO/DIO will bypass the JFS2 read ahead available when not using CIO/DIO my questionis what parameters I can play with to tune/improve the CIO in order to obtain similar performance for sequential reads (... (7 Replies)
Discussion started by: hariza
7 Replies

7. UNIX for Advanced & Expert Users

AIX 5.2 using jfs2 file system

We are using AIX 5.2 using jfs2 almost all excpt one mount. Is it possible for a non root user id to mount one file system without journaling turned on, perform some activities and then remount (un-mount and mount) the same file system again. Please advise if this is possible Thanks (2 Replies)
Discussion started by: jerardfjay
2 Replies

8. AIX

(URGENT) Mounting JFS2 FileSystem on AIX 4.3

Hi Every body, I created Volume Group & FileSystem of type JFS2 with size 1.3 TB on AIX 5.2. I want to import this VG on another system AIX 4.3. It is imported successfully & I can varyon the VG but unfourtantly I couldn't mount the FileSystem. Is it possible to mount a JFS2 FileSystem on AIX... (3 Replies)
Discussion started by: aldowsary
3 Replies

9. AIX

JFS and JFS2

hi all, can sumbody give me a link which gives the basic layout of JFS, JFS2 and the veritas file system. and i also want to know about the data structures used in this filsystem thanx in advance (0 Replies)
Discussion started by: anwerreyaz
0 Replies

10. UNIX for Advanced & Expert Users

jfs (jfs2) for AIX versus Veritas

Hi there, Can anyone tell me the advantages that jfs has over Veritas (if any)?? Cheers. (5 Replies)
Discussion started by: rich
5 Replies
Login or Register to Ask a Question