1826372 Members
4048 Online
109692 Solutions
New Discussion

Software Install Error

 
Steve Heck_1
Advisor

Software Install Error

I am trying to install a sw package on HPUX 11.0 but I run into the following error.



* Installing fileset "GEARGUI.commands,r=4.11" (1 of 1)

ERROR: Could not access remote file "sbin/init.d/GEARogm" in software item
"GEARGUI.commands,r=4.11,a=HP-UX_B.11.032/64,v=GEAR_Software:/usr"
due to an internal error on the remorte system.

When I look at /sbin/init.d/GEARogm it shows 0 bytes (empty). At the source GEARogm is ok so I am not sure why the file is not being copied correctly.

Thanks!
6 REPLIES 6
Sanjay_6
Honored Contributor

Re: Software Install Error

Hi Steve,

Try itrc doc A5603571.

Hope this helps.

Regds

Steve Heck_1
Advisor

Re: Software Install Error

Hello Sanjay,

Thank you for the reply.

>>Try itrc doc A5603571.

Where would I find this document?

>>All targets to resolve the source locally

Also can I set this option from the console?

#swinstall -x ??=true
Cheryl Griffin
Honored Contributor

Re: Software Install Error

There is possibly a problem with the depot on the remote system or a problem with name resolution.

Check for duplicates in /etc/hosts and use nslookup on the hostname and ip address to see if your host can resolve backwards/forwards.

Stop and restart the swagentd process and try swinstall again.

The document number the previous person referenced is in the ITRC Knowledge Base. You must have a system handle (support agreement) tied to your ITRC login to access the document. From http://www.itrc.hp.com select Search Knowledge Base.
"Downtime is a Crime."
Steve Heck_1
Advisor

Re: Software Install Error

>>
Check for duplicates in /etc/hosts and use nslookup on the hostname and ip address to see if your host can resolve backwards/forwards.
>>

What am I specifically looking for to determine if my host can resolve backwards/forwards?

By the way this host is not attached to a network.
Cheryl Griffin
Honored Contributor

Re: Software Install Error

# nslookup hostname --> returns ip_address
# nslookup ip_address --> returns hostname

The error message makes it appear that the you are attempting to communicate remotely with another machine. That is why you want to resolve the source local to the machine and make sure that your hostname resolves correctly.
"Downtime is a Crime."
Steve Heck_1
Advisor

Re: Software Install Error

Thank you for the additional information.

When I send:

# nslookup Sony1
Using /ect/hosts on: Sony1

looking up FILES
Name: Sony1
Address: 127.0.0.1

# nslookup 127.0.0.1
Using /ect/hosts on: Sony1

looking up FILES
Name: Sony1
Address: 127.0.0.1

#