Re: [U2] Issue with installing UniVerse on Linux

2007-07-12 Thread Trevor McNamara
Thanks for everyones replies with this,

I have managed to get it installed, I just removed the c option from the
cpio command as suggested in the uv.load script.
I also had to make another change, because Ubuntu did not have the /ect/rc.d
directory, I had to run the following:-

#mkdir /etc/rc.d
# ln -s /etc/rc0.d /etc/rc.d/rc0.d
# ln -s /etc/rc2.d /etc/rc.d/rc2.d
# ln -s /etc/rc3.d /etc/rc.d/rc3.d
# ln -s /etc/rc4.d /etc/rc.d/rc4.d
# ln -s /etc/rc5.d /etc/rc.d/rc5.d
# ln -s /etc/rc6.d /etc/rc.d/rc6.d
# ln -s /etc/init.d /etc/rc.d/init.d

I have not really used it too much at this stage, however i can get into the
Universe admin menus etc...

Thanks
Trev.


On 7/11/07, Trevor McNamara [EMAIL PROTECTED] wrote:

 Thanks for all the responses guys.

 I will change the cpio command as suggested and see how it goes from
 there. I assume I just change any line that has the cpio command with a 'c'
 option i just remove?

 If that does not work I will post the uv.load script as suggested by Mark.

 Thanks

 On 7/11/07, John Jenkins [EMAIL PROTECTED] wrote:
 
  Fore reference:
 
  The cpio difference is in the c option on an extract. By my
  recollection: RedHat announced (aeons ago) that they were changing c
  to
  mean not create whereas previously it had meant create. I think this
  was
  to do with POSIX changes but I am not sure.
 
  Then - after a gap - they made the change with no new announcement
  (because
  it had been announced a long time ago).
 
  My recollection may be hazy after this time - but it was definitely the
  meaning of c on cpio that was reversed. The resolution was to modify
  the
  installation script from:
 
  cpio -icvdumB
 
  to
 
  cpio -ivdumB
 
  The may be no more than modifying the case statement in uv.load to cater
  for
  the response passed back from uname - make it the same as the RedHat
  Linux
  case statement which does I believe cater for this.
 
  Worth noting: On some systems the response from uname is wholly
  customisable - it can play merry hell with the installation script
  sometimes
  as it tries to work out what on earth we are installing on and defaults
  to
  case 1.
 
  Regards
 
  JayJay
  ---
  u2-users mailing list
  u2-users@listserver.u2ug.org
  To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Issue with installing UniVerse on Linux

2007-07-12 Thread Mark Ballinger
On Fri, Jul 13, 2007 at 01:53:33AM +1000, Trevor McNamara wrote:
 Thanks for everyones replies with this,
 
 I have managed to get it installed, I just removed the c option from the
 cpio command as suggested in the uv.load script.
 I also had to make another change, because Ubuntu did not have the /ect/rc.d
 directory, I had to run the following:-
 
 #mkdir /etc/rc.d
 # ln -s /etc/rc0.d /etc/rc.d/rc0.d
 # ln -s /etc/rc2.d /etc/rc.d/rc2.d
 # ln -s /etc/rc3.d /etc/rc.d/rc3.d
 # ln -s /etc/rc4.d /etc/rc.d/rc4.d
 # ln -s /etc/rc5.d /etc/rc.d/rc5.d
 # ln -s /etc/rc6.d /etc/rc.d/rc6.d
 # ln -s /etc/init.d /etc/rc.d/init.d

Yes!  Sorry, I should have mentioned this.  Another thing I have to do
is create /usr/spool/uv, which I do as /var/spool/uv with a link, then
make it chmodded to 777.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Doug Chanco
My guess is that you did not download a complete tar file (maybe
something happened during the download)  are you using download director
to download or manually downloading it?

Also make sure that tmp has enough free space (this would be the first
thing I would check)  that may be why cpio stops (full file system)


Dougc
 
_
Doug Chanco
Engineer Developer Senior, TLOTLD
 
Activant Solutions Inc.(tm)
Austin, Texas 78746
T: 800-678-5426
F: 512-278-5915
E-mail: [EMAIL PROTECTED] 
Web site: www.activant.com
_
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of Trevor McNamara
 Sent: Monday, July 09, 2007 7:21 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Issue with installing UniVerse on Linux
 
 Hi,
 
 I'm having some issues with installing UniVerse on an Ubuntu machine.
 
 I have everything in the /tmp/uv directory, so the listing is like
this:-
 
 CONNPL
 CVTB
 DEVELOP
 DOC
 FILESIZE
 GCI
 IC
 JDBC
 MAIN
 NETWORK
 NLS
 OBJ
 PORTING
 QA
 STARTUPUCI
 UOJ
 UVODBC
 uv.load
 
 When I run ./uv.load it runs, i select option 1 (Install as root),
then it
 prompts for the settings, which i change option 4 and 5 to /tmp/uv
 So looks like this:-
 _
 UniVerse Installation Options
 
 The current settings of the available options are:
 
UniVerse installer: root
UniVerse administrator: root  uid=0  gid=0
 
 1) UniVerse home directory:   /usr/ibm/uv
   (currently: Not Installed.)
 2) UniVerse-UniData shared directory: /usr/ibm/unishared
   (currently: Not Installed.)
 3) Compile terminfo definitions:  true
 4) Rewind tape name   /tmp/uv
 5) No-rewind tape name/tmp/uv
 6) Long File NamesOFF
 _
 
 When i press enter to begin installing it comes up with the
following:-
 _
 User uvsql will inherit ownership of the SQL catalog.
 Downloading from /tmp/uv to /usr/ibm/uv
 
 Now loading uniVerse from the install media...
 
 cpio: premature end of file
 Unable to read installation media.
 Contact your IBM support representative.
 _
 
 
 I have created the uvsql and uvadm users.
 I have also tried burning it all to cd and running it from there,
which
 produced the same results?
 
 Anyone got any ideas?
 
 Thanks
 Trev
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Mark Ballinger
On Tue, Jul 10, 2007 at 10:20:43AM +1000, Trevor McNamara wrote:
 
 I'm having some issues with installing UniVerse on an Ubuntu machine.
 
 cpio: premature end of file
 Unable to read installation media.
 Contact your IBM support representative.

Debian, and by extension Ubuntu, uses a different cpio syntax.  I will
have to see if I wrote down the change you have to make, but it involves
editing the install script and changing the cpio lines.

If you can, post what it shows on the cpio line and I'll try to remember
the change.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Anthony Youngman
One other point. Have IBM fixed the problem they had with default
options on cpio? I know when I installed PE on SuSE ages ago, the SuSE
and RH defaults were different and I had to edit the install script.

It was one of those toggle issues - where RH was on by default and the
switch toggled it off, and SuSE was vice versa or the whole lot was vice
versa :-)

If IBM haven't explicitly said Ubuntu is supported, this might be the
problem - certainly sounds like it, but I would have thought it would
have sorted itself out by now ...

Cheers,
Wol

-Original Message-
From: Doug Chanco [mailto:[EMAIL PROTECTED] 
Sent: 10 July 2007 15:30
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Issue with installing UniVerse on Linux

My guess is that you did not download a complete tar file (maybe
something happened during the download)  are you using download director
to download or manually downloading it?

Also make sure that tmp has enough free space (this would be the first
thing I would check)  that may be why cpio stops (full file system)


Dougc
 
_
Doug Chanco
Engineer Developer Senior, TLOTLD
 
Activant Solutions Inc.(tm)
Austin, Texas 78746
T: 800-678-5426
F: 512-278-5915
E-mail: [EMAIL PROTECTED] 
Web site: www.activant.com
_
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-u2-
 [EMAIL PROTECTED] On Behalf Of Trevor McNamara
 Sent: Monday, July 09, 2007 7:21 PM
 To: u2-users@listserver.u2ug.org
 Subject: [U2] Issue with installing UniVerse on Linux
 
 Hi,
 
 I'm having some issues with installing UniVerse on an Ubuntu machine.
 
 I have everything in the /tmp/uv directory, so the listing is like
this:-
 
 CONNPL
 CVTB
 DEVELOP
 DOC
 FILESIZE
 GCI
 IC
 JDBC
 MAIN
 NETWORK
 NLS
 OBJ
 PORTING
 QA
 STARTUPUCI
 UOJ
 UVODBC
 uv.load
 
 When I run ./uv.load it runs, i select option 1 (Install as root),
then it
 prompts for the settings, which i change option 4 and 5 to /tmp/uv
 So looks like this:-
 _
 UniVerse Installation Options
 
 The current settings of the available options are:
 
UniVerse installer: root
UniVerse administrator: root  uid=0  gid=0
 
 1) UniVerse home directory:   /usr/ibm/uv
   (currently: Not Installed.)
 2) UniVerse-UniData shared directory: /usr/ibm/unishared
   (currently: Not Installed.)
 3) Compile terminfo definitions:  true
 4) Rewind tape name   /tmp/uv
 5) No-rewind tape name/tmp/uv
 6) Long File NamesOFF
 _
 
 When i press enter to begin installing it comes up with the
following:-
 _
 User uvsql will inherit ownership of the SQL catalog.
 Downloading from /tmp/uv to /usr/ibm/uv
 
 Now loading uniVerse from the install media...
 
 cpio: premature end of file
 Unable to read installation media.
 Contact your IBM support representative.
 _
 
 
 I have created the uvsql and uvadm users.
 I have also tried burning it all to cd and running it from there,
which
 produced the same results?
 
 Anyone got any ideas?
 
 Thanks
 Trev
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread John Jenkins
Fore reference:

The cpio difference is in the c option on an extract. By my
recollection: RedHat announced (aeons ago) that they were changing c to
mean not create whereas previously it had meant create. I think this was
to do with POSIX changes but I am not sure.

Then - after a gap - they made the change with no new announcement (because
it had been announced a long time ago).

My recollection may be hazy after this time - but it was definitely the
meaning of c on cpio that was reversed. The resolution was to modify the
installation script from:

cpio -icvdumB

to

cpio -ivdumB

The may be no more than modifying the case statement in uv.load to cater for
the response passed back from uname - make it the same as the RedHat Linux
case statement which does I believe cater for this.

Worth noting: On some systems the response from uname is wholly
customisable - it can play merry hell with the installation script sometimes
as it tries to work out what on earth we are installing on and defaults to
case 1.

Regards

JayJay
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Francis Bennett
On Red Hat I found I needed  ivdum rather than icvBdum

HTH

Francis

- Original Message - 
From: John Jenkins [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Wednesday, July 11, 2007 5:55 AM
Subject: RE: [U2] Issue with installing UniVerse on Linux


 Fore reference:

 The cpio difference is in the c option on an extract. By my
 recollection: RedHat announced (aeons ago) that they were changing c to
 mean not create whereas previously it had meant create. I think this
was
 to do with POSIX changes but I am not sure.

 Then - after a gap - they made the change with no new announcement
(because
 it had been announced a long time ago).

 My recollection may be hazy after this time - but it was definitely the
 meaning of c on cpio that was reversed. The resolution was to modify the
 installation script from:

 cpio -icvdumB

 to

 cpio -ivdumB

 The may be no more than modifying the case statement in uv.load to cater
for
 the response passed back from uname - make it the same as the RedHat Linux
 case statement which does I believe cater for this.

 Worth noting: On some systems the response from uname is wholly
 customisable - it can play merry hell with the installation script
sometimes
 as it tries to work out what on earth we are installing on and defaults to
 case 1.

 Regards

 JayJay
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Issue with installing UniVerse on Linux

2007-07-10 Thread Trevor McNamara
Thanks for all the responses guys.

I will change the cpio command as suggested and see how it goes from there.
I assume I just change any line that has the cpio command with a 'c' option
i just remove?

If that does not work I will post the uv.load script as suggested by Mark.

Thanks

On 7/11/07, John Jenkins [EMAIL PROTECTED] wrote:

 Fore reference:

 The cpio difference is in the c option on an extract. By my
 recollection: RedHat announced (aeons ago) that they were changing c to
 mean not create whereas previously it had meant create. I think this
 was
 to do with POSIX changes but I am not sure.

 Then - after a gap - they made the change with no new announcement
 (because
 it had been announced a long time ago).

 My recollection may be hazy after this time - but it was definitely the
 meaning of c on cpio that was reversed. The resolution was to modify the
 installation script from:

 cpio -icvdumB

 to

 cpio -ivdumB

 The may be no more than modifying the case statement in uv.load to cater
 for
 the response passed back from uname - make it the same as the RedHat Linux
 case statement which does I believe cater for this.

 Worth noting: On some systems the response from uname is wholly
 customisable - it can play merry hell with the installation script
 sometimes
 as it tries to work out what on earth we are installing on and defaults to
 case 1.

 Regards

 JayJay
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Issue with installing UniVerse on Linux

2007-07-09 Thread Trevor McNamara
Hi,

I'm having some issues with installing UniVerse on an Ubuntu machine.

I have everything in the /tmp/uv directory, so the listing is like this:-

CONNPL
CVTB
DEVELOP
DOC
FILESIZE
GCI
IC
JDBC
MAIN
NETWORK
NLS
OBJ
PORTING
QA
STARTUPUCI
UOJ
UVODBC
uv.load

When I run ./uv.load it runs, i select option 1 (Install as root), then it
prompts for the settings, which i change option 4 and 5 to /tmp/uv
So looks like this:-
_
UniVerse Installation Options

The current settings of the available options are:

   UniVerse installer: root
   UniVerse administrator: root  uid=0  gid=0

1) UniVerse home directory:   /usr/ibm/uv
  (currently: Not Installed.)
2) UniVerse-UniData shared directory: /usr/ibm/unishared
  (currently: Not Installed.)
3) Compile terminfo definitions:  true
4) Rewind tape name   /tmp/uv
5) No-rewind tape name/tmp/uv
6) Long File NamesOFF
_

When i press enter to begin installing it comes up with the following:-
_
User uvsql will inherit ownership of the SQL catalog.
Downloading from /tmp/uv to /usr/ibm/uv

Now loading uniVerse from the install media...

cpio: premature end of file
Unable to read installation media.
Contact your IBM support representative.
_


I have created the uvsql and uvadm users.
I have also tried burning it all to cd and running it from there, which
produced the same results?

Anyone got any ideas?

Thanks
Trev
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/