Re: [U2] fnuxi problem

2010-05-14 Thread Martin Phillips
Hi all, Thanks for the various suggestions. Research has shown that fnuxi sometimes hangs on the DATA.30 files but conversion of the directory representing the dynamic file appears to work ok. Because of the directory hierachy used by this site, some of the suggestions simply don't work but it

Re: [U2] fnuxi problem

2010-05-13 Thread Anthony W. Youngman
In message <9ea3c4a038d14a2fa37a2ea3c801a...@lbs8>, Martin Phillips writes Hi all, A follow up to my own query. This site uses entirely dynamic files. The recommended way to do fnuxi recursively over a whole application is to use find as in my previous email. This will end up doing the f

Re: [U2] fnuxi problem

2010-05-13 Thread Augusto Alonso
evel down in directories to > determine if they represent a dynamic file. > > -John > > -Original Message- > From: u2-users-boun...@listserver.u2ug.org > [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Martin > Phillips > Sent: Thursday, May 13, 2010 8:23 AM

Re: [U2] fnuxi problem

2010-05-13 Thread John Hester
, May 13, 2010 8:23 AM To: U2 Users List Subject: Re: [U2] fnuxi problem Hi all, A follow up to my own query. This site uses entirely dynamic files. The recommended way to do fnuxi recursively over a whole application is to use find as in my previous email. This will end up doing the fnuxi

Re: [U2] fnuxi problem

2010-05-13 Thread bradley . schrag
find . ! -name *.30 -print excludes all files ending in .30 under AIX. So I'd think that find . ! -name *.30 -exec fnuxi {} \; could work for you. Brad u2-users-boun...@listserver.u2ug.org wrote on 05/13/2010 10:41:59 AM: > [image removed] > > Re: [U2] fnuxi probl

Re: [U2] fnuxi problem

2010-05-13 Thread Brian Leach
users@listserver.u2ug.org Subject: [U2] fnuxi problem Hi all, I am on a UniVerse client site trying to move an application with a vast number of dynamic files, some indexed, from UV 10.1.18 on a Sun Solaris box to UV 10.3.6 on a Red Hat Linux Intel box. The data files were moved with tar a

Re: [U2] fnuxi problem

2010-05-13 Thread Martin Phillips
To: "U2 Users List" Sent: Thursday, May 13, 2010 4:28 PM Subject: Re: [U2] fnuxi problem In the past when I had done fnuxi I always used the following syntax: find . -name "*" -exec fnuxi {} \; This takes and tries to fnuxi all files in the current directory and below

Re: [U2] fnuxi problem

2010-05-13 Thread Dan Goble
users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Martin Phillips Sent: Thursday, May 13, 2010 11:23 AM To: U2 Users List Subject: Re: [U2] fnuxi problem Hi all, A follow up to my own query. This site uses entirely dynamic files. The recommended

Re: [U2] fnuxi problem

2010-05-13 Thread Martin Phillips
Hi all, A follow up to my own query. This site uses entirely dynamic files. The recommended way to do fnuxi recursively over a whole application is to use find as in my previous email. This will end up doing the fnuxi against the DATA.30 and OVER.30 files. The OVER.30 file reports that it

[U2] fnuxi problem

2010-05-13 Thread Martin Phillips
Hi all, I am on a UniVerse client site trying to move an application with a vast number of dynamic files, some indexed, from UV 10.1.18 on a Sun Solaris box to UV 10.3.6 on a Red Hat Linux Intel box. The data files were moved with tar and byte order conversion was done using find . -type f