How to remove a OES2 Linux server from a eDirectory?

Many people ask me the question how you can remove a OES2 Linux server from a eDirectory tree.

With Netware you go to NWCONFIG, Directory Options, Remove Directory Service from this Server.

But how can we do this on OES Linux? Simple just give the command

ndsconfig rm -a cn=admin.o=org

Give the admin password and eDirectory will be removed. Don’t forget to cleanup you eDirectory. The following object will still exist after removing eDirectory:

  • Volume object(s) (As a unknow object, because it’s missing a mandatory property)
  • SAS object
  • SSL Certificate objects
  • Unix Workstation object

Disable Broadcast for OES2 Linux

Just to let you know (and that I don’t forget it) how you can disable broadcast messages in OES2 Linux.

Go into NCPCON and give the command:

set disable_broadcast=1

microcode failed to start with VMI kernel

When you install the VMI kernel for SLES10 SP2 the deamon microcode failes to start.

No worry, you don’t need this process any more when you have paravirtualization. Just remove the deamon with:

insserv -r /etc/init.d/microcode_ctl

Below is a grab from the man pages:

The microcode_ctl utility is a companion to the IA32 microcode driver written by Tigran Aivazian <tigran@aivazian.fsnet.co.uk>. The uaility has two uses:

a) it decodes and sends new microcode to the kernel driver to be uploaded to Intel IA32 processors. (Pentium Pro, PII, Celeron, PIII, Xeon, Pentium 4 etc)

b) it signals the kernel driver to release the buffers containing the copy of microcode data actually applied to given CPU, linear array of 2048 bytes per CPU, see struct microcode in include/asm/processor.h for information on the layout of chunks buffers may hold

The microcode update is volatile and needs to be uploaded on each system boot i.e. it doesn’t reflash your cpu permanently, reboot and it reverts back to the old microcode.

Grub Error 17: Cannot mount selected partition

When I wanted to upgrade a test machine to SLES10 SP2 with OES2 SP1 I ran into a error:

Error 17: Cannot mount selected partition

The upgrade screen gives you the option to modify the grub section. But nothing helped. Than I just move from Grub to Lilo and the upgrade process went on.

During the first boot, I got a error that the boot partition could not be mounted. Then I saw that in /etc/fstab the mount point for boot was pointing to the wrong device. I corrected it to /dev/sda1 and everything was ok.

This test machine was a not patched SLES10 SP1 with OES2 (SP0). Tomorrow I’m going to upgrade a machine from a customer of mine. I think I will turn my notebook into a installation server because changes I don’t like to change a CD/DVD while upgrading.

I will blog here how it went.

Increasing Timeout value in ZCC

How can you modify the default timeout value of 30 minute for ZCC?

Well, go to [ZENworks Home]sharetomcatwebappszenworksWEB-INF here you will find 2 file called config.xml and web.xml. Open the 2 files with a text editor and search for the value “timeout”.

When you modified both files, restart tomcat or reboot the server.