Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Installation of bos.net.tcp.client fails

367 views
Skip to first unread message

Chris Eason

unread,
Jun 17, 1999, 3:00:00 AM6/17/99
to
Could anybody please take a look at the following output from SMIT and
tell me what I'm doing wrong? All I've tried to do, after migrating
to 4.2.1 from 4.1.5, is to install the bos.net.tcp.client for 4.2, which
for some reason wasn't installed with the migration. Every time I
try to do this, I get the following output, indicating some sort of
error which to me looks a duff installation CD but I might be wrong:

[Jun 17 1999, 16:50:48]

Command_to_Execute follows below:
>> /usr/lib/instl/sm_inst installp_cmd -a -Q -d '/dev/cd0' -f '+ 4.2.1.0
TCP/IP Server
@@bos.net.tcp.server 4.2.1.0' '-c' '-N' '-g' '-X' '-G'


Output from Command_to_Execute follows below:

---- start ----

installp -acgNQqwX -d /mnt8228/usr/sys/inst.images -f File 2>&1

File:
bos.net.tcp.server 4.2.1.0

+-----------------------------------------------------------------------
------+
Pre-installation Verification...
+-----------------------------------------------------------------------
------+
Verifying selections...done
Verifying requisites...done
Results...

WARNINGS
--------
Problems described in this section are not likely to be the source of
any
immediate or serious failures, but further actions may be necessary or
desired.

Conflicting Versions of Filesets
--------------------------------
The following filesets are conflicting versions of filesets for which
there
are multiple versions on the installation media. Since a specific
version
was not selected, the newest installable version has been selected.

X11.msg.en_US.vsm.rte 4.2.0.0 # Visual System Mgmt.
Helps & ...

<< End of Warning Section >>

SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.

Selected Filesets
-----------------
bos.msg.en_US.net.tcp.client 4.2.0.0 # TCP/IP Messages - U.S.
English
bos.net.tcp.server 4.2.1.0 # TCP/IP Server

Requisites
----------
(being installed automatically; required by filesets listed above)
bos.net.tcp.client 4.2.1.0 # TCP/IP Client Support

<< End of Success Section >>

FILESET STATISTICS
------------------
2 Selected to be installed, of which:
2 Passed pre-installation verification
1 Additional requisites to be automatically installed
----
3 Total to be installed

+-----------------------------------------------------------------------
------+
Installing Software...
+-----------------------------------------------------------------------
------+

installp: APPLYING software for:
bos.net.tcp.client 4.2.1.0

3001-023 The file /usr/sbin/tftpd has the wrong file mode.
3001-028 The file /usr/sbin/tftpd has the wrong checksum value.
3001-049 The file /usr/sbin/tftpd has the wrong file size.

0503-464 installp: The installation has FAILED for the "usr" part
of the following filesets:
bos.net.tcp.client 4.2.1.0

installp: Cleaning up software for:
bos.net.tcp.client 4.2.1.0

Filesets processed: 1 of 3 (Total time: 50 secs).

installp: APPLYING software for:
bos.net.tcp.server 4.2.1.0


0503-206 installp: The installation of the "root" part of the following
filesets will be CANCELLED because filesets upon which they
depend are not installed (or not completely installed):

Fileset bos.net.tcp.server 4.2.1.0 requires:
* bos.net.tcp.client 4.2.1.0

where:
"*" indicates a requisite fileset that probably failed to install
during this installation session.

Filesets processed: 2 of 3 (Total time: 50 secs).

installp: APPLYING software for:
bos.msg.en_US.net.tcp.client 4.2.0.0


0503-205 installp: The installation of the following filesets will be
CANCELLED because filesets upon which they depend are not
installed
(or not completely installed):

Fileset bos.msg.en_US.net.tcp.client 4.2.0.0 requires:
* bos.net.tcp.client 4.2.1.0

where:
"*" indicates a requisite fileset that probably failed to install
during this installation session.

Finished processing all filesets. (Total time: 50 secs).

0503-409 installp: bosboot verification starting...
installp: bosboot verification completed.
0503-408 installp: bosboot process starting...

bosboot: Boot image is 5131 512 byte blocks.
0503-292 This update will not fully take effect until after a
system reboot.
installp: bosboot process completed.
+-----------------------------------------------------------------------
------+
Summaries:
+-----------------------------------------------------------------------
------+

Installation Summary
--------------------
Name Level Part Event
Result
------------------------------------------------------------------------
-------
bos.net.tcp.client 4.2.1.0 USR APPLY
FAILED
bos.net.tcp.client 4.2.1.0 USR CLEANUP
SUCCESS
bos.net.tcp.server 4.2.1.0 ROOT APPLY
CANCELLED
bos.msg.en_US.net.tcp.clien 4.2.0.0 USR APPLY
CANCELLED


---- end ----


All suggestions gratefully received! Email reply preferred.

Thanks

Chris Eason


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

Chris Eason

unread,
Jun 21, 1999, 3:00:00 AM6/21/99
to
I'm not sure the original message I posted was very easy to read, so
I've hacked out all the unnecessary bits from smit.log. The essential
error I'm getting is when I try to install the 4.2.1 version of
bos.net.tcp.client on a 39H. The error messages are:

> installp: APPLYING software for:
> bos.net.tcp.client 4.2.1.0
>
> 3001-023 The file /usr/sbin/tftpd has the wrong file mode.
> 3001-028 The file /usr/sbin/tftpd has the wrong checksum value.
> 3001-049 The file /usr/sbin/tftpd has the wrong file size.
>
> 0503-464 installp: The installation has FAILED for the "usr" part
> of the following filesets:
> bos.net.tcp.client 4.2.1.0
>

If anybody can help clear this one up I'd really appreciate it.

Chris Eason

unread,
Jun 21, 1999, 3:00:00 AM6/21/99
to
In case anybody else is interested, this problem was overcome by using
the tcbck command. For some reason the /usr/sbin/tftpd executable had
an entry in /etc/security/sysck.cfg. This apparently was preventing
the tftpd file from being installed correctly. Once we issued:

tcbck -d /usr/sbin/tftpd

and retried the installation everything worked perfectly!

In article <7klf9n$adl$1...@nnrp1.deja.com>,


Chris Eason <chris...@johnlewis.co.uk> wrote:
> I'm not sure the original message I posted was very easy to read, so
> I've hacked out all the unnecessary bits from smit.log. The essential
> error I'm getting is when I try to install the 4.2.1 version of
> bos.net.tcp.client on a 39H. The error messages are:
>

> > installp: APPLYING software for:
> > bos.net.tcp.client 4.2.1.0
> >
> > 3001-023 The file /usr/sbin/tftpd has the wrong file mode.
> > 3001-028 The file /usr/sbin/tftpd has the wrong checksum value.
> > 3001-049 The file /usr/sbin/tftpd has the wrong file size.
> >
> > 0503-464 installp: The installation has FAILED for the "usr" part
> > of the following filesets:
> > bos.net.tcp.client 4.2.1.0
> >
>

> If anybody can help clear this one up I'd really appreciate it.
>

0 new messages