- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall causes memory fault (coredump)
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
02-10-2006 12:57 AM
02-10-2006 12:57 AM
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 01:37 AM
02-10-2006 01:37 AM
Re: swinstall causes memory fault (coredump)
/sbin/init.d/swagentd -r
That restarts swagent.
In case its the gui, try it form the command line without the DISPLAY variable set.
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
02-10-2006 01:37 AM
02-10-2006 01:37 AM
Re: swinstall causes memory fault (coredump)
Check the latest patch available for SD. Also, do a # file
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 05:28 AM
02-10-2006 05:28 AM
Re: swinstall causes memory fault (coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 07:43 AM
02-10-2006 07:43 AM
Re: swinstall causes memory fault (coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 11:56 PM
02-10-2006 11:56 PM
Re: swinstall causes memory fault (coredump)
'swinstall -s /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2006 02:32 AM
02-11-2006 02:32 AM
Re: swinstall causes memory fault (coredump)
Have you tried command line mode without GUI?
# swinstall -s
-Arun
P.S Remember to assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:22 AM
02-13-2006 02:22 AM
Re: swinstall causes memory fault (coredump)
Ps- I will definitely assign points, I just need to know what fixes this first. Thanks for all the help!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 02:26 AM
02-13-2006 02:26 AM
Solutionswinstall -s /hysas_5041/
You need the shlash star to tell it to install all parts of the depot from the command line.
Its important that you restart swagentd as I recommend earlier and that the UNIX95 variable not be set. This variable can cause checksum errors with swinstall.
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
02-13-2006 02:31 AM
02-13-2006 02:31 AM
Re: swinstall causes memory fault (coredump)
Thanks. Do I need to start swagentd before or after I run that command? And how do I check to see if UNIX95 variable is set?
Sorry for all the questions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 09:03 PM
02-14-2006 09:03 PM
Re: swinstall causes memory fault (coredump)
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
To view UNIX95 variable setting then,
# echo $UNIX95
it must be null.
# UNIX95=""
# echo $UNIX95
that is it.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2006 09:10 PM
02-14-2006 09:10 PM
Re: swinstall causes memory fault (coredump)
Do I need to start swagentd before or after I run that command? And how do I check to see if UNIX95 variable is set?
You need to restart swagentd before running the command.
# echo $UNIX95
It should be null. (sh: UNIX95: Parameter not set.)
-Arun