- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I start Netscape in HP-UX?
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-18-2005 10:37 AM
01-18-2005 10:37 AM
How do I start Netscape in HP-UX?
How do I start Netscape in HP-UX? I don't see any icons for it anywhere. Can I start it from the shell?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 10:40 AM
01-18-2005 10:40 AM
Re: How do I start Netscape in HP-UX?
netscape &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 11:16 AM
01-18-2005 11:16 AM
Re: How do I start Netscape in HP-UX?
export DISPLAY=192.123.123.123:0.0
run netscape ...
netscape &
Or, if it's not in your path... the standard location for Netscape is /opt/netscape ...
so
/opt/netscape/netscape &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 03:32 PM
01-18-2005 03:32 PM
Re: How do I start Netscape in HP-UX?
if you are using a system with a graphical interface(such as workstation) open a shell and go to /opt/netscape
then
./netscape &
if you dont have a gui , then you have to use software like reflection,xmanager etc.
start the xmanager/reflection in your desktop.
open a shell for your unix server.export the display to your desktop
export DISPLAY=
example: export DISPLAY=192.168.200.5:0.0
if the ipaddress of your desktop is 192.168.200.5
cd /opt/netscape
./netscape &
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 05:20 PM
01-18-2005 05:20 PM
Re: How do I start Netscape in HP-UX?
#export DISPLAY=
#/opt/netscape/bin/netscape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 09:48 AM
01-19-2005 09:48 AM
Re: How do I start Netscape in HP-UX?
Don't bother with netscape.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 03:57 AM
01-20-2005 03:57 AM