1753817 Members
8446 Online
108805 Solutions
New Discussion юеВ

Netscape location?

 
SOLVED
Go to solution
Mott Given
Frequent Advisor

Netscape location?

What is the full path and filename where Netscape is installed for HP-UX v11.i?
$ swlist -l fileset | grep -i netscape
# NetscapeDirSvr7 B.07.10.10 The Netscape Directory Server v7
NetscapeDirSvr7.NDS-ADM B.07.10.10 Netscape Administration Server
NetscapeDirSvr7.NDS-BASE B.07.10.10 Netscape Server Family Core Components
NetscapeDirSvr7.NDS-BSCLNT B.07.10.10 Netscape Core Java classes
NetscapeDirSvr7.NDS-BSJRE B.07.10.10 Java Runtime Environment
NetscapeDirSvr7.NDS-NC B.07.10.10 Netscape Console
NetscapeDirSvr7.NDS-NSPERL B.07.10.10 Netscape nsPerl
NetscapeDirSvr7.NDS-PERLDAP B.07.10.10 Netscape PerLDAP
NetscapeDirSvr7.NDS-SLAPD B.07.10.10 Netscape Directory Server
NetscapeDirSvr7.NDS-SLCLNT B.07.10.10 Netscape Directory Server Console
NetscapeDirSvr7.NDS-SVCORE B.07.10.10 Netscape core components

We have the directories above but I can't find the executable that starts the Netscape browser.

Mott Given
12 REPLIES 12
Sanjay_6
Honored Contributor

Re: Netscape location?

Hi,

You can do a swlist file on the package and it will tell you that,

swlist -l file NetscapeDirSvr7

Normally it should be under /opt, checkfor netscape directories,

cd /opt
ll -d netscape*

Hope this helps.

regds
Pete Randall
Outstanding Contributor

Re: Netscape location?

ll -d /opt/[Nn]etscape
dr-xr-xr-x 11 bin bin 8192 Dec 23 2003 /opt/Netscape
dr-xr-xr-x 3 bin bin 96 Apr 27 2004 /opt/netscape


Pete

Pete
Sanjay_6
Honored Contributor

Re: Netscape location?

Hi,

forgot to add,

You do not seems to have the netscape browser installed.

Thanks
Sanjay
Arunvijai_4
Honored Contributor

Re: Netscape location?

Hi Mott,

Netscape might not be there on your server, instead you can use Mozilla for HP-UX, which can be downloaded from.

http://www.hp.com/products1/unix/java/mozilla/index.html?jumpid=go/mozilla

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Anil C. Sedha
Trusted Contributor

Re: Netscape location?

Mott,

The Netscape Enterprise server usually runs in /opt/ns-enterprise

Hope it helps.

Thanks
Anil
If you need to learn, now is the best opportunity
Torsten.
Acclaimed Contributor

Re: Netscape location?

Check if the mozilla browser is installed on your system:

>whereis mozilla
mozilla: /opt/mozilla/bin/mozilla

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Mott Given
Frequent Advisor

Re: Netscape location?

Thanks for all the replies. I could not find a file in any of the directories in the replies which had a file that I could use to start up the Netscape browser. I found 2 directories:
/opt/netscape/plugins/
/opt/netscape6/plugins/

Mozilla is going to be installed on the machine.

Mott Given
Anil C. Sedha
Trusted Contributor

Re: Netscape location?

Mott,

Here is the correct info

Netscape installs it under /var/opt/netscape/server? since there is a growth of the database.

There is a document link which may be helpful to you.

http://72.14.203.104/search?q=cache:-m85Et3tHXgJ:docs.hp.com/en/J4258-90024/J4258-90024.pdf+path+for+netscape+directory+software+on+hp-ux&hl=en&ct=clnk&cd=2
If you need to learn, now is the best opportunity
Anil C. Sedha
Trusted Contributor

Re: Netscape location?

One more tip which will always be helpful for you-

If there is ever an application installed by SD-UX (atleast in most times), there will be a startup script in /sbin/init.d

You can find the corresponding name and then open it to find the start script under the START parameter. That will give you a starting point to investigate further.
If you need to learn, now is the best opportunity