- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem kicking off swinstall from console.
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-06-2005 02:58 PM
02-06-2005 02:58 PM
Problem kicking off swinstall from console.
I'm trying to launch swinstall &
get the following error:
swinstall Couldn't bring up the initial window. This may occur when you specify an incorrect display.
ERROR: The interactive UI failed to start. If you wish to run non ineractively, you must specify some software as part of the swinstall command.
Now, i don't want any replies on "manual - command line ways" of getting the software to install (i know about that) just want to find out why the swinstall menu doesn't work.
Looked at previous posts and setting the TERM to vt100 did the trick for most, not the case here...
I have already done the following:
- unset DISPLAY
- stopped then started swagentd
- read the sw logs under /var/adm/sw, only useful message was in swagentd.log
WARNING: Failure registering as Remote Procedure Call server using protocol sequence "ncacn_ip_tcp" with endpoint "2121". No addresses (dce / rpc)
Any ideas/suggestions welcome!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 03:04 PM
02-06-2005 03:04 PM
Re: Problem kicking off swinstall from console.
Is /etc/nsswitch.conf set.
11i v1 early versions shipped without a default and if its not set swagentd won't run.
ps -ef | grep swagentd
Is swagentd running. If that daemon is down you can't install software.
/sbin/swagentd -r
or
/sbin/swagentd stop
/sbin/swagentd start
Make sure there is enough room in /var to install something, if this involves patches.
Try TERM=hp
It appears this box has a lot of network setup for one that is not on a network. This may be interfering with normal operations.
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-06-2005 03:13 PM
02-06-2005 03:13 PM
Re: Problem kicking off swinstall from console.
Its running HP-UX 10.20 (sorry should have pointed this out earlier)
Tried the following to no avail:
/sbin/swagentd -r
or
/sbin/swagentd stop
/sbin/swagentd start
Make sure there is enough room in /var to install something, if this involves patches.
Try TERM=hp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 10:15 PM
02-06-2005 10:15 PM
Re: Problem kicking off swinstall from console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 10:42 PM
02-06-2005 10:42 PM
Re: Problem kicking off swinstall from console.
Also, try vt220 or dtterm.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 10:01 AM
02-07-2005 10:01 AM
Re: Problem kicking off swinstall from console.
yes, the /etc/hosts file exists.
yes, there is an entry for local host:
127.0.0.1 localhost
Nothing else in the file (not attached to any network as per my 1st post)
Yes i did export the TERM :)
tried vt220, no luck either..
hmmmmmm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 10:18 AM
02-07-2005 10:18 AM
Re: Problem kicking off swinstall from console.
Are you able to use sam in GUI? Or only problem with swinstall?
what is the output of
#ping $(hostname)
you are getting reply?
Is the hostname set properly in /etc/hosts?
I mean apart from localhost try adding the hostname in /etc/hosts.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 10:28 AM
02-07-2005 10:28 AM
Re: Problem kicking off swinstall from console.
1) SAM works fine, its just swinstall.
2) ping $(hostname) was successful
3) After adding the hostname (earth) to the /etc/hosts file with a "dummy IP address" as its not on a network, i.e so that the hosts file looked like:
127.0.0.1 localhost
192.172.54.107 earth
the ping $(hostname) no longer worked. I got:
PING earth: 64 byte packets
ping: sendto: Network is unreachable
ping: wrote earth 64 chars, ret=-1
ping: sendto: Network is unreachable
ping: wrote earth 64 chars, ret=-1
etc etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 11:04 AM
02-07-2005 11:04 AM
Re: Problem kicking off swinstall from console.
all i get is:
root 1786 1 0 11:00:04 ? 0:00 /usr/sbin/swagentd
root 1788 1308 0 11:00:08 console 0:00 grep swagentd
So i decided to do a:
/usr/sbin/swagentd -r
and the ps -ef |grep swagentd now shows:
the swagentd -r process
still no luck with swinstall..
tried:
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
no luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 11:09 AM
02-07-2005 11:09 AM
Re: Problem kicking off swinstall from console.
GUYS!! IT WAS A VERY STUPID MISTAKE!!
Suprised no-one picked up on it too! in my 1st post i mentioned "exactly" what i was doing..
DDDDDDDDRrrrrrrrrrrrrrrrr i was typing a & after the swinstall command!!!
Now that deserves a slap! :)
Thanks all for your help ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:35 PM
02-07-2005 12:35 PM
Re: Problem kicking off swinstall from console.
Yor sentence "I m trying to launch swinstall & get the following error" was read by me as "Im trying to launch swinstall and get the following error"
So couldnot find any mistake in that....!!
Anyways hope now your problem is solved.
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:40 PM
02-07-2005 12:40 PM
Re: Problem kicking off swinstall from console.
I dont find any mistake in using
#swinstall &
because this also will give you the GUI. I am able to use this and I have been using this way only since I may need the shell prompt for some other work during the installation. I used to use #swinstall & only .
I am running this from my windows PC with Exceed.
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 03:52 PM
02-07-2005 03:52 PM
Re: Problem kicking off swinstall from console.
Anyways' thanks all ...
problem fixed.
Nick