Monthly Archives: August 2013

How To Register OES and SLES Servers Using Command Line and a Script

It is important to keep your servers at the current patch level.  Usually there are many bugs fixed and if you come across a new issue it helps Novell Support the the Developers.

I like to use the command line to register my servers.  It is easy and relatively fast compared to the GUI.  Even easier is to use a script.  Just copy the script to the server, modify the e-mail account and registration codes and run the script.  If something happens to the update services and repositories just run the script to clean up the old and re-register.

Below is a video demonstrating the register.sh script

TID 3030847 goes over the command line process.

Note: do not include < > for email or regcodes in the examples below

The command to register a OES server is
suse_register -a email=<user@email.com> -a regcode-sles=<your sles code>… Continue reading

July 2013 Scheduled Maintenance

July2013 Scheduled Maintenance has been released

How to apply the patch with zypperList repositories
zypper lr
Should see the following:
nu_novell_com:OES11-SP1-Updates | OES11-SP1-Updates | Yes | Yes

List patches in the Updates repository
zypper pch OES11-SP1-Updates
Should see the following:
OES11-SP1-Updates | oes11sp1-July-2013-Scheduled-Maintenance | 7889 | recommended | Needed

Install the maintenance patch
zypper up -t patch oes11sp1-July-2013-Scheduled-Maintenance

Then list the patches again to make sure it is installed
zypper pch OES11-SP1-Updates
Should see the following:
OES11-SP1-Updates | oes11sp1-July-2013-Scheduled-Maintenance       | 7889 | recommended | Installed

July 2013 Scheduled Maintenance for OES11SP1

Key DSfW specific bugs fixed with this maintenance patch for OES11SP1

  • 806538 – MS cluster support in DSfW
  • 816741 – DSFW: ldapsearch fails when the entryDN specified in search filter contains spaces before or after comma.
  • 818366 – xadsd crashes in rpc__naf_addr_free ()
  • 819547 – DSFW: No results for ldapsearch with… Continue reading

Categories