- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Urgent swinstall,swlist and sw commands not workin...
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
01-28-2009 01:38 AM
01-28-2009 01:38 AM
I facing one issue
when I when swlist or swinstall whatever sw commands O.S gives error like
UNEXPECTED EXIT: process LANG=CLC_ALL=C /usr/sbin/swinstall -i exited with a non-zero exit status.
Pthread internal error: message: __pthread_startup() failed , file:
/ux/core/libs/threadslibs/src/common/pthreads/pthread.c, line: 8963
Return Pointer is 0xc0812730
sh: 16186 Quit(coredump)
I found that there is some patch issue have to install another patch to resolve, but I couldn't even run any sw commands, how can I install patch ?
how can i trobuleshoot this issue
how can i find out last installed patch to remove or revert back, if I finding last installed patch I couldn't run swremove command how can I remove last installed patch ?
please help me out it very urgent for me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 02:08 AM
01-28-2009 02:08 AM
Re: Urgent swinstall,swlist and sw commands not working
this is content of LANG, what should there ?
#!/sbin/sh
# @(#)B11.23_LR
# Language preference. See lang(5), hpnls(5)
#
# LANG: Locale name
#
# Note: if using the default C locale, many commands will execute faster if
# LANG is not set.
#
#LANG=C
#export LANG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 02:14 AM
01-28-2009 02:14 AM
Re: Urgent swinstall,swlist and sw commands not working
What changed last and when? Did 'swlist' and/or 'swinstall' just "suddenly" stop working, or was this the case _after_ some patch was applied?
I'd begin with:
# swagentd -r
...to restart the SD daemon. Having done this, try a 'swlist' again.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 02:38 AM
01-28-2009 02:38 AM
Re: Urgent swinstall,swlist and sw commands not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 02:39 AM
01-28-2009 02:39 AM
Re: Urgent swinstall,swlist and sw commands not working
ERROR: swagentd exiting due to initialization error in background
process. Check the logfile "/var/adm/sw/swagentd.log" for
more information.
bash-2.05a#
======= 01/21/09 21:16:57 MST BEGIN swagentd (pid = 1345).
======= 01/28/09 01:51:22 MST BEGIN swagentd (pid = 16872).
======= 01/28/09 02:12:20 MST BEGIN swagentd (pid = 17109).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 03:34 AM
01-28-2009 03:34 AM
Re: Urgent swinstall,swlist and sw commands not working
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 04:54 AM
01-28-2009 04:54 AM
Re: Urgent swinstall,swlist and sw commands not working
env | grep LANG
or attach out put of env command.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2009 05:13 AM
01-28-2009 05:13 AM
Re: Urgent swinstall,swlist and sw commands not working
/ux/core/libs/threadslibs/src/common/pthreads/pthread.c, line: 8963
Return Pointer is 0xc0812730
Hmm, this typically occurred when mixing libpthread with libcma? Have you exported LD_PRELOAD?
>LANG=CLC_ALL=C
Are you sure there isn't a space before "LC_ALL"?