- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory fault using SAM ?
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
06-05-2002 12:54 AM
06-05-2002 12:54 AM
I'm trying to install my licensed Ansi C-developer bundle (applications CD #1) here and am encountering problems doing so on my HP-UX 10.20 :-(
Basically I choose "Install Software Locally" from the "Software Management" menu option.
To begin with I'm asked for a target. When I choose one of 2 proposed ("/" or "/export/shared_roots/OS_700") I get an error:
"The operation you have attempted is only allowed on target machines which have HP OpenView Software Distributor installed. To perform this operation, firts run the HP OpenView Software Distributor pushAgent (1m)."
(Note: I'm doing this on the localhost however...)
Anyway, I can cancel out and I am asked for the source, that dialog goes OK, the software is found after added my Codeword.. but it can't install it since I didn't add a target. Trying to "install (analysis)" I can choose one of the above mentioned "Target Root" and then it starts "Working"... but I get an error again:
====
"UNEXPECTED EXIT: process /usr/lib/sw/sdfal_check exited with a non-zero exit status.
/usr/lib/sw/sdfal_check[86]: 7213 Memory fault(coredump)
ERROR: swinstall failed. See /var/adm/sw/swinstall.log."
====
In the logfile, nothing much is to be found.. just mentions for the dependencies , which it would've checked during the analysis phase..
Does anybody have any clues about this ?
The machine on which I'm doing this is an out-of-the-box installation...
Kind regards,
Renaat Dumon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:14 AM
06-05-2002 01:14 AM
Re: Memory fault using SAM ?
What about instaling software by using Software Distributor GUI? You can start it by typing sd. Then choose Actions --> Install Software.
Does this work?
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:20 AM
06-05-2002 01:20 AM
Re: Memory fault using SAM ?
after typing "sd" it comes up with this..:
ERROR: Could not determine the SD command type. This command must be invoked as "swinstall" "swcopy" "swremove" "swlist"
"swconfig" "swverify" "swdepot" "swacl" "swreg".
I probably need swinstall, right ? :-)
Renaat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:21 AM
06-05-2002 01:21 AM
Re: Memory fault using SAM ?
I still get the error about the pushAgent
What is this about HP OpenView ?
Renaat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:50 AM
06-05-2002 01:50 AM
Re: Memory fault using SAM ?
I would recommend using swinstall. It does not have to be GUI. You can use command line. If you are logged in as a root user you can run:
/usr/sbin/swinstall -x autoreboot=true -s source_location bundle_name
source_location is a depot, where you have Ansi C-developer bundle. Loaction can be /cdrom if it is mounted to the machine on which you are trying to install this bundle. Location has to be local.
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 01:54 AM
06-05-2002 01:54 AM
Re: Memory fault using SAM ?
======= 06/05/02 11:58:36 WETDST BEGIN swinstall SESSION
(non-interactive)
* Session started for user "root@smsgatew".
* Beginning Selection
ERROR: "smsgatew:/": The operation you have attempted is only
allowed on target machines which have HP OpenView Software
Distributor installed. To perform this operation, first run
the HP OpenView Software distributor pushAgent(1m).
* Target connection failed for "smsgatew:/".
ERROR: More information may be found in the daemon logfile on this
target (default location is
smsgatew:/var/adm/sw/swagentd.log).
* Selection had errors.
======= 06/05/02 11:58:37 WETDST END swinstall SESSION
(non-interactive)
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 03:13 AM
06-05-2002 03:13 AM
Re: Memory fault using SAM ?
Can you check the DNS server to see if you put in a reverse lookup for the hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 03:42 AM
06-05-2002 03:42 AM
SolutionHere are the things you should check:
- DNS resolution problems
- /etc/hosts syntax if not using DNS
In /etc/nsswitch.conf check the order of searching for name resolution:
The default is DNS, NIS, /etc/hosts (files).
If you are not using DNS or NIS then the /etc/hosts must
contain the correct entries. For example:
XXX.XXX.XXX.XXX hostname # <--- your system hostname and IP address
127.0.0.1 localhost loopback
Also test nslookup
Before trying to swinstall, restart the daemon process (/usr/sbin/swagentd -r)
I hope this helps. Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 04:07 AM
06-05-2002 04:07 AM
Re: Memory fault using SAM ?
Thanks, you solved an - in essence very simple - problem..
Kind regards,
Renaat