Operating System - HP-UX
1834187 Members
2504 Online
110064 Solutions
New Discussion

Re: Errors While Installing

 
SOLVED
Go to solution
Eric Bakken
Regular Advisor

Errors While Installing

I'm trying to practice installing stuff in HP-UX and when i try to install things i get this error in the logfile:

Error: could not access remote file "/usr/local/bin/crafty" in software item"
"crafty.craft-RUN,r=19.19,a=HP-UX_B.11.11_700/800,v=:/usr/local due to an internal error on the remote system
Error: Failed installing fileset "crafty.crafty-RUN,r=19.19". check the above output for details.
Note: the install phase has suspended. check the above output for reasons

any ideas?

-Eric
6 REPLIES 6
Robert-Jan Goossens
Honored Contributor
Solution

Re: Errors While Installing

Hi Eric,

Check your ip and hostname in the host file.

# nslookup your_ip
# nslookup your_host_name

should have the same output.

HTH.
Robert-Jan
Eric Bakken
Regular Advisor

Re: Errors While Installing

>>=[/]=> nslookup hpbox
Using /etc/hosts on: hpbox

looking up FILES
Name: hpbox
Address: 127.0.0.1

>>=[/]=> nslookup 192.168.0.3
Using /etc/hosts on: hpbox

looking up FILES
Name: hpbox
Address: 192.168.0.3
Rajeev  Shukla
Honored Contributor

Re: Errors While Installing

Maybe the software is corrupt or not bundled properly.
What software are you trying to install..also look at the swinstall.log and swagent.log in /var/adm/sw
Joseph Loo
Honored Contributor

Re: Errors While Installing

hi eric,

am i right to say when u "nslookup ", the IP address is 127.0.0.1, which is actually the localhost or loopback of the server.

would u like to post the content of /etc/hosts?

also, what is the exact commands and argument use with swinstall?

regards.
what you do not see does not mean you should not believe
Robert-Jan Goossens
Honored Contributor

Re: Errors While Installing

Eric,

Your /etc/hosts file should look this.

145.X.X.XX pluto pluto. loghost
127.0.0.1 localhost loopback

Also check your /etc/nsswitch.conf

hosts: files

# swagentd -k
# swagentd -r

Try installing the software depot again.

Best regards,
Robert-Jan
Eric Bakken
Regular Advisor

Re: Errors While Installing

I had to change my ip so it didn't say my loopback adress, thanks for the help,

-Eric