Operating System - HP-UX
1833758 Members
2357 Online
110063 Solutions
New Discussion

Upgrade of Netscape Directory Server to ver. 6.11.30

 
Davor Bira?
Frequent Advisor

Upgrade of Netscape Directory Server to ver. 6.11.30

Hello,

I'm trying to upgrade NDS on HPUX11.11 from 6.11 to 6.11.30, but it's unsuccessful.
First, I have download new version(6.11.30) form itrc, but when it was installed, it just delete old version( and all data) and install new version.
So, I have to do workaround. I have installed new version on other server, connect it with first server using NFS.
And new configuration is applied, but when I open console to check new version, it is still 6.11.
Help!!!
log file is in attch.
2 REPLIES 2
D Block 2
Respected Contributor

Re: Upgrade of Netscape Directory Server to ver. 6.11.30

In the future, try:

1. export Database to be Imported after upgrade (hope this import works).

2. might try using "-k" option to save "install.inf".. not certain if this helps for future upgrading.

--
I'm thinking there is a "setup" command with the -k option.

./setup -k # -k keeps install.inf when finished

--

cd /var/opt/netscape/servers/setup
8. Run the setup program using the -k option if you want to keep the install.inf file (keeping this file could be a security risk because it contains passwords):

./setup # automatically removes the install.inf when finished

./setup -k # -k keeps install.inf when finished

Answer the questions displayed to install the Directory Server and Administration Server. After setup completes the directory server daemon ns-slapd and the administration server daemons ns-httpd and uxwdog will be running.

Golf is a Good Walk Spoiled, Mark Twain.
Davor Bira?
Frequent Advisor

Re: Upgrade of Netscape Directory Server to ver. 6.11.30

I have contacted HP, and HP said, that ver. 6.11.30 has a bug, so recommended is ver.6.21.10.
I will try with this version.