Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
I found this solution in the summary of a related thread on [email protected] (mailing list). Thanks for the various assists on this, I’m glad to say that the problem I was having is now solved. I am now successfully interworking dynamically addressed (DHCP) Win2K-pro and XP clients with OpenBSD isakmpd using X.509 certificate-based authentication. I […]
This is our spam / virus filter update for customers on the mx1 / mx2.tnpw.net filtering cluster. The information is brought to you by our vendor, Spam Experts. OS Update SpamExperts is preparing to upgrade all Local Cloud servers from Debian 6 (LTS) to Debian 7.0 over the next weeks. This is generally done as […]
In case an application such as the IBM Systems Director needs the DB2 client to be installed, the process has a couple of pitfalls. Here are steps that make the installation very simple. Download the DB2 client from IBM: http://www.ibm.com/software/data/db2/9/download.html Create a directory and unpack the tarball in that directory, and install the client: wget […]
Change the RAC card password by doing the following: (note, that the default user=root password=calvin) root# racadm -r 10.1.1.1 -u root -p calvin getconfig -g cfgUserAdmin -i1 # cfgUserAdminIndex=1 cfgUserAdminUserName=root cfgUserAdminPrivilege=0 cfgUserAdminAlertFilterRacEventMask=0x300000 cfgUserAdminAlertFilterSysEventMask=0x77777 cfgUserAdminPageNumericEnable=0 cfgUserAdminPageNumericNumber= cfgUserAdminPageNumericMessage=SE cfgUserAdminPageNumericHangupDelay=0x0 cfgUserAdminPageAlphaEnable=0 cfgUserAdminPageAlphaNumber= cfgUserAdminPageAlphaProtocol=8N1 cfgUserAdminPageAlphaBaudRate=0x4b0 cfgUserAdminPageAlphaCustomMsg= cfgUserAdminPageAlphaModemConnectTimeout=0x3c cfgUserAdminPageAlphaPagerId= cfgUserAdminPageAlphaPassword= cfgUserAdminEmailEnable=0 cfgUserAdminEmailAddress= cfgUserAdminEmailCustomMsg= cfgUserAdminPageModemInitString=AT+GCI=B5 cfgUserAdminPageModemPort=0x1 cfgUserAdminType=0x3 root# racadm -r 10.1.1.1 […]
Domino Server SSL Key Import By default, the SSL key order process in the Domino Administrator assumes that only single domain certificates are used. Hence, when you have a multi domain UCC or a wildcard certificate, it has to be loaded into the keyring (a.k.a. kyr file) outside of the Domino Administrator. The basic overview […]
IBM makes it very easy to get the model number and the serial number of an AIX system or a VIOS on thier Power Series: $ uname -M # model number IBM,NNNN-NNN $ uname -m # serial number HHHHHHHHHHHH You don’t even need to be root to run the commands. More useful AIX commands.
/home/httpd/htdocs/is4web/inc/settings.inc [line 10] = ‘<server>.newpush.com’; /home/httpd/htdocs/is4web/xml/config.xml [replace 10.25.69.250 with correct IP i.e. 10.25.69.232] … <item option=”myhostname” > exchange.onethinging.com </item> <item option=”mydomain” > onethinging.com </item> <item option=”myorigin” > </item> <item option=”mydestination” > , </item> <item option=”mynetworks” > 10.25.69.0/24 </item> <item option=”inet_interfaces” hidden=”1″ > </item> <item option=”relay_domains” > </item> <item option=”#relayhost” > </item> […]
There are times when things don’t go as smoothly or work as planned. For example, during routine VMware maintenance, while performing a basic step, you lose your VMware vCenter. As a result, you lose the ability to manage important aspects of your infrastructure. Depending on your time constraints for the maintenance window, you may have to consider backing out of the changes. […]
Problem opening IMAP INBOX with Domino 8.5 If you are getting an error Mail was unable to open this mailbox on the server “domino-server.yourdomain.com”. The server returned the error: SELECT failure, cannot select mailbox: Entry not found in index Most likely the IMAP INBOX for that user has been corrupted. The solution is simple and […]