- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error swinstall
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
07-02-2007 12:59 PM
07-02-2007 12:59 PM
Error swinstall
I have question about install package.
when i execute command 'swinstall -s /AbsolutePATH/package_name
it displays Error like this..
[root@mafweb1:/web1_backup] swinstall -s /web1_backup/package_name
NOTE: The interactive UI was invoked, since no software was
specified.
ERROR: Either Graphic User Interface(GUI) or Terminal User
Interface(TUI) cannot be started. In order to execute this
command, you have to modify your DISPLAY or use English
version TUI with LANG="" or LANG=C.
Why it cannot execute?
can you tell me?
How can I succeed to install.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 02:14 PM
07-02-2007 02:14 PM
Re: Error swinstall
# swinstall -s /AbsolutePATH/package_name \*
This will install everything that "matches" in the depot.
>Why it cannot execute?
From the error message, you haven't exported DISPLAY (graphical) or you have LANG set to something other than American Nerd (TUI).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 03:03 PM
07-02-2007 03:03 PM
Re: Error swinstall
uname -a
model
echo $LANG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 03:04 PM
07-02-2007 03:04 PM
Re: Error swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 03:42 PM
07-02-2007 03:42 PM
Re: Error swinstall
HP-UX MAFweb1 B.11.23 U ia64 0611614471
[root@mafweb1:/web1_backup] swlist -l patch|grep -i cum|grep -i sam
# CIFS-Server.CIFS-DOC A.02.01.02 Samba Documentation (original)
# PHCO_31926 1.0 cumulative SAM patch
Platform info:
model string = "ia64 hp server rx4640"
SO, How can I install?
# swinstall -s /AbsolutePATH/package_name \*
it only logs analysis..
what should I do to install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 04:04 PM
07-02-2007 04:04 PM
Re: Error swinstall
>it only logs analysis..
This should install everything that wasn't already installed. What did swinstall say?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 04:20 PM
07-02-2007 04:20 PM
Re: Error swinstall
NOTE: The interactive UI was invoked, since no software was
specified.
ERROR: Either Graphic User Interface(GUI) or Terminal User
Interface(TUI) cannot be started. In order to execute this
command, you have to modify your DISPLAY or use English
version TUI with LANG="" or LANG=C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 04:32 PM
07-02-2007 04:32 PM
Re: Error swinstall
>it only logs analysis..
You said this. What was the output?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2007 05:41 PM
07-02-2007 05:41 PM
Re: Error swinstall
NOTE: The interactive UI was invoked, since no software was
specified.
ERROR: Either Graphic User Interface(GUI) or Terminal User
Interface(TUI) cannot be started. In order to execute this
command, you have to modify your DISPLAY or use English
version TUI with LANG="" or LANG=C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 01:33 AM
07-03-2007 01:33 AM
Re: Error swinstall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 01:15 PM
07-03-2007 01:15 PM
Re: Error swinstall
Read the thread 'how to set locale to C'
After the action,
It works fine.
Thank you
I think the problem is referred to locale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2007 03:45 PM
07-03-2007 03:45 PM
Re: Error swinstall
Yes, I saw that but you never said you wanted to use the interactive swinstall.
And I assumed you knew how to set the LANG to C and that you could use the locale(1) command to see what the current locale was.