A couple of customers of mine have Arcserve for Linux to backup there OES2 machine.
With Arcserve for Netware, if you had a problem with the database. Arcserve provided a empty database on the installation CD (You can question your self that if a vendor provides a empty database for recovery, how stable is that database?). But with Arcserver for Linux you cannot delete some files and copy the empty database any more. You have to uninstall Arcserver en reinitialize the database.
Here is how:
- Go to opt/CA/ingresii and execute ./uninstall_ingres -a
- Verify that all the ingres RPM’s are uninstalled by doing rpm –qa | grep CA-ing*
- Remove /opt/CA/ingresii folder
- cd to the $BAB_HOME/bin and start ./cadbase_setup
- Run the setup for a new database
If you have a 64bit installation for Arcserve you can find the unistall_ingres on the installation CD.
Novell has published a special web page where all documents are listed that you need to know to upgrade to OpenEnterpriseServer 2.
So if you upgrade server on a regularly basis (Like me) or your planning to upgrade a server. Check this site!
Yesterday I migrated a Netware 6.5 SP8 server to a OES2 64Bit server on vSphere.
I wanted to do a Identity Migration because a lot of stuff depended on the IP adres of that server and
it saved me a lot of troubles with home-directories.
After the identity migration some workstation did not execute there login script? Strange? Because some did. When we looked in ConsoleOne all of the application didn’t had any registry setting or applications files in them any more. While a college saw everything.
After some examination I discovered that the problem was in one replica, that of the server that was migrated. Somehow the stream files were corrupt or not migrated during the identity migration.
We removed all of the replica’s on that server , waited for a while and put the replica’s back on the server.
This was the trick.
Today I was preparing the N3098. The first exercise is installing ZCM10 SP1.
To my suprise the install hangs while configuring the ZENworks database. After some examination I discovered that the virtual machine (The machine runs in VMware Workstation) did not have a ip bound to eth0.
This was due the fact that the mac-adres changed for the virtual NIC. So SLES could not configure the ‘new’ NIC. After removing the old eth0 nic from
/etc/udev/rules.d/30-net_persistent_names.rules and renamed the section for eth1 to eth0 the installation went fine.
Due to a problem with my internet connection (some digging machine destroyed it) my site was not available for a couple of day’s.
But guess what…. I’m Back!