<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>NewPush &#187; AIX</title> <atom:link href="http://newpush.com/category/tech/aix/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Creating an easy to deploy SSL certificate in PEM format</title><link>http://newpush.com/2011/11/creating-an-easy-to-deploy-ssl-certificate-in-pem-format/</link> <comments>http://newpush.com/2011/11/creating-an-easy-to-deploy-ssl-certificate-in-pem-format/#comments</comments> <pubDate>Mon, 07 Nov 2011 17:03:02 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[Certificate Chain]]></category> <category><![CDATA[Certificates]]></category> <category><![CDATA[PEM]]></category> <category><![CDATA[Secure Certificates]]></category> <category><![CDATA[SSL]]></category><guid isPermaLink="false">http://newpush.com/?p=1379</guid> <description><![CDATA[When ordering a secure certificate, most often one has to deal with the following files: certificate key file (aka private key): .key certificate request file: .csr primary certificate file (issued by the CA): .crt certificate chain (aka intermediate certificate, or &#8230; <a href="http://newpush.com/2011/11/creating-an-easy-to-deploy-ssl-certificate-in-pem-format/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>When ordering a secure certificate, most often one has to deal with the following files:</p><ul><li>certificate key file (aka private key): .key</li><li>certificate request file: .csr</li><li>primary certificate file (issued by the CA): .crt</li><li>certificate chain (aka intermediate certificate, or sf bundle): sf_bundle.crt</li></ul><p>As a result, when deploying to a web server, it is necessary to configure 3 files: the key, the cert, and the trust chain.  However, a little known fact is that these can be combined in a &#8220;pem&#8221; file that holds all three.  One may even include the trusted root certificate optionally.  Here is how:</p><ul><li>download your certificates (your_domain_name.crt) from your <a href="https://newpush.com/portal/">NewPush Customer Portal</a>.</li><li>paste the entire body of each certificate one by one into one text file in the following order:<ul><li><strong>domain.key</strong></li><li><strong>domain.crt</strong></li><li><strong>sf_bundle.crt</strong></li></ul><p>Make sure to include the beginning and end tags on each certificate. The result should look like this:<br /> <code><br /> -----BEGIN RSA PRIVATE KEY-----<br /> ...<br /> -----END RSA PRIVATE KEY-----<br /> -----BEGIN CERTIFICATE-----<br /> ...<br /> -----END CERTIFICATE-----<br /> -----BEGIN CERTIFICATE-----<br /> ...<br /> -----END CERTIFICATE-----<br /> -----BEGIN CERTIFICATE-----<br /> ...<br /> -----END CERTIFICATE-----<br /> -----BEGIN CERTIFICATE-----<br /> ...<br /> -----END CERTIFICATE-----<br /> </code></ul><p>The number of<br /> <code><br /> -----BEGIN CERTIFICATE-----<br /> ...<br /> -----END CERTIFICATE-----<br /> </code><br /> sections will depend of the length of the certificate trust chain.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/11/creating-an-easy-to-deploy-ssl-certificate-in-pem-format/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>IBM Power Systems Model and Serial</title><link>http://newpush.com/2011/06/ibm-power-systems-model-and-serial/</link> <comments>http://newpush.com/2011/06/ibm-power-systems-model-and-serial/#comments</comments> <pubDate>Thu, 16 Jun 2011 16:58:02 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[Power Systems]]></category> <category><![CDATA[pSeries]]></category> <category><![CDATA[VIOS]]></category><guid isPermaLink="false">http://newpush.com/?p=1159</guid> <description><![CDATA[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 &#8230; <a href="http://newpush.com/2011/06/ibm-power-systems-model-and-serial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>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:<br /> <code><br /> $ uname -M # model number<br /> IBM,NNNN-NNN<br /> $ uname -m # serial number<br /> HHHHHHHHHHHH<br /> </code><br /> You don&#8217;t even need to be root to run the commands.</p><p><a href="http://stromberg.dnsalias.org/~strombrg/Useful-AIX-commands.html">More useful AIX commands</a>.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/06/ibm-power-systems-model-and-serial/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sametime 8.5.1 Deployment</title><link>http://newpush.com/2011/05/sametime-8-5-1-deployment/</link> <comments>http://newpush.com/2011/05/sametime-8-5-1-deployment/#comments</comments> <pubDate>Fri, 13 May 2011 20:25:13 +0000</pubDate> <dc:creator>Bill</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Domino]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[Lotus]]></category> <category><![CDATA[Sametime]]></category><guid isPermaLink="false">http://newpush.com/?p=1105</guid> <description><![CDATA[To deploy a Sametime environment with multiple levels of licensing, multiple Sametime servers with each respective license versions needed (Entry, Standard, etc.). The Sametime wiki has a number of useful resources to plan out a complex Sametime deployment: http://www-10.lotus.com/ldd/stwiki.nsf/page.xsp?documentId=6F6353B28F5FB51185257775007AC431&#038;action=openDocument http://www-10.lotus.com/ldd/stwiki.nsf/dx/1.3_Lotus_Sametime_product_family &#8230; <a href="http://newpush.com/2011/05/sametime-8-5-1-deployment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>To deploy a Sametime environment with multiple levels of licensing, multiple Sametime servers with each respective license versions needed (Entry, Standard, etc.).  The Sametime wiki has a number of useful resources to plan out a complex Sametime deployment:</p><ul><li>http://www-10.lotus.com/ldd/stwiki.nsf/page.xsp?documentId=6F6353B28F5FB51185257775007AC431&#038;action=openDocument</li><li>http://www-10.lotus.com/ldd/stwiki.nsf/dx/1.3_Lotus_Sametime_product_family</li><li>http://www-10.lotus.com/ldd/stwiki.nsf/xpViewCategories.xsp?lookupName=Learning%20Center</li></ul><p>And here are some documents that delve into the details:</p><ul><li>http://www-10.lotus.com/ldd/stwiki.nsf/dx/Chapter_2._Planning_a_Sametime_8.5.1_deployment</li><li>http://publib.boulder.ibm.com/infocenter/sametime/v8r5/index.jsp?topic=/com.ibm.help.sametime.v851.doc/plan/plan_topol_deploy.html</li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/05/sametime-8-5-1-deployment/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Domino 8.5 SSL Key Import Into Keyring File</title><link>http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/</link> <comments>http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/#comments</comments> <pubDate>Sat, 09 Apr 2011 23:40:05 +0000</pubDate> <dc:creator>Bill</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Domino]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Keyring]]></category> <category><![CDATA[Lotus]]></category> <category><![CDATA[Secure Certificates]]></category> <category><![CDATA[SSL]]></category> <category><![CDATA[TLS]]></category><guid isPermaLink="false">http://newpush.com/?p=1073</guid> <description><![CDATA[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 &#8230; <a href="http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Domino Server SSL Key Import</h1><p>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.</p><p>The basic overview of the process is this:</p><ul><li>Create a <code>kyr</code> (keyring) file to hold the keys.</li><li>Create a <code>p12</code> (PKCS#12) file with the certificate that needs to be added to the keyring.</li><li>Add the <code>p12</code> (PKCS#12) file to the keyring.</li><li>Install the new keyring on the Domino Servers (mail, traveler, sametime, Quickr)</li></ul><h2>Domino Server PKCS#12 key generation and import</h2><h3>Create PKCS#12 from SSL KEY and CRT files</h3><p>For this step I recommend to be on the Linux or AIX with openssl installed.  Assuming that you have the certificate key, the CA issued certificate, and the certificate chains all in the same directory, you can run the following command to generate the <code>p12</code> file:<br /> <code><br /> openssl pkcs12 -export \<br /> -in certificate-from-CA.crt \<br /> -inkey certificate-key-file.key \<br /> -certfile root-ca-bundle.crt \<br /> -out certificate-in-pkcs12-format.p12<br /> </code></p><h3>Add PKCS#12 to Domino Server Kyr Keyring File</h3><p>For this step I recommend to be on the sametime server under Linux or AIX.  In theory, this should work, but in practice, I found that the version 7 of the <code>gsk</code> tools doesn&#8217;t seem to be able to open <code>kyr</code> files.  So you may need to skip ahead to the legacy Windows XP method, unless you can find the <code>gsk5bas</code> package on one of your older install media.<br /> <code><br /> rpm -Uvh ${SAMETIME_CD_PATH}/SametimeEntryServer/GSKit/Linux/gsk7bas-7.0-4.28.i386.rpm<br /> vi /opt/ibm/lotus/notes/latest/linux/ibm-jre/jre/lib/security/java.security<br /> </code><br /> Add last provider to list:<br /> <code><br /> security.provider.1=com.ibm.jsse2.IBMJSSEProvider2<br /> security.provider.2=com.ibm.crypto.provider.IBMJCE<br /> security.provider.3=com.ibm.security.jgss.IBMJGSSProvider<br /> security.provider.4=com.ibm.security.cert.IBMCertPath<br /> security.provider.5=com.ibm.security.sasl.IBMSASL<br /> security.provider.6=com.ibm.spi.IBMCMSProvider<br /> </code><br /> remove conflicting jar file:<br /> <code><br /> mv /opt/ibm/lotus/notes/latest/linux/ibm-jre/jre/lib/ext/gskikm.jar /opt/ibm/lotus/notes/latest/linux/ibm-jre/jre/lib/ext/gskikm.removedjar-<br /> </code><br /> set environment:<br /> <code><br /> set JAVA_HOME<br /> JAVA_HOME=/opt/ibm/lotus/notes/latest/linux/ibm-jre/jre export JAVA_HOME<br /> </code></p><h3>Domino Server Required Utilities for SSL Key Import (legacy Windows XP method)</h3><ul><li>Download and install <a href="ftp://ftp.software.ibm.com/software/lotus/tools/Domino/gsk5-ikeyman.zip">IKEYMAN</a>.</li><li>Open the kyr file in gsk5.</li><li>Import the p12 cert.</li><li>Save the new kyr file.</li></ul><h3>Domino Server SSL Key Management References</h3><ul><li>http://www.redbooks.ibm.com/redpapers/pdfs/redp0046.pdf</li><li>http://www.turtleweb.com/turtleblog.nsf/dx/11022009232215GDAVGR.htm?opendocument&#038;comments</li><li>http://www.deadspace.de/?p=294</li><li>ftp://ftp.software.ibm.com/software/webserver/appserv/library/v61/ihs/GSK7c_SSL_Ikm_Guide.pdf</li><li>https://support.quovadisglobal.com/KB/a93/how-do-i-install-my-digital-certificate-into-lotus-notes.aspx</li><li>http://replay.waybackmachine.org/20081121002554/http://www.justinclarke.com/archives/2005/08/sending_smime_e.html</li><li>http://www.eulerhermes.com/en/documents/secure-email/ehcica_howto_import_lotus_notes_en.pdf/ehcica_howto_import_lotus_notes_en.pdf</li><li>http://publib.boulder.ibm.com/infocenter/sametime/v8r0/index.jsp?topic=/com.ibm.help.sametime.802.doc/Entry/st_adm_security_ssl_ikey_lin_t.html</li></ul><p>For more information about Domino Server solutions, visit our <a href="http://newpush.com/collaboration">collaboration</a> section.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2011/04/domino-8-5-ssl-key-import-into-keyring-file/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Verifying SSL Certificates</title><link>http://newpush.com/2010/12/verifying-ssl-certificates/</link> <comments>http://newpush.com/2010/12/verifying-ssl-certificates/#comments</comments> <pubDate>Fri, 31 Dec 2010 00:53:26 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[OpenSSL]]></category> <category><![CDATA[SSL]]></category><guid isPermaLink="false">http://newpush.com/?p=915</guid> <description><![CDATA[Problem You have a few SSL cert files on your server, but you are not sure which one is the newest, or the right cert to use. Solution Look at the contents of a CSR openssl req -noout -text -in &#8230; <a href="http://newpush.com/2010/12/verifying-ssl-certificates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Problem</h4><p>You have a few SSL cert files on your server, but you are not sure which one is the newest, or the right cert to use.</p><h4>Solution</h4><h5>Look at the contents of a CSR</h5><p><code><br /> openssl req -noout -text -in [domain_name].csr<br /> </code><br /> Where <code>[domain_name].csr</code> is the name of the CSR file.</p><h5>Look at the contents of a certificate</h5><p><code><br /> openssl x509 -noout -text -in [domain_name].crt<br /> </code></p><h5>Look at the MD5 fingerprint of a certificate</h5><p><code><br /> openssl x509 -fingerprint -noout -in [domain_name].crt<br /> </code></p><h5>Check the private key, the CSR, and the signed cert</h5><p>To check that the private key, the CSR, and the signed cert belong to the same set, you need to compare the MD5 outputs:<br /> <code><br /> openssl rsa -noout -modulus -in [domain_name].key |openssl md5<br /> openssl req -noout -modulus -in [domain_name].csr |openssl md5<br /> openssl x509 -noout -modulus -in [domain_name].crt |openssl md5<br /> </code></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/12/verifying-ssl-certificates/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>SMTP Server Testing with Authentication</title><link>http://newpush.com/2010/12/smtp-server-testing-with-authentication/</link> <comments>http://newpush.com/2010/12/smtp-server-testing-with-authentication/#comments</comments> <pubDate>Thu, 23 Dec 2010 18:44:10 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Domino]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[Services]]></category> <category><![CDATA[SMTP]]></category><guid isPermaLink="false">http://newpush.com/?p=882</guid> <description><![CDATA[Problem You need to test manually an SMTP server that requires authentication. Solution The text you need to enter into a DOS or Unix command line is in typewriter typeface. Responses from the server are shown in italic. telnet smtp-server.smtpdomain.com &#8230; <a href="http://newpush.com/2010/12/smtp-server-testing-with-authentication/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Problem</h4><p>You need to test manually an SMTP server that requires authentication.</p><h4>Solution</h4><p>The text you need to enter into a DOS or Unix command line is in <code>typewriter typeface</code>.  Responses from the server are shown in <em>italic</em>.<br /> <code>telnet smtp-server.smtpdomain.com 25</code><br /> <em>Trying xxx.xxx.xxx.xxx&#8230;<br /> Connected to smtp-server.smtpdomain.com.<br /> Escape character is &#8216;^]&#8217;.<br /> 220 smtp-server.smtpdomain.com plus some other optional server greeting text</em><br /> <code>helo localhost</code><br /> <em>250 smtp-server.smtpdomain.com</em><br /> <code>auth login</code><br /> You now need to enter your email and then your password encoded in BASE64.  Do encode your password use the <a href="http://www.hcidata.info/base64.htm">HCI Data Encoder</a><br /> <code>mail from: bnagy@newpush.com</code><br /> <em>250 Sender accepted.</em><br /> <code>rcpt to: bnagy@newpush.com</code><br /> <em>250 OK</em><br /> <code>data</code><br /> <em>354 End your message with a period.</em><br /> <code>Subject: test email</p><p>test content<br /> .</code><br /> <em>250 Accepted message &#8230;</em><br /> <code>quit</code><br /> <em>221 Good bye.<br /> Connection closed by foreign host.</em></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/12/smtp-server-testing-with-authentication/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Java Shopping Cart and eCommerce Solutions</title><link>http://newpush.com/2010/12/java-shopping-cart-and-ecommerce-solutions/</link> <comments>http://newpush.com/2010/12/java-shopping-cart-and-ecommerce-solutions/#comments</comments> <pubDate>Tue, 07 Dec 2010 07:27:38 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[eCommerce]]></category> <category><![CDATA[Shopping Cart]]></category><guid isPermaLink="false">http://newpush.com/?p=860</guid> <description><![CDATA[Java Shopping Cart Hosting The need to host a shopping cart comes up on a regular basis. There are literally hundreds of very good solutions out there. Here is a list of carts that satisfy the following criteria: - configurable &#8230; <a href="http://newpush.com/2010/12/java-shopping-cart-and-ecommerce-solutions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Java Shopping Cart Hosting</h1><p>The need to host a shopping cart comes up on a regular basis.  There are  literally hundreds of very good solutions out there.  Here is a list of carts that satisfy the following criteria:<br /> - configurable<br /> - customizable<br /> - embeddable<br /> - has a flexible API<br /> - compatible with IBM DB2<a rel="attachment wp-att-865" href="http://newpush.com/2010/12/java-shopping-cart-and-ecommerce-solutions/im-mark-170x22/"> <img class="size-full wp-image-865 alignright" title="Java Shopping Cart Hosting for IBM DB2" src="http://newpush.com/wp-content/uploads/2010/12/im-mark-170x22.gif?9d7bd4" alt="Java Shopping Cart Hosting for IBM DB2" width="170" height="22" /></a><br /> - scalable<br /> - reliable</p><p>With these requirements, Java EE is a good technology to settle on, hence the need to find Java Shopping Cart Hosting.</p><h2>Java Shopping Cart Hosting &#8211; Ready to Go Solutions</h2><p>The following products have been identified as viable solutions for Java Shopping Cart Hosting deployments:</p><ul><li>http://www-01.ibm.com/software/genservers/commerce/express/<a rel="attachment wp-att-866" href="http://newpush.com/2010/12/java-shopping-cart-and-ecommerce-solutions/ws-mark-170x22/"> <img class="size-full wp-image-866 alignright" title="IBM Websphere Commerce" src="http://newpush.com/wp-content/uploads/2010/12/ws-mark-170x22.gif?9d7bd4" alt="Java Shopping Cart Hosting with IBM Websphere Commerce" width="170" height="22" /></a></li><li>http://www.softslate.com/</li><li>http://ofbiz.apache.org/</li><li>http://www.shopizer.com/</li><li>http://www.jadasite.com/</li><li>http://www.openedit.org/</li><li>http://www.konakart.com/</li><li>http://www.avetti.com/</li><li>http://allbinary.appspot.com/Weblisket.jsp</li></ul><h3>Java Shopping Cart Hosting &#8211; Tutorials</h3><p>There are also a couple good tutorials we found that would walk you through how to create a shopping cart from scratch to embed into an existing application:</p><ul><li>http://www.ibm.com/developerworks/library/j-ajax1/</li><li>http://www.tech-freaks.in/Java-Programming/JSP-Servlets/shopping-cart.html</li></ul><p>Any of the above is supported in our <a href="/category/services/managed-hosting/">Managed Hosting</a> environment for a successful Java Shopping Cart Hosting deployment.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/12/java-shopping-cart-and-ecommerce-solutions/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Migrating Data Between DB2 Servers</title><link>http://newpush.com/2010/10/migrating-data-between-db2-servers/</link> <comments>http://newpush.com/2010/10/migrating-data-between-db2-servers/#comments</comments> <pubDate>Fri, 29 Oct 2010 06:32:02 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Business Intelligence]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Cognos 10]]></category> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[DB2 9.7]]></category><guid isPermaLink="false">http://newpush.com/?p=815</guid> <description><![CDATA[DB2 Support for Data Migration When it is time to upgrade from DB2 on Intel to DB2 on Power for example, taking a backup/restore approach isn&#8217;t possible as DB2&#8242;s backups are platform dependent. The solution is to use a DB2 &#8230; <a href="http://newpush.com/2010/10/migrating-data-between-db2-servers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>DB2 Support for Data Migration</h1><p>When it is time to upgrade from DB2 on Intel to DB2 on Power for example, taking a backup/restore approach isn&#8217;t possible as DB2&#8242;s backups are platform dependent.  The solution is to use a DB2 command called <code>db2move</code>.</p><h2>Basics of db2move</h2><p>db2move allows to export data from DB2 at different levels of granularity.  It also has a very simple syntax to allow exporting all of the data and structure of a database.</p><h2>Exmaple of db2move</h2><p><code><br /> su - db2inst1<br /> mkdir /tmp/db2export<br /> cd /tmp/db2export<br /> db2move sample export<br /> </code><br /> Where <code>db2inst1</code> is the db2 instance owner, <code>/tmp/db2export</code> is where the DB2 data and structures are being exported, and <code>sample</code> is the database name.</p><p>For more DB2 Support hints, please visit our <a href="http://newpush.com/category/tech/db2/">DB2</a> category.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/10/migrating-data-between-db2-servers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Planning for Storage, Server, and  Network Infrastructure</title><link>http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/</link> <comments>http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/#comments</comments> <pubDate>Thu, 28 Oct 2010 03:23:03 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Collaboration]]></category> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[Dedicated Servers]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[NetApp]]></category> <category><![CDATA[OpenBSD]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[Infrastructure]]></category> <category><![CDATA[Servers]]></category> <category><![CDATA[storage]]></category><guid isPermaLink="false">http://newpush.com/?p=775</guid> <description><![CDATA[Questions to ask when planning storage and server infrastructure Storage Requirements What our their current storage environment? (What technology do we use? NetApp, EMC, HP, Hitachi, Compellant?) What is our current amount of usable storage? What is our current data &#8230; <a href="http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Questions to ask when planning storage and server infrastructure</h1><h2>Storage Requirements</h2><ul><li>What our their current storage environment? (What technology do we use?  NetApp, EMC, HP, Hitachi, Compellant?)</li><li>What is our current amount of usable storage?</li><li>What is our current data in GB / TB?  How much of that data is deemed critical as opposed to 2nd tier, or even archivable?</li><li>What growth increase are we seeing from year to year?  (25%?  30%? 40%? More?)</li><li>Is this our largest variable IT cost within our overall budget?</li></ul><h2>Server Infrastructure</h2><ul><li>How many servers do we have within our overall Infrastructure environment?</li><li>What percentage is comprised of Power, Linux or “Wintel”?</li><li>Do we have a vendor standard? (HP, Dell, IBM?)</li><li>What is our overall server utilization (7%?  10%? 20%?  50%?  More?)</li><li>Do we utilize virtualization in our server infrastructure environment?</li><li>If so, what percentage of our environment is virtualized?</li><li>What version / type of virtualization do we use?</li><li>Are we looking to do a server consolidation project to help us save on additional software maintenance and energy costs?</li></ul><h2>Network Infrastructure</h2><ul><li>Do we have (primarily) our own data center or do we store all of our equipment at a co-location / managed services location?  (and if so, whom?)</li><li>What is our current network environment (Cisco?  Avaya?)</li><li>Do we standardize on a vendor?</li><li>How old / new is their network environment?</li><li>What kind of connectivity do they have?  (T1?  T3?  DS?)</li></ul><h2>Security Solutions</h2><ul><li>Do we have a set standard for our security environment?</li><li>Do we do quarterly security assessments?  (PCI and/or FFIEC Assessments?) (Who do we use?)</li><li>Are there areas we need to improve?</li></ul><h2>Software Maintenance</h2><p>Do we have a goto partner we standardize on for software and hardware maintenance contracts?</p><h2>Projects</h2><ul><li>What are there next three primary projects?</li><li>What is our IT  budget?</li><li>What is our Calendar year?  Jan – Dec?  July – June?  Etc.</li></ul><p>For more information about planning for storage, servers, and network infrastructure, look at our <a href="http://newpush.com/category/services/data-warehouse/">data warehouse</a> pages.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/10/planning-for-storage-server-and-network-infrastructure/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>NetApp downgrade firmware</title><link>http://newpush.com/2010/10/netapp-downgrade-firmware/</link> <comments>http://newpush.com/2010/10/netapp-downgrade-firmware/#comments</comments> <pubDate>Tue, 26 Oct 2010 06:30:45 +0000</pubDate> <dc:creator>Pete</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Cloud Computing]]></category> <category><![CDATA[Data Warehouse]]></category> <category><![CDATA[DB2]]></category> <category><![CDATA[Hosting Support]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Managed Hosting]]></category> <category><![CDATA[NetApp]]></category> <category><![CDATA[Windows]]></category><guid isPermaLink="false">http://newpush.com/?p=768</guid> <description><![CDATA[Downgrading firmware on a NetApp SAN If you have just reclaimed a shelf from a NetApp SAN that you would like to use with an older head, you will notice that the drives are not recognized. This is due the &#8230; <a href="http://newpush.com/2010/10/netapp-downgrade-firmware/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1>Downgrading firmware on a NetApp SAN</h1><p>If you have just reclaimed a shelf from a NetApp SAN that you would like to use with an older head, you will notice that the drives are not recognized.  This is due the the fact that DataOntap upgrades the drives automatically when you plug them in to an updated shelf, but it won&#8217;t downgrade or even recognize correctly drives that come from an higher level revision.</p><p>Downgrading drives while keeping the contents is actually impossible.</p><h2>Actually downgrating the firmware on NetApp SAN drives</h2><p>Chances are that you don&#8217;t really need to downgrade the firmware on the drives, and you can just skip to the next section.</p><p>If you are sure you need to downgrade the drives, here are the basic steps:</p><ul><li>Get a linux box, with a qlogic HBA, and cables that can attach to the shelf that has the drives to downgrade</li><li>Make sure only the drives that you want to downgrade are in the shelf</li><li>Make sure the proper disk qualification package is on the filer (if not, download the Disk Qualification Package as a zip file from: http://now.netapp.com/NOW/download/tools/diskqual/ and extract it to the /etc directory of the NetApp)</li><li>Download all current disk firmware from http://now.netapp.com/NOW/download/tools/diskfw/</li><li>Get the right firmware for your disk (the new you just downloaded, or an old one, if you need to downgrade) &#8212; the old firmware is already on the root volume of the netapp</li><li>Use the proper firmware upgrade tool from your manufacturer to flash the firmware from the Linux box</li></ul><h2>Wiping labels on NetApp SAN drives</h2><p>If you simply can&#8217;t get the old filer head to recognize the drives that had new labels, the only viable solution to get the drives to work is to reconnect the shelf to the old filer head that was running a newer firmware.</p><h3>Erasing labels on NetApp SAN drives</h3><ul><li>Boot into maintenance mode (CTRL+C at boot and then Option 5)</li><li>list the drives: <code>label summary</code></li><li>erase the labels: <code>label wipe 4.23</code> where 4.23 is the drive number to wipe</li><li>exit maintenance mode: <code>halt</code></li></ul><p>Chances are that this will still not allow the older filer to see the drives properly.  The next step always works: zero the drives.</p><h3>Zeroing spares on NetApp filer</h3><ul><li>Boot into maintenance mode (CTRL+C at boot and then Option 5)</li><li>list the drives: <code>label summary</code></li><li>force the drives to become spares: <code>label makespare 4.23</code> where 4.23 is the drive number</li><li>exit maintenance mode and boot: <code><br /> > halt<br /> ok boot<br /> </code></li><li>zero the spare drives: <code>drive zero spares</code></li><li>remove the shelf or the drives from the new filer, and you can now put them back into the old filer, as they will be recognized just fine.</li></ul><p>For more information about our SAN support, look at <a href="http://newpush.com/category/tech/netapp/">NetApp SAN</a>.</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/10/netapp-downgrade-firmware/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 10:10:28 by W3 Total Cache -->
