- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "Could not access remote file" with swinstall
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:56 AM
05-21-2004 02:56 AM
"Could not access remote file" with swinstall
I'm trying to install a libpcap depot using swinstall but the installation fails because of the following reason. Could you help me in understanding why and solve the issue?
Thank you in advance!
Diego.
Command given:
swinstall -s /tmp/libpcap-0.8.1-sd-11.00.depot
Result:
======= 05/21/04 17:34:59 EETDST BEGIN install AGENT SESSION
(pid=2975) (jobid=DNS1-0032)
* Agent session started for user "root@dns1.mnc010.mcc202.gprs".
(pid=2975)
* Beginning Analysis Phase.
* Source:
dns1.mnc010.mcc202.gprs:/tmp/libpcap-0.8.1-sd-11.00.depot
* Target: DNS1:/
* Target logfile: DNS1:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
* Executing preDSA command.
NOTE: The used disk space on filesystem "/usr" is estimated to
increase by 568 Kbytes.
This will leave 1009664 Kbytes of available user disk space
after the installation.
NOTE: The used disk space on filesystem "/var" is estimated to
increase by 16 Kbytes.
This will leave 868232 Kbytes of available user disk space
after the installation.
* Summary of Analysis Phase:
* 1 of 1 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.
* Beginning the Install Execution Phase.
* Filesets: 1
* Files: 13
* Kbytes: 490
* Installing fileset "libpcap.libpcap-RUN,r=0.8.1" (1 of 1).
ERROR: Could not access remote file "/usr/local/doc/libpcap/CHANGES"
in software item
"libpcap.libpcap-RUN,r=0.8.1,a=HP-UX_B.11.00_700/800,v=:/usr/local"
due to an internal error on the remote system.
ERROR: Failed installing fileset "libpcap.libpcap-RUN,r=0.8.1".
Check the above output for details.
* Retry number 1 of 1 for loading files for fileset
"libpcap.libpcap-RUN,r=0.8.1".
* Installing fileset "libpcap.libpcap-RUN,r=0.8.1" (1 of 1).
ERROR: Could not access remote file "/usr/local/doc/libpcap/CHANGES"
in software item
"libpcap.libpcap-RUN,r=0.8.1,a=HP-UX_B.11.00_700/800,v=:/usr/local"
due to an internal error on the remote system.
ERROR: Failed installing fileset "libpcap.libpcap-RUN,r=0.8.1".
Check the above output for details.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
* Aborting the Install Phase.
Thank you again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 02:59 AM
05-21-2004 02:59 AM
Re: "Could not access remote file" with swinstall
swinstall -s /tmp/libpcap-0.8.1-sd-11.00.depot \*
Does it make a difference?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:03 AM
05-21-2004 03:03 AM
Re: "Could not access remote file" with swinstall
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:22 AM
05-21-2004 03:22 AM
Re: "Could not access remote file" with swinstall
thank you for your quick answers.
Unfortunately it doesn't make any difference both:
- appending the "\*" (to use the non-interactive method)
and
- specifying the hostname before the depot file name (the depot is installed in localhost).
Thank you again!
Diego.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:27 AM
05-21-2004 03:27 AM
Re: "Could not access remote file" with swinstall
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 03:37 AM
05-21-2004 03:37 AM
Re: "Could not access remote file" with swinstall
if effect you are right.
But since swinstall works using the network, probably it produces the same output if the depot is installed both in the local and in remote hosts.
Every time the swinstall tool is executed it outputs "trying to contact ...". In my case I think it establishes a net connection to localhost (but interpreted as "remote" anyway) and proceeds.
But mine is an assumption only. Do you agree?
Diego.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:38 AM
05-21-2004 04:38 AM
Re: "Could not access remote file" with swinstall
Could check your hostname.
#hostname
See the hostname you get thr' command is exactly same as in /etc/hosts file.
Also in /etc/nsswitch.conf check hosts entry:
It should be "files dns".
Try doing
# telnet hostname
# telnet localhosts
You should get login prompt and try logging in and out.
See if you encounter any problem in this cases.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 07:27 AM
05-21-2004 07:27 AM
Re: "Could not access remote file" with swinstall
Check and see if your /etc/hosts has a mistake.
127.0.0.1 loopback host1
a.b.c.d host1
where host1 is the name of the system. If it is so, remove the host1 entry in the loopback ip address line.
Restart swagentd if necessary after that.
Hope this helps.
Regds