Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Mgs on CRJFS

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Dear All,
You advise is very much appreciated nad TQ in advance.
error display on journal file system
mknod: /dev/lv06: Do not specify an existing file.
0516-822 mklv: Unable to create logical volume.
/usr/sbin/mklv[9]: 27494 Segmentation fault(coredump)
crfs: 0506-902 Cannot create logical volume.

paratmeter entered
Volume group name datavg
* SIZE of file system (in 512-byte blocks) [3]
* MOUNT POINT [/univ5]
Mount AUTOMATICALLY at system restart? yes
PERMISSIONS read/write
Mount OPTIONS []
Start Disk Accounting? no
Fragment Size (bytes) 4096
Number of bytes per inode 4096
Allocation Group Size (MBytes) 8
 
It looks like you're creating a filesystem with the LV handling done in the background. Furthermore, it looks like that process is failing because it is trying to create an LV (transparently to you) that already exists.

My first instinct is to have you run "synclvodm datavg" in case the ODM has forgotten that lv06 already exists.
 
levw,
listed is the requested stat. for your kind advise.U're right the lv06 do display on 2nd listing.How can I rectify the problem.
datavg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POI
paging02 paging 16 16 1 open/syncd N/A
loglv01 jfslog 1 1 1 open/syncd N/A
lv02 jfs 126 126 1 open/syncd /univ1
lv03 jfs 126 126 1 open/syncd /univ2
lv04 jfs 126 126 1 open/syncd /univ3
lv05 jfs 126 126 1 open/syncd /univ4
# ls -la /dev/lv*
brw-rw---- 1 root system 45, 4 Feb 01 2002 /dev/lv00
brw-rw---- 1 root system 45, 5 Feb 13 2001 /dev/lv01
brw-rw---- 1 root system 46, 3 Feb 13 2001 /dev/lv02
brw-rw---- 1 root system 46, 4 Sep 17 2001 /dev/lv03
brw-rw---- 1 root system 46, 5 Mar 03 2001 /dev/lv04
brw-rw---- 1 root system 46, 6 Feb 13 2001 /dev/lv05
brw-rw---- 1 root mbains 10, 10 Dec 28 2001 /dev/lv06
 
u mknod lv06 for yourself. U can :
1. change lv06 -> lvmy or
2. mklv univ5lv then mk jfs univ5 on it
 
Just make your new lv with the name "lv07" and problem is gone. IBM Certified -- AIX 4.3 Obfuscation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top