One of the very first posts I wrote on this blog when I started in early 2007 is a tutorial on how to quickly set up Tripwire on “Suse Linux” (before they called it “Opensuse”). But the problem with that post is that I used the Tripwire software that was bundled with the distro at [...]
UPDATE (post-publish), 20100806: Though this post was originally tested entirely on 32-bit Opensuse 11.1, thanks to the prompt by Philip (see comments below), I have set up and tested this config on 64-bit Opensuse 11.3 with the 64-bit eDirectory 8.8sp5. I can confirm that it works well. Now back to the original post… A little [...]
I’ll spare you all of what you can read all over the Internet about the specifics of the latest Opensuse 11.3 release (and there are some good ones, like All About Linux, and OStatic to name a couple) … And instead I’ll just provide some rambling anecdotes for you… But I do want to say [...]
As you might have noted in my previous posts, I do not like to visit server consoles for upgrades. So I want to thank Novell for having outlined a handy little instruction sheet here: How to upgrade to SLES/SLED 11 SP1 (TID 7005410) on how to do various remote upgrades from SLES 11 to SLES [...]
As a sysadmin (probably like you), sometimes I need to whip up special-purpose mini-scripts to do simple monitoring tasks that I don’t want to bother our main monitoring system with… This is one of them… I needed to monitor a network device (an appliance, actually) constantly and rapidly, to see if the interface was flapping [...]
This is just a simplified adaptation of a community post by author sakila here: http://www.novell.com/communities/node/9298/patching-and-upgrading-oes2-sp1-oes2-sp2 …all due credit (and thanks) to the author for putting that together!! Please read that doc first to get a feel for what I’m after here, and take in all the warnings and caveats. Maybe even post a comment, and [...]
If you have an iFolder 3.8 (and some previous versions) server, and you use the local database (instead of LDAP or what-not), then you may have run into a situation where you have to change a password for a regular user when that current password is not known. Of course, if the user *knows* his [...]
I got this question the other day from a Centos administrator: “The certwatch tool has been sending the me an email warning me that I need to renew the SSL Certificate. What do I do?” The email message read like the following (names have been changed): ################# SSL Certificate Warning ################ Certificate for hostname ‘www.yourlinuxguy.com’, [...]
Here’s a fun one for you. I had a situation recently where the customer had some of his windows PCs properly being populated in his reverse DNS zone (in an AD-controlled environment), and some that were not. He asked me to quickly scan the network and figure out which were which (before we started to [...]
Here’s a quick cheat-sheet on how to do fast backup of your eDirectory tree from an OES Linux server. While we’re at it, we’ll do a quick restore of an object. First, let’s back it up! Let’s grab the whole tree: ndsbackup cvf /tmp/ndsbackup-treeRoot.bak [Root] …note that you will be prompted for the admin user [...]