- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Software Install Error
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
08-30-2004 08:22 AM
08-30-2004 08:22 AM
Software Install 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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 08:28 AM
08-30-2004 08:28 AM
Re: Software Install Error
Try itrc doc A5603571.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 09:20 AM
08-30-2004 09:20 AM
Re: Software Install Error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 11:29 PM
08-30-2004 11:29 PM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 05:11 AM
08-31-2004 05:11 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 07:31 AM
08-31-2004 07:31 AM
Re: Software Install Error
# 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 07:49 AM
08-31-2004 07:49 AM
Re: Software Install Error
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
#