<?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>Computer Operating Systems &#187; HP-UX Operating System</title> <atom:link href="http://www.morphosppc.com/topic/hp-ux-operating-system/feed" rel="self" type="application/rss+xml" /><link>http://www.morphosppc.com</link> <description>All about Computer Operating Systems</description> <lastBuildDate>Sun, 28 Aug 2011 09:20:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>Filesystem permissions &#8211; Differences between operating systems</title><link>http://www.morphosppc.com/article/filesystem-permissions-differences-between-operating-systems</link> <comments>http://www.morphosppc.com/article/filesystem-permissions-differences-between-operating-systems#comments</comments> <pubDate>Sun, 17 Jul 2011 23:21:08 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Access Control List]]></category> <category><![CDATA[Amigados]]></category> <category><![CDATA[Dos]]></category> <category><![CDATA[Ext3]]></category> <category><![CDATA[File attribute]]></category> <category><![CDATA[Filesystem permissions]]></category> <category><![CDATA[Filesystem permissions - differences between operating systems]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Ibm z/os]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac os history]]></category> <category><![CDATA[Mac Os X]]></category> <category><![CDATA[Ms Dos]]></category> <category><![CDATA[Nfsv4]]></category> <category><![CDATA[OpenVMS]]></category> <category><![CDATA[Posix]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Ufs]]></category> <category><![CDATA[Unix-like]]></category> <category><![CDATA[Windows 2000]]></category> <category><![CDATA[Windows 95]]></category> <category><![CDATA[Windows 98]]></category> <category><![CDATA[Windows me]]></category> <category><![CDATA[Windows nt]]></category> <category><![CDATA[Windows Xp]]></category> <category><![CDATA[Zfs]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/filesystem-permissions-differences-between-operating-systems</guid> <description><![CDATA[Unix-like and otherwise POSIX-compliant systems, including Linux-based systems and all Mac OS X versions, have a simple system for managing individual file permissions, which in this article are called &#8220;traditional Unix permissions&#8221;. Most of these systems also support some kind of access control lists, either proprietary (old HP-UX ACLs, for example), or POSIX.1e ACLs, based [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding:0 15px 15px 15px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Unix-like and otherwise POSIX-compliant systems, including Linux-based systems and all Mac OS X versions, have a simple system for managing individual file permissions, which in this article are called &#8220;traditional Unix permissions&#8221;. Most of these systems also support some kind of access control lists, either proprietary (old HP-UX ACLs, for example), or POSIX.1e ACLs, based on an early POSIX draft that was abandoned, or NFSv4 ACLs, which are part of the NFSv4 standard.</p><p>DOS variants (including MS-DOS, Windows 95, Windows 98, and Windows Me) do not have permissions, only file attributes. There is a read-only attribute (R), which can be set or unset on a file by any user or program, and therefore does not prevent him/her from changing/deleting the file. There is no permission in these systems which would keep a user from reading a file.</p><p>OpenVMS (a.k.a. VMS), as well as Microsoft Windows NT and its derivatives (including Windows 2000 and Windows XP), use access control lists (ACLs) to administer a more complex and varied set of permissions. OpenVMS also uses a permission scheme similar to that of Unix, but more complex. There are four categories(System, Owner, Group, and World) and four types of access permissions (Read, Write, Execute, and Delete). The categories are not mutually disjoint: World includes Group which in turn includes Owner. The System category independently includes system users (similar to superusers in Unix).</p><p>Classic Mac OSes are similar to DOS variants and DOS-based Windows: they do not support permissions, but only a &#8220;Protected&#8221; file attribute.</p><p>The AmigaOS Filesystem, AmigaDOS supports a relatively advanced permissions system, for a single-user OS. In AmigaOS 1.x, files had Archive, Read, Write, Execute and Delete (collectively known as ARWED) permissions/flags. In AmigaOS 2.x and higher, additional Hold, Script, and Pure permissions/flags were added.</p><p>Mac OS X versions 10.3 (&#8220;Panther&#8221;) and prior use POSIX-compliant permissions. Mac OS X, beginning with version 10.4 (&#8220;Tiger&#8221;), also support the use of NFSv4 ACLs. They still support &#8220;traditional Unix permissions&#8221; as used in previous versions of Mac OS X, and the &#8221;Apple Mac OS X Server version 10.4+ File Services Administration Manual&#8221; recommends using only traditional Unix permissions if possible. It also still supports the Mac OS Classic&#8217;s &#8220;Protected&#8221; attribute.</p><p>Solaris ACL support depends on the filesystem being used &#8211; older UFS filesystem supports POSIX.1e ACLs, while ZFS supports only NFSv4 ACLs.</p><p>Linux supports POSIX.1e ACLs. There is experimental support for NFSv4 ACLs for ext3 filesystem.</p><p>FreeBSD supports POSIX.1e ACLs on UFS and NFSv4 ACLs on ZFS.. There is experimental support for NFSv4 ACLs for UFS.</p><p>IBM z/OS implements file security via RACF (Resource Access Control Facility</p><p>)</p><p>Adapted from the Wikipedia article Filesystem permissions, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/filesystem-permissions-differences-between-operating-systems/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Internet Explorer 5 &#8211; System and hardware requirements</title><link>http://www.morphosppc.com/article/internet-explorer-5-system-and-hardware-requirements</link> <comments>http://www.morphosppc.com/article/internet-explorer-5-system-and-hardware-requirements#comments</comments> <pubDate>Wed, 13 Jul 2011 06:31:40 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[68k]]></category> <category><![CDATA[Apple Macintosh]]></category> <category><![CDATA[Internet Explorer 5]]></category> <category><![CDATA[Internet explorer 5 - system and hardware requirements]]></category> <category><![CDATA[Internet explorer 6]]></category> <category><![CDATA[Windows 2000]]></category> <category><![CDATA[Windows 3.1]]></category> <category><![CDATA[Windows 95]]></category> <category><![CDATA[Windows 98]]></category> <category><![CDATA[Windows me]]></category> <category><![CDATA[Windows nt 3.x]]></category> <category><![CDATA[Windows nt 4.0]]></category> <category><![CDATA[Windows Xp]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/internet-explorer-5-system-and-hardware-requirements</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/internet-explorer-5-system-and-hardware-requirements'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System100-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>Adoption capability overview Internet Explorer 5.0 had support for Windows 3.1, Windows 95, Windows 98, Windows Me and Windows NT 3.x, Windows NT 4.0 (Service Pack 3 or later) and Windows 2000. However, OS releases after Windows Me, such as Windows XP, included Internet Explorer 6 (or higher). Support for NT 3.x and Win 95 [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><h3>Adoption capability overview</h3><p> Internet Explorer 5.0 had support for Windows 3.1, Windows 95, Windows 98, Windows Me and Windows NT 3.x, Windows NT 4.0 (Service Pack 3 or later) and Windows 2000. However, OS releases after Windows Me, such as Windows XP, included Internet Explorer 6 (or higher). Support for NT 3.x and Win 95 support was dropped, as well as support for HP-UX, Solaris, Mac OS, and Mac OS X. In addition, users of Windows 98, Windows Me and Windows 2000 could upgrade to at least the first version of IE 6.0 or IE 6.0 SP1. Also, IE5 never supported 68k Macs, which had been dropped in Internet Explorer 4.5.</p><h3>PC software</h3><p> *Windows 32-bit versions, including Windows 95, Windows 98, Windows NT version 3.51, Windows NT version 4.0, and Windows 2000</p><p>*Windows 16-bit versions, including Windows version 3.1 and Windows for Workgroups version 3.11</p><p>*Note Although Windows NT version 3.51 is a 32-bit platform, it must run the 16-bit version of Internet Explorer.</p><p>*UNIX, including Sun Solaris 2.5.1, Sun Solaris 2.6, and Hewlett Packard HP-UX</p><h3>PC hardware</h3><p> *Internet Explorer 5.0 for 32-bit Windows Operating Systems</p><p>**Minimum Requirements: 486DX/66&amp; MHz or higher, Windows 95/98, 12MB RAM, 56MB disk space.</p><p>**Download Size: 37MB</p><p>**There was also a 380K active installer that only downloaded selected components</p><p>*Internet Explorer 5.0 for 16-bit Windows Operating Systems</p><p>**Minimum Requirements: 486DX or higher, Windows 3.1 or NT 3.5, 12MB RAM for browser only installation (16MB RAM if using the Java VM). 30M<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System100.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System100.jpg" alt='HP-UX Operating System' /></a></div>B disk space to run setup.</p><p>**Download Size: 9.4MB</p><h3>Apple Macintosh</h3><p> Internet Explorer 5 for Apple Macintosh requirements.</p><p>*PowerPC processor</p><p>*Mac OS version 7.6.1 or later</p><p>*8 MB RAM plus Virtual Memory</p><p>*12 MB hard disk space</p><p>*QuickTime 3.0 or later</p><p>*Open Transport 1.2 or later</p><p>Adapted from the Wikipedia article Internet Explorer 5, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/internet-explorer-5-system-and-hardware-requirements/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Domain Name System &#8211; Protocol details</title><link>http://www.morphosppc.com/article/domain-name-system-protocol-details</link> <comments>http://www.morphosppc.com/article/domain-name-system-protocol-details#comments</comments> <pubDate>Tue, 12 Jul 2011 19:21:28 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Dns zone transfer]]></category> <category><![CDATA[Domain Name System]]></category> <category><![CDATA[Domain name system - protocol details]]></category> <category><![CDATA[Hp Ux]]></category> <category><![CDATA[Port number]]></category> <category><![CDATA[Transmission Control Protocol]]></category> <category><![CDATA[User datagram protocol]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/domain-name-system-protocol-details</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/domain-name-system-protocol-details'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System98-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>DNS primarily uses User Datagram Protocol (UDP) on port number 53 to serve requests. DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. The Transmission Control Protocol (TCP) is used when the response data size exceeds 512 bytes, or for tasks such as zone [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>DNS primarily uses User Datagram Protocol (UDP) on port number 53 to serve requests. DNS queries consist of a single UDP request from the client followed by a single UDP reply from the server. The Transmission Control Protocol (TCP) is used when the response data size exceeds 512 bytes, or for tasks such as zone transfers. Some operating systems, such as HP-UX, are known to have resolver implementations that use TCP for all queries, even when UDP would suffice.</p><p>Adapted from the Wikipedia article Domain Name System, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System98.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System98.jpg" alt='HP-UX Operating System' /></a></div><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/domain-name-system-protocol-details/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>IBM Tivoli Storage Manager &#8211; Subproducts</title><link>http://www.morphosppc.com/article/ibm-tivoli-storage-manager-subproducts</link> <comments>http://www.morphosppc.com/article/ibm-tivoli-storage-manager-subproducts#comments</comments> <pubDate>Tue, 12 Jul 2011 00:22:41 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Adint]]></category> <category><![CDATA[Adsmpipe]]></category> <category><![CDATA[Archive backup client for openvms]]></category> <category><![CDATA[Avepoint inc.]]></category> <category><![CDATA[Backint]]></category> <category><![CDATA[Bare-metal restore]]></category> <category><![CDATA[Cbmr]]></category> <category><![CDATA[Data protection for microsoft sharepoint]]></category> <category><![CDATA[Data protector for firebird/interbase]]></category> <category><![CDATA[Data protector for ingres]]></category> <category><![CDATA[Data protector for mysql]]></category> <category><![CDATA[Data protector for postgresql]]></category> <category><![CDATA[Data protector for progress]]></category> <category><![CDATA[Data protector for sqlanywhere]]></category> <category><![CDATA[Data protector for sybase]]></category> <category><![CDATA[Emc centera]]></category> <category><![CDATA[Entwicklung]]></category> <category><![CDATA[Firebird]]></category> <category><![CDATA[Flashcopy manager]]></category> <category><![CDATA[Hierarchical Storage Management]]></category> <category><![CDATA[Ibm db2]]></category> <category><![CDATA[Ibm tivoli storage manager]]></category> <category><![CDATA[Ibm tivoli storage manager - subproducts]]></category> <category><![CDATA[Infiniband]]></category> <category><![CDATA[Ingres]]></category> <category><![CDATA[Interbase]]></category> <category><![CDATA[Intercope]]></category> <category><![CDATA[Lan-free backup]]></category> <category><![CDATA[Microsoft Exchange Server]]></category> <category><![CDATA[Mssql]]></category> <category><![CDATA[Mysql]]></category> <category><![CDATA[Nas]]></category> <category><![CDATA[Ndmp]]></category> <category><![CDATA[Netapp filer]]></category> <category><![CDATA[Network Attached Storage]]></category> <category><![CDATA[Openstore for file servers]]></category> <category><![CDATA[Oracle Database]]></category> <category><![CDATA[Postgresql]]></category> <category><![CDATA[Progress]]></category> <category><![CDATA[Redbook]]></category> <category><![CDATA[Rman]]></category> <category><![CDATA[Server-free backup]]></category> <category><![CDATA[Snapshots]]></category> <category><![CDATA[Sql-backtrack]]></category> <category><![CDATA[Sqlanywhere]]></category> <category><![CDATA[Storage Area Network]]></category> <category><![CDATA[Storserver appliance for vmware consolidated backup]]></category> <category><![CDATA[Storserver data protection for oracle rdb on openvms]]></category> <category><![CDATA[Sybase]]></category> <category><![CDATA[Tbmr]]></category> <category><![CDATA[Zmanda]]></category> <category><![CDATA[Zmanda recovery manager]]></category> <category><![CDATA[Zos]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/ibm-tivoli-storage-manager-subproducts</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/ibm-tivoli-storage-manager-subproducts'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System96-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>The naming convention is to prefix every product name with &#8220;IBM Tivoli Storage Manager&#8221;: * Client aka Backup/Archive Client for most major operating systems at supported versions * Server for most major server operating systems * for Advanced Copy Services (Formerly ITSM for Hardware)- Hardware based snapshots for major database backups. Although it still exists [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>The naming convention is to prefix every product name with &#8220;IBM Tivoli Storage Manager&#8221;:</p><p>* Client aka Backup/Archive Client for most major operating systems at supported versions</p><p>* Server for most major server operating systems</p><p>* for Advanced Copy Services (Formerly ITSM for Hardware)- Hardware based snapshots for major database backups. Although it still exists as a product today the newer releases are re-branded as FCM (FlashCopy Manager)</p><p>* for Copy Services &#8211; Windows snapshots for Exchange and MSSQL.</p><p>* for Databases &#8211; An API for Oracle RMAN and a GUI &amp; CLI tool for MSSQL backups.</p><p>* for Data retention &#8211; A zOS client to manage long-term archiving of data.</p><p>* for Enterprise Resource Planning &#8211; - Allows online backup of SAP R/3 stored in Oracle or DB2. Formerly backint developed by IBM Germany in Entwicklung by the Enterprise Service Division (ESD) as a &#8220;Support Offering&#8221; to back up SAP R/3 directly into TSM. This product was acquired by Tivoli as Tivoli Data Protection for R/3.</p><p>* for Mail &#8211; These are external applications that tie into the API for Lotus Domino (aka Notes) and Microsoft Exchange for online backups.</p><p>* for SharePoint &#8211; This is a repackaged copy of DocAve, still marketed by OEM AvePoint</p><p>* for Space Management &#8211; (HSM) for Linux and AIX. The Linux/Unix product uses the &#8220;MIGDESTINATION&#8221; hierarchy within TSM and has objects managed as &#8220;SPACEMG&#8221; types.</p><p>* for HSM for Windows &#8211; (HSM) for Windows. The Windows product<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System96.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System96.jpg" alt='HP-UX Operating System' /></a></div> is OpenStore for File Servers produced by INTERCOPE GmbH.</p><p>* for Storage Area Networks (SAN) &#8211; aka &#8220;LAN Free Storage Agent&#8221; This is a modified version of the TSM Server itself, offering no local TSM Database. Configuration is purely for server-to-server library sharing. This allows the agent to write to tapes managed by the primary TSM server without having to pass data over the network.</p><p>* for System Backup and Recovery &#8211; This is a standalone product for AIX bare metal recovery. The original name was Sysback/6000, produced by Tony Johnson in the 1990s and sold by IBM as a service offering through IBM Global Services. Sysback can back up and restore files, filesystems, volume groups, and entire systems to local or remote disk, local or remote tape, NIM servers, and TSM. Current versions can also recover systems via the files backed up using the TSM B/A client. There is a major branch of this product. When Tony Johnson left IBM in 1998, he started a company and product named Storix. Storix is feature rich and supports AIX and Linux, has a GUI management interface, and is very similar in origins to Sysback. Storix actively competes with IBM&#8217;s Sysback due differing price structures and features.</p><h3> Special APIs</h3><p> Administrative functions are accessed through the IBM command line tool, via IBM&#8217;s Websphere Portal application known as the &#8220;Administration Center&#8221;, or via ODBC. No third-party admin API clients exist as of March 2008.</p><p>ITSM utilizes two special-purpose agents. First is the LAN-Free Storage Agent. This is a limited function TSM server which is configured as a library client and uses server-to-server communication to coordinate the use of storage resources which are configured to TSM but which are also presented to the storage agent. Usually this LAN-free and server-free backup agent is installed on the specific client; however, it is network accessible and could be utilized to bypass network bottlenecks. One example would be to connect via infiniband between two Bladecenter chassis, where one has SAN attachment to tape, and the other does not. This could bypass a limited ethernet bandwidth without having to move the TSM server instance.</p><p>The second is the NDMP API. NDMP is used by NetApp and other network attached storage (NAS) to allow tape access to the appliance itself rather than having to back it up via an attached NAS client. TSM supports NDMP v3 and v4, with data transiting the LAN or allowing the appliance direct access to shared tape.</p><p>IBM Tivoli Storage Manager also provides a method to back up Microsoft SharePoint 2003/2007, via an IBM-rebranded version of the DocAve product from AvePoint. AvePoint markets their DocAve product separately, but IBM has an OEM agreement that allows IBM to remarket the product.</p><h3> Interface products</h3><p> * IBM TSM for Storage Archive Manager &#8211; This is a marketing name for TSM Enterprise Edition features which help maintain archive retention for regulatory purposes.</p><p>* IBM TSM for NDMP &#8211; this is a marketing name for TSM EE features allowing both LAN and LAN-free backups of network attached storage (NAS). Specifically, NetApp filers or EMC Centera are supported; however, any NDMP v3 or NDMP v4 client should be supported.</p><p>* IBM Tivoli Storage Manager Operational Reporting &#8211; This is a portion of the TSM MMC for Windows which can generate webpages and email out of SQL queries and simple processing of that data. Custom SQL can be added; however, the reporting tool provides no trending or graphing functionality. This is seen as one of the major faults of TSM.</p><p>* The Disaster Recovery Manager (DRM), is part of the &#8220;Enterprise Edition&#8221; of the product. This is a set of commands which aid in the management of offsite secondary copies of data, the TSM Database backups required to access those media, and the configuration data required to recover the TSM database in case of a loss.</p><p>* Operator for TSM(OTSM), Debriefing Software&#8217;s Windows based gui for managing one or more TSM servers. Allows easy handling of offsite volumes through animated step-by-step instructions.</p><p>* Wizards Storage Portal &#8211; TSM Plug-in, Debriefing Software&#8217;s cloud based monitoring and reporting tool for TSM and SVC(SAN Volume Controller). Includes 24&#215;7 monitoring, user defined dashboards, graphic reporting, remote TSM-management and integration with Operator for TSM.</p><h3> Non-Tivoli API clients</h3><p> SQL-Backtrack &#8211; A product by BMC to back up a variety of database products into TSM.</p><p>DB2 &#8211; As a major internally developed product, DB2 contains its own direct connection into the TSM API.</p><p>adsmpipe &#8211; an unsupported tool provided by IBM through its RedBook site for piping data directly into TSM. Commonly used to back up MySQL</p><p>Zmanda Recovery Manager &#8211; a MySQL backup product integrated with TSM provided by Zmanda</p><p>Data Protector for MySQL &#8211; a software to back up MySQL to TSM provided by repostor MySQL</p><p>Data Protector for PostgreSQL &#8211; software to back up PostgreSQL to TSM provided by repostor postgreSQL</p><p>Data Protector for Firebird/Interbase &#8211; a software to back up Firebird/Interbase databases to TSM provided by repostor FirebirdInterbase</p><p>Data Protector for Sybase &#8211; a software to back up sybase databases to TSM provided by repostor sybase</p><p>Data Protector for SQLanywhere &#8211; a software to back up SQLanywhere databases to TSM provided by repostor SQLanywhere</p><p>Data PRotector for Progress &#8211; a software to back up Progress databases to TSM provided by repostor Progress</p><p>Data PRotector for Ingres &#8211; a software to back up Ingres databases to TSM provided by repostor Ingres</p><p>ADINT &#8211; developed by IBM Germany in Entwicklung by the Enterprise Service Division (ESD) as a &#8220;Support Offering&#8221; to back up SAP MaxDB directly into TSM.</p><p>Archive Backup Client for OpenVMS &#8211; A product by STORServer Inc. to back up OpenVMS systems into TSM. With ABC you can back up, archive, restore, query and manage OpenVMS files stored on TSM servers as a logical extension to the on-line OpenVMS ODS-2 or ODS-5 file systems.</p><p>STORServer Data Protection for Oracle Rdb on OpenVMS &#8211; A product by STORServer Inc. to back up Oracle on OpenVMS into TSM.</p><p>STORServer Appliance for VMware Consolidated Backup &#8211; A product by STORServer Inc. to back up VMware to TSM Servers.</p><p>CBMR / TBMR &#8211; A product by Cristie sold as a bare metal restore (BMR) tool for Linux, Solaris, HP-UX and Windows using TSM as a datastore.</p><p>Data Protection for Microsoft SharePoint &#8211; IBM Tivoli Storage Manager also provids backup method to Microsoft SharePoint, this is with integration of AvePoint DocAve. So TDP For SharePoint to take backup of MSP2003 and MSP2007 is now also ready.</p><p>Adapted from the Wikipedia article IBM Tivoli Storage Manager, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/ibm-tivoli-storage-manager-subproducts/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Itanium &#8211; History</title><link>http://www.morphosppc.com/article/itanium-history</link> <comments>http://www.morphosppc.com/article/itanium-history#comments</comments> <pubDate>Mon, 11 Jul 2011 19:21:37 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Advanced Micro Devices]]></category> <category><![CDATA[Beckton]]></category> <category><![CDATA[Common system interface]]></category> <category><![CDATA[Compaq]]></category> <category><![CDATA[Compiler]]></category> <category><![CDATA[Complex Instruction Set Computer]]></category> <category><![CDATA[Ddr3 sdram]]></category> <category><![CDATA[Dec alpha]]></category> <category><![CDATA[Dimm]]></category> <category><![CDATA[Dynamic Random Access Memory]]></category> <category><![CDATA[Explicitly parallel instruction computing]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Hp Ux]]></category> <category><![CDATA[Ibm power]]></category> <category><![CDATA[Instruction]]></category> <category><![CDATA[Instructions per cycle]]></category> <category><![CDATA[Intel quickpath interconnect]]></category> <category><![CDATA[International Business Machines]]></category> <category><![CDATA[Itanium]]></category> <category><![CDATA[Itanium - history]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Mips architecture]]></category> <category><![CDATA[Nehalem]]></category> <category><![CDATA[Ocean liner]]></category> <category><![CDATA[Opteron]]></category> <category><![CDATA[Pa-risc]]></category> <category><![CDATA[Project monterey]]></category> <category><![CDATA[Reduced instruction set computer]]></category> <category><![CDATA[Rms titanic]]></category> <category><![CDATA[Scott mcnealy]]></category> <category><![CDATA[Silicon Graphics]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Sparc]]></category> <category><![CDATA[Sun Microsystems]]></category> <category><![CDATA[The register]]></category> <category><![CDATA[Tru64 unix]]></category> <category><![CDATA[Tukwila]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[Usenet]]></category> <category><![CDATA[Very long instruction word]]></category> <category><![CDATA[X86]]></category> <category><![CDATA[X86-64]]></category> <category><![CDATA[Xeon]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/itanium-history</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/itanium-history'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System95-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>Development: 1989&#8211;2000 In 1989, HP determined that reduced instruction set computer (RISC) architectures were approaching a processing limit at one instruction per cycle. HP researchers investigated a new architecture, later named explicitly parallel instruction computing (EPIC), that allows the processor to execute multiple instructions in each clock cycle. EPIC implements a form of very long [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><h3> Development: 1989&ndash;2000</h3><p> In 1989, HP determined that reduced instruction set computer (RISC) architectures were approaching a processing limit at one instruction per cycle. HP researchers investigated a new architecture, later named explicitly parallel instruction computing (EPIC), that allows the processor to execute multiple instructions in each clock cycle. EPIC implements a form of very long instruction word (VLIW) architecture, in which a single instruction word contains multiple instructions. With EPIC, the compiler determines in advance which instructions can be executed at the same time, so the microprocessor simply executes the instructions and does not need elaborate mechanisms to determine which instructions to execute in parallel.</p><p>The goal of this approach is two-fold: to enable deeper inspection of the code to identify additional opportunities for parallel execution, and to simplify processor design and reduce energy consumption by eliminating the need for runtime scheduling circuitry.</p><p>HP believed that it was no longer cost-effective for individual enterprise systems companies such as itself to develop proprietary microprocessors, so it partnered with Intel in 1994 to develop the IA-64 architecture, derived from EPIC. Intel was willing to undertake a very large development effort on IA-64 in the expectation that the resulting microprocessor would be used by the majority of enterprise systems manufacturers. HP and Intel initiated a large joint development effort with a goal of delivering the first product, Merced, in 1998.</p><p>During development, Int<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System95.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System95.jpg" alt='HP-UX Operating System' /></a></div>el, HP, and industry analysts predicted that IA-64 would dominate in servers, workstations, and high-end desktops, and eventually supplant RISC and complex instruction set computer (CISC) architectures for all general-purpose applications. Compaq and Silicon Graphics decided to abandon further development of the Alpha and MIPS architectures respectively in favor of migrating to IA-64.</p><p>Several groups developed operating systems for the architecture, including Microsoft Windows, Linux, and UNIX variants such as HP-UX, Solaris,</p><p>Tru64 UNIX, and Monterey/64 (the last three were canceled before reaching the market). By 1997, it was apparent that the IA-64 architecture and the compiler were much more difficult to implement than originally thought, and the delivery of Merced began slipping.</p><p>Technical difficulties included the very high transistor counts needed to support the wide instruction words and the large caches. There were also structural problems within the project, as the two parts of the joint team used different methodologies and had slightly different priorities. Since Merced was the first EPIC processor, the development effort encountered more unanticipated problems than the team was accustomed to. In addition, the EPIC concept depends on compiler capabilities that had never been implemented before, so more research was needed.</p><p>Intel announced the official name of the processor, &#8221;Itanium&#8221;, on October 4, 1999. Within hours, the name &#8221;Itanic&#8221; had been coined on a Usenet newsgroup, a reference to &#8221;Titanic&#8221;, the &#8220;unsinkable&#8221; ocean liner which sank in 1912.</p><p>&#8220;Itanic&#8221; has since often been used by &#8221;The Register&#8221;,</p><p>Scott McNealy, and others, to imply that the multibillion dollar investment in Itanium&mdash;and the early hype associated with it&mdash;would be followed by its relatively quick demise.</p><h3> Itanium (Merced): 2001</h3><p> By the time Itanium was released in June 2001, its performance was not superior to competing RISC and CISC processors. Itanium competed at the low-end (primarily 4-CPU and smaller systems) with servers based on x86 processors, and at the high end with IBM&#8217;s POWER architecture and Sun Microsystems&#8217; SPARC architecture. Intel repositioned Itanium to focus on high-end business and HPC computing, attempting to duplicate x86&#8242;s successful &#8220;horizontal&#8221; market (i.e., single architecture, multiple systems vendors). The success of this initial processor version was limited to replacing PA-RISC in HP systems, Alpha in Compaq systems and MIPS in SGI systems, though IBM also delivered a supercomputer based on this processor.</p><p>POWER and SPARC remained strong, while the 32-bit x86 architecture continued to grow into the enterprise space. With economies of scale fueled by its enormous installed base, x86 has remained the preeminent &#8220;horizontal&#8221; architecture in enterprise computing.</p><p>Only a few thousand systems using the original &#8221;Merced&#8221; Itanium processor were sold, due to relatively poor performance, high cost and limited software availability. Recognizing that the lack of software could be a serious problem for the future, Intel made thousands of these early systems available to independent software vendors (ISVs) to stimulate development. HP and Intel brought the next-generation Itanium 2 processor to market a year later.</p><h3> Itanium 2: 2002&ndash;2010</h3><p>The Itanium 2 processor was released in 2002, and was marketed for enterprise servers rather than for the whole gamut of high-end computing. The first Itanium 2, code-named &#8221;McKinley&#8221;, was jointly developed by HP and Intel. It relieved many of the performance problems of the original Itanium processor, which were mostly caused by an inefficient memory subsystem. &#8221;McKinley&#8221; contained 221 million transistors (of which 25 million were for logic), measured 19.5&amp; mm by 21.6&amp; mm (421&amp; mm2) and was fabricated in a 180&amp; nm, bulk CMOS process with six layers of aluminium metallization.</p><p>In 2003, AMD released the Opteron, which implemented its 64-bit architecture (x86-64). Opteron gained rapid acceptance in the enterprise server space because it provided an easy upgrade from x86. Intel responded by implementing x86-64 in its Xeon microprocessors in 2004.</p><p>Intel released a new Itanium 2 family member, codenamed &#8221;Madison&#8221;, in 2003. Madison used a 130&amp; nm process and was the basis of all new Itanium processors until Montecito was released in June 2006.</p><p>In March 2005, Intel announced that it was working on a new Itanium processor, codenamed &#8221;Tukwila&#8221;, to be released in 2007. Tukwila would have four processor cores and would replace the Itanium bus with a new Common System Interface, which would also be used by a new Xeon processor. Later that year, Intel revised Tukwila&#8217;s delivery date to late 2008.</p><p>In November 2005, the major Itanium server manufacturers joined with Intel and a number of software vendors to form the Itanium Solutions Alliance to promote the architecture and accelerate software porting. The Alliance announced that its members would invest $10 billion in Itanium solutions by the end of the decade.</p><p>In 2006, Intel delivered &#8221;Montecito&#8221; (marketed as the Itanium 2 9000 series), a dual-core processor that roughly doubled performance and decreased energy consumption by about 20 percent.</p><p>Intel released the Itanium 2 9100 series, codenamed &#8221;Montvale&#8221;, in November 2007. In May 2009 the schedule for Tukwila, its follow-on, was revised again, with release to OEMs planned for the first quarter of 2010.</p><h3>Itanium 9300 (Tukwila) : 2010</h3><p> The Itanium 9300 series processor, codenamed &#8221;Tukwila&#8221;, was released on 8 February 2010 with greater performance and memory capacity.</p><p>The device uses a 65&amp; nm process, includes two to four cores, up to 24 MiB on-die caches, Hyper-Threading technology and integrated memory controllers. It implements double-device data correction, which helps to fix memory errors. Tukwila also implements Intel QuickPath Interconnect (QPI) to replace the Itanium bus-based architecture. It has a peak interprocessor bandwidth of 96 GB/s and a peak memory bandwidth of 34 GB/s. With QuickPath, the processor has integrated memory controllers and interfaces the memory directly, using QPI interfaces to directly connect to other processors and I/O hubs. QuickPath is also used on Intel processors using the &#8221;Nehalem&#8221; microarchitecture, making it probable that Tukwila and Nehalem will be able to use the same chipsets. Tukwila incorporates four memory controllers, each of which supports multiple DDR3 DIMMs via a separate memory controller, much like the upcoming Nehalem-based Xeon processor code-named &#8221;Beckton&#8221;.</p><p>Adapted from the Wikipedia article Itanium, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/itanium-history/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Oracle Database &#8211; Market position</title><link>http://www.morphosppc.com/article/oracle-database-market-position</link> <comments>http://www.morphosppc.com/article/oracle-database-market-position#comments</comments> <pubDate>Mon, 11 Jul 2011 18:21:34 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Adabas]]></category> <category><![CDATA[Asianux]]></category> <category><![CDATA[Coopetition]]></category> <category><![CDATA[Customer Relationship Management]]></category> <category><![CDATA[Database Administrator]]></category> <category><![CDATA[Development Stage]]></category> <category><![CDATA[Firebird]]></category> <category><![CDATA[Ibm db2]]></category> <category><![CDATA[Informix]]></category> <category><![CDATA[Innobase]]></category> <category><![CDATA[Innodb]]></category> <category><![CDATA[Java Virtual Machine]]></category> <category><![CDATA[Linux Distributions]]></category> <category><![CDATA[Linux on zseries]]></category> <category><![CDATA[Microsoft Sql Server]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Mysql]]></category> <category><![CDATA[Open Source Definition]]></category> <category><![CDATA[Open Source Software]]></category> <category><![CDATA[Oracle Database]]></category> <category><![CDATA[Oracle database - market position]]></category> <category><![CDATA[Peoplesoft]]></category> <category><![CDATA[Per-seat license]]></category> <category><![CDATA[Postgresql]]></category> <category><![CDATA[Red hat enterprise linux]]></category> <category><![CDATA[Sap Ag]]></category> <category><![CDATA[Siebel systems]]></category> <category><![CDATA[Sun Microsystems]]></category> <category><![CDATA[Suse linux enterprise server]]></category> <category><![CDATA[Sybase]]></category> <category><![CDATA[Total cost of ownership]]></category> <category><![CDATA[Websphere]]></category> <category><![CDATA[[[teradata]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/oracle-database-market-position</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/oracle-database-market-position'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System94-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>Competition In the market for relational databases, Oracle Database competes against commercial products such as IBM&#8217;s DB2 UDB and Microsoft SQL Server. Oracle and IBM tend to battle for the mid-range database market on UNIX and Linux platforms, while Microsoft dominates the mid-range database market on Microsoft Windows platforms. However, since they share many of [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><h3>Competition</h3><p> In the market for relational databases, Oracle Database competes against commercial products such as IBM&#8217;s DB2 UDB and Microsoft SQL Server. Oracle and IBM tend to battle for the mid-range database market on UNIX and Linux platforms, while Microsoft dominates the mid-range database market on Microsoft Windows platforms. However, since they share many of the same customers, Oracle and IBM tend to support each other&#8217;s products in many middleware and application categories (for example: WebSphere, PeopleSoft, and Siebel Systems CRM), and IBM&#8217;s hardware divisions work closely with Oracle on performance-optimizing server-technologies (for example, Linux on zSeries). The two companies have a relationship perhaps best described as &#8220;coopetition&#8221;. Niche commercial competitors include Teradata (in data warehousing and business intelligence), Software AG&#8217;s ADABAS, Sybase, and IBM&#8217;s Informix, among many others.</p><p>In 2007, competition with SAP AG occasioned litigation from Oracle Corporation.</p><p>Increasingly, the Oracle database products compete against such open-source software relational database systems as PostgreSQL, Firebird, and MySQL. Oracle acquired Innobase, supplier of the InnoDB codebase to MySQL, in part to compete better against open source alternatives, and acquired Sun Microsystems, owner of MySQL, in 2010. Database products licensed as open source are, by the legal terms of the Open Source Definition, free to distribute and free of royalty or other licensing fees.</p><h3>Pricing</h3><p> Oracle Corporation offers term<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System94.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System94.jpg" alt='HP-UX Operating System' /></a></div>licensing for all Oracle products. It bases the list price for a term-license on a specific percentage of the perpetual license price. Prospective purchasers can obtain licenses based either on the number of processors in their target server machines or on the number of potential seats (&#8220;named users&#8221;).</p><p>; Enterprise Edition: , the database that costs the most per machine-processor among Oracle database editions, at $47,500 per processor.</p><p>; Standard Edition: Cheaper: it can run on up to four processors but has fewer features than Enterprise Edition&mdash;it lacks proper parallelization, etc; but remains quite suitable for running medium-sized applications.</p><p>; Standard ONE: Sells even more cheaply, but remains limited to two CPUs. Standard Edition ONE sells on a per-seat basis with a five-user minimum. Oracle Corporation usually sells the licenses with an extra 22% cost for support and upgrades (access to MetaLink&mdash;Oracle Corporation&#8217;s support site) which customers need to renew annually.</p><p>; Oracle Express Edition (Oracle XE): An addition to the Oracle database product family (beta version released in 2005, production version released in February 2006), offers a free version of the Oracle RDBMS, but one limited to 4 GB of user data and to 1 GB of RAM (SGA+PGA). XE will use no more than one CPU and lacks an internal JVM. XE runs only on Windows and on Linux, not on AIX, Solaris, HP-UX and the other operating systems available for other editions.</p><p>As computers running Oracle often have eight or more processors, the software price can rise into the hundreds of thousands of dollars. The total cost of ownership often exceeds this, as large Oracle installations usually require experienced and trained database administrators to do the set-up properly. Because of the product&#8217;s large installed base and available training courses, Oracle specialists in some areas have become a more abundant resource than those for more exotic databases. Oracle frequently provides special training offers for database-administrators.</p><p>On Linux, Oracle&#8217;s &#8221;certified configurations&#8221; include mostly commercial Linux distributions (Red Hat Enterprise Linux 3, 4 and 5, SuSE SLES 8, 9 and 10, Asianux) which can cost in a range from a few hundred to a few thousand USD per year (depending on processor architecture and the support package purchased).</p><p>The Oracle database system can also install and run on freely-available Linux distributions such as the Red Hat-based Centos, or Debian-based systems.</p><p>Adapted from the Wikipedia article Oracle Database, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/oracle-database-market-position/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HP-UX &#8211; Characteristics</title><link>http://www.morphosppc.com/article/hp-ux-characteristics</link> <comments>http://www.morphosppc.com/article/hp-ux-characteristics#comments</comments> <pubDate>Mon, 11 Jul 2011 16:21:50 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Alphaserver]]></category> <category><![CDATA[Central Processing Unit]]></category> <category><![CDATA[Cluster]]></category> <category><![CDATA[Compaq]]></category> <category><![CDATA[Computer data storage]]></category> <category><![CDATA[Computer File]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Hp Ux]]></category> <category><![CDATA[Hp-ux - characteristics]]></category> <category><![CDATA[Intrusion Detection]]></category> <category><![CDATA[Operating system-level virtualization]]></category> <category><![CDATA[Random Access Memory]]></category> <category><![CDATA[Random Number Generation]]></category> <category><![CDATA[Stack buffer overflow]]></category> <category><![CDATA[Terabyte]]></category> <category><![CDATA[Tru64]]></category> <category><![CDATA[Trucluster]]></category> <category><![CDATA[Zettabytes]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/hp-ux-characteristics</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/hp-ux-characteristics'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System93-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>Since about 2000 the focus of HP-UX has increasingly been on enhanced reliability, security, workload management, and partitioning. The reliability is provided through single-system quality and self-healing, and in multi-system installations, clustering technology and application failover on a system outage, as well as error monitoring and correction. HP-UX 11i offers a common root disk for [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Since about 2000 the focus of HP-UX has increasingly been on enhanced reliability, security, workload management, and partitioning. The reliability is provided through single-system quality and self-healing, and in multi-system installations, clustering technology and application failover on a system outage, as well as error monitoring and correction. HP-UX 11i offers a common root disk for its clustered file system. HP Serviceguard is the cluster solution for HP-UX. HP Global Workload Management adjusts workloads to optimize performance, and integrates with Instant Capacity on Demand so installed resources can be paid for in 30-minute increments as needed for peak workload demands.</p><p>Security is integrated in HP-UX, with full &#8216;trusted mode&#8217; shipping with v3. Features significantly increased with 11i v2, with the addition of kernel-based intrusion detection, strong random number generation, stack buffer overflow protection, security partitioning, role-based access management, and various open source security tools.</p><p>System partitioning (virtualization) ranges from hardware partitions to isolated OS virtual partitions on cell-based servers, and HP Virtual Machines (VMs) on all Integrity servers. HP VMs support guests running on HP-UX 11i v3 hosts &#8211; guests can run Linux, Windows, OpenVMS 8.4 or HP-UX. HP supports online VM guest migration, where encryption can secure the guest contents during migration.</p><p>HP-UX 11i v3 scales as follows:</p><p>* 128 processor cores</p><p>* 2 TB main memory</p><p>* 32 TB maximum file system</p><p>* 16 TB maximum file size</p> <<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System93.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System93.jpg" alt='HP-UX Operating System' /></a></div>p>* 100 million ZB storage</p><p>With the acquisition of Compaq in 2001, HP obtained another Unix-based system, the Tru64 for AlphaServer hardware platform. HP continues to sell Tru64 UNIX, together with TruCluster software, but discontinued AlphaServer manufacturing in 2007.</p><p>Adapted from the Wikipedia article HP-UX, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/hp-ux-characteristics/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Adobe Acrobat &#8211; Product history</title><link>http://www.morphosppc.com/article/adobe-acrobat-product-history</link> <comments>http://www.morphosppc.com/article/adobe-acrobat-product-history#comments</comments> <pubDate>Mon, 11 Jul 2011 15:21:15 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Adobe Acrobat]]></category> <category><![CDATA[Adobe acrobat - product history]]></category> <category><![CDATA[Adobe livecycle designer]]></category> <category><![CDATA[Adobe livecycle reader extensions]]></category> <category><![CDATA[Adobe presenter]]></category> <category><![CDATA[Flv]]></category> <category><![CDATA[H 264]]></category> <category><![CDATA[Inc]]></category> <category><![CDATA[Internal Revenue Service]]></category> <category><![CDATA[Macromedia breeze]]></category> <category><![CDATA[Microsoft Office 2007]]></category> <category><![CDATA[Multiple document interface]]></category> <category><![CDATA[Prc]]></category> <category><![CDATA[Product activation]]></category> <category><![CDATA[Product manufacturing information]]></category> <category><![CDATA[Single document interface]]></category> <category><![CDATA[Universal 3d]]></category> <category><![CDATA[Universal binary]]></category> <category><![CDATA[Verity]]></category> <category><![CDATA[Windows 3.1]]></category> <category><![CDATA[Windows 95]]></category> <category><![CDATA[Windows vista]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/adobe-acrobat-product-history</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/adobe-acrobat-product-history'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System92-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>Version 1.0 Acrobat 1.0 was originally released 15 June 1993 for Macintosh, later for DOS and Windows 3.1. This was not available in single copies and was not initially free, with Acrobat Reader originally priced at $50 per user. After a while the IRS purchased a right to distribute Reader 1.0, effectively making it seem [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><h3>Version 1.0</h3><p> Acrobat 1.0 was originally released 15 June 1993 for Macintosh, later for DOS and Windows 3.1. This was not available in single copies and was not initially free, with Acrobat Reader originally priced at $50 per user. After a while the IRS purchased a right to distribute Reader 1.0, effectively making it seem free to those who obtained it that way:</p><p>*PDF version 1.0 supported.</p><p>*Acrobat Exchange 1.0 (included PDFWriter printer driver and Acrobat Exchange application).</p><p>*Acrobat Distiller 1.0. Created a PDF from PostScript (no printer driver at this stage).</p><h3>Version 2.0</h3><p> Acrobat 2.0 for Windows and Macintosh was first released September 1994:</p><p>*PDF version 1.1 (and prior) supported.</p><p>*Acrobat Exchange 2.0, package as 1.0.</p><p>*Acrobat Professional 2.0, which included the contents of Acrobat Exchange, plus Distiller.</p><p>*There were 2.1 updates.</p><p>*Acrobat Catalog was introduced, using Verity, Inc. technology to create searchable indexes to PDF files. Searching required a special version of Acrobat Reader or Acrobat Exchange.</p><h3>Version 3.0</h3><p> Acrobat 3.0 was released November 1996. The first to display PDF files in-browser, and the first to support form filling:</p><p>*PDF version 1.2 (and prior) supported.</p><p>*A free Reader to allow searching was made available, but was not part of the default download.</p><p>*Acrobat 3.0: replaced Acrobat Professional 2.1. Included Acrobat Catalog, and a Distiller printer driver.</p><p>*Updates to 3.01 and 3.02; 3.02 introduced extended forms capabilities and JavaSc<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System92.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System92.jpg" alt='HP-UX Operating System' /></a></div>ript.</p><p>*First release with support for Windows 95 and later. Last release with support for Windows 3.1.</p><h3>Version 4.0</h3><p> Acrobat 4.0 was released April 1999.</p><p>*PDF version 1.3 (and prior) supported. Added support for PKI and digital signatures via plug-ins.</p><p>*Acrobat 4.0.</p><p>*Updates to 4.05.</p><p>*Introduced Distiller Server 4.0, identical to the regular Distiller but with a multi-user license (Windows, Linux, Solaris).</p><p>*Acrobat Business Tools 4.0: a limited version of Acrobat.</p><h3>Version 5.0</h3><p> Acrobat 5.0 was released May 2001.</p><p>*PDF version 1.4 (and prior) supported.</p><p>*Acrobat 5.0. PDFWriter removed from Macintosh application</p><p>*Updates to 5.0.5. Acrobat 5.0.5 was the first to be able to run native in Mac OS X, but also ran in Mac OS 9.</p><p>*Distiller Server 5.0.</p><p>*Acrobat Approval 5.0: a limited version of Acrobat, mainly sold to people who wanted to digitally sign or save fill in forms.</p><p>*Acrobat Reader 5.1: supported the Adobe LiveCycle Reader Extensions (e.g. forms saving) (which was then under a different name).</p><p>*Last version to support Windows 95.</p><h3>Version 6.0</h3><p> Acrobat 6.0 was released July 2003. No Linux or Unix versions were released:</p><p>*PDF version 1.5 (and prior) supported. Added support for PKI via Microsoft Windows CryptoAPI without plug-in.</p><p>*Acrobat Professional 6.0: replacement for Acrobat 5.0, with new features. Distiller printer driver renamed Adobe PDF. PDFWriter now gone for good. New version of Catalog integrated and not compatible with earlier products for searching.</p><p>*Acrobat Standard 6.0: limited version of Acrobat Professional, including Distiller but lacking features including Catalog, form design, prepress support.</p><p>*Updates to 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5 and 6.0.6</p><p>*Dropped support for Windows 95 and Windows 98 First Edition. Acrobat Standard was for Windows 98 Second Edition, Me, NT 4.0 SP6, 2000 SP2, and XP only. The professional version dropped support for Windows 98 SE and ME. Version 6.0 also dropped support for Mac OS 9 and earlier. It was the first release for Mac OS X.</p><p>*Adobe Reader 6.0: Renamed from Acrobat Reader.</p><p>*Adobe Distiller 6.0.</p><p>*Acrobat Elements 6.0: PDF creation only, aimed at the corporate market (minimum 1000 licenses, Windows only)</p><p>*Acrobat Elements Server 6.0: client/server version of Acrobat Elements</p><p>*Technology for &#8220;Reader enabling&#8221;, allowing Reader to save, sign or annotate PDF files if the licensee had enabled the files.</p><h3>Version 7.0</h3><p> Adobe Acrobat 7.0 was released January 2005:</p><p>*PDF version 1.6 (and prior) supported. Added support for Adobe Policy Server rights management.</p><p>*Updates to 7.0.1, 7.0.2, 7.0.3, 7.0.5, 7.0.7, 7.0.8, 7.0.9, 7.1.0, 7.1.1, 7.1.2, 7.1.3 and 7.1.4.</p><p>*Dropped support for Windows 98 Second Edition and Windows Me.</p><p>*Acrobat Professional 7.0: now included Adobe LiveCycle Designer 7.0 (Windows only) for XML form design (different and incompatible with previous form support)&mdash;ability to embed 3D object information from the .u3d Universal 3D format. First version to include controversial mandatory product activation.</p><p>*Acrobat Standard 7.0</p><p>*Acrobat Elements 7.0 (now minimum 100 licenses)</p><p>*Acrobat 3D (Windows only): included all of the functionality of Acrobat Professional 7.0 as well as updated support for embedded 3D, tools for capturing 3D content from OpenGL applications, and the Adobe Acrobat 3D Toolkit for converting CAD documents to PDF objects. Also included is a version of the capture tool for installation on Unix.</p><p>*Windows NT 4.0 SP6, 2000 SP2, XP, Mac OS X only for Acrobat. Although Linux, Solaris (SPARC only), HP-UX and AIX versions of Adobe Reader have been released.</p><p>*Other LiveCycle products include LiveCycle Barcoded Forms, LiveCycle Document Security, LiveCycle Reader Extensions (previously Document Server for Reader Extensions and other names), LiveCycle Forms (previously Form Server), LiveCycle Form Manager, LiveCycle Policy Server and LiveCycle Workflow. Some of these are server solutions intended for large businesses. Only LiveCycle Designer is bundled with Acrobat Professional.</p><h3>Version 8.0</h3><p> Adobe Acrobat 8.0 was released November 2006:</p><p>*PDF version 1.7 (and prior) supported.</p><p>*Acrobat 8 Elements (was withdrawn before its expected release in mid-2007)</p><p>*Acrobat 8 Standard (Windows only; Macintosh version not produced)</p><p>*Acrobat 8 Professional</p><p>*Acrobat 3D Version 8 (released May 31). Ability to produce embedded PRC data: highly compressed format for geometry and graphics (requires Reader 8.1 to display). Capture 3D tools (Windows and Unix) for capturing 3D content from OpenGL applications. Product Manufacturing Information, with support for many different CAD formats.</p><p>*Acrobat Connect (new in Acrobat family, formerly Macromedia Breeze): online personal meeting rooms to collaborate in real time for up to 15 participants.</p><p>*Acrobat Connect Professional (new in Acrobat family, formerly Macromedia Breeze): Scalable, interactive web conferencing and multiple personal meeting rooms for everyone across an enterprise.</p><p>*Mac OS X versions are Universal binary and only run on Mac OS X 10.4 or greater.</p><p>*On June 2007, an update version 8.1 for Acrobat 8 Professional and Adobe Reader 8 was released in order to support Microsoft Office 2007, Windows Vista, and 64-bit Windows Operating Systems.</p><p>*September 2007, Reader 8.1.1 released for Linux and Solaris(SPARC) users.</p><p>*Version 8.2 was released on January 12, 2010.</p><p>*Version 8.2.1 was released on February 16, 2010.</p><p>*Version 8.2.2 was released on April 13, 2010.</p><p>*Version 8.2.3 was released on June 29, 2010. It fixed several critical security vulnerabilities.</p><p>*Version 8.2.4 was released on August 19, 2010.</p><h3>Version 9.0</h3><p> Adobe Acrobat 9.0 was released July 2008:</p><p>*PDF version 1.7 (and prior) supported. There are Adobe extensions to PDF 1.7 for Acrobat 9.</p><p>*Product Family includes: Acrobat 9 Standard (Windows only), Acrobat 9 Pro, Acrobat 9 Pro Extended (Windows only).</p><p>*Pro Extended Version includes Adobe Presenter and the features of Acrobat 3D.</p><p>*The ability to create Acroforms was restored to Acrobat Standard in this release (in versions 6 through 8, Acrobat Professional was required).</p><p>*Enable real-time collaboration of PDFs with synchronized document views and chat.</p><p>*Improved Web Capture for capturing entire web pages or just some parts into PDF.</p><p>*Integration with acrobat.com to enable storage and sharing of PDF files.</p><p>*Personalize a PDF Portfolio with customizable templates for navigation and branding.</p><p>*Compare and highlight the differences between two versions of a PDF document.</p><p>*Insert FLV (Flash) or H.264 video for direct playback in Adobe Acrobat and Adobe Reader.</p><p>*Convert a variety of video formats to FLV for playback in PDF.</p><p>*Create PDF maps by importing geospatial files that retain metadata and coordinates.</p><p>*OCR PDFs (Paper Capture) using ClearScan. Adobe ClearScan technology creates custom Type1-CID fonts to match the visual appearance of a scanned document after optical character recognition (OCR). ClearScan does not replace the fonts with your system fonts or substitute them by Type1-MM (as in Acrobat 8 and earlier versions), but uses these newly created custom fonts. The custom fonts are embedded in the PDF file (this is obviously mandatory). If the OCR does not recognize a word with enough confidence, then the image (bitmap) of the word is shown in the PDF and the text is put above but hidden (same as what is made in &#8220;Searchable Image&#8221; mode).</p><p>*Adobe Reader 9 drops support for Adobe Reader Extensions 5 and 6 which permit Adobe Reader client software to save changes to filled-in forms in PDFs. Adobe Reader Extensions 6.1 and newer are still supported. Legacy PDFs will still be viewable, however they will open with the warning &#8220;This document enables Reader capabilities that are no longer enabled in this Reader version.&#8221;</p><p>*Support for MDI mode was disabled; Acrobat 9 only supports SDI.</p><p>*On March 10, 2009, Adobe Reader 9.1 was released which addresses a number of customer workflow issues and a critical security vulnerability while providing more stability.</p><p>*On May 12, 2009, Adobe Reader 9.1.1 was released which addresses two critical security vulnerabilities.</p><p>*On June 9, 2009, update version 9.1.2 was released which addresses a number of critical security vulnerabilities.</p><p>*On July 31, 2009, update version 9.1.3 was released which addresses a number of critical security vulnerabilities.</p><p>*On October 14, 2009, Adobe Acrobat 9.2 was released (added support for Windows 7 x86/x64 and fixed many security issues).</p><p>*On January 12, 2010, Adobe Reader 9.3 was released which addresses a number of critical security vulnerabilities.</p><p>*On February 16, 2010, Adobe Acrobat 9.3.1 was released which addresses two critical security vulnerabilities.</p><p>*On April 13, 2010, Adobe Acrobat 9.3.2 was released which addresses several critical security vulnerabilities.</p><p>*On June 29, 2010, Adobe Acrobat 9.3.3 was released which addresses several critical security vulnerabilities.</p><p>*On August 19, 2010, Adobe Acrobat 9.3.4 was released which addresses several critical security vulnerabilities.</p><p>Adapted from the Wikipedia article Adobe Acrobat, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/adobe-acrobat-product-history/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>ABAP &#8211; Introduction</title><link>http://www.morphosppc.com/article/abap-introduction</link> <comments>http://www.morphosppc.com/article/abap-introduction#comments</comments> <pubDate>Sun, 10 Jul 2011 17:23:00 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Abap]]></category> <category><![CDATA[Abap - introduction]]></category> <category><![CDATA[Fourth-generation programming language]]></category> <category><![CDATA[Hp Ux]]></category> <category><![CDATA[I5/os]]></category> <category><![CDATA[Ibm Aix]]></category> <category><![CDATA[Ibm db2]]></category> <category><![CDATA[Informix]]></category> <category><![CDATA[Java]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Maxdb]]></category> <category><![CDATA[Microsoft Sql Server]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Netweaver]]></category> <category><![CDATA[Oracle Database]]></category> <category><![CDATA[Sap r/2]]></category> <category><![CDATA[Sap r/3]]></category> <category><![CDATA[Sap Web Application Server]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[System i]]></category> <category><![CDATA[System z]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[Virtual Machine]]></category> <category><![CDATA[Z/os]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/abap-introduction</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/abap-introduction'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System91-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>ABAP is one of the many application-specific fourth-generation languages (4GLs) first developed in the 1980s. It was originally the report language for SAP R/2, a platform that enabled large corporations to build mainframe business applications for materials management and financial and management accounting. ABAP used to be an abbreviation of &#8221;Allgemeiner Berichtsaufbereitungsprozessor&#8221;, the German meaning [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>ABAP is one of the many application-specific fourth-generation languages (4GLs) first developed in the 1980s. It was originally the report language for SAP R/2, a platform that enabled large corporations to build mainframe business applications for materials management and financial and management accounting.</p><p>ABAP used to be an abbreviation of &#8221;Allgemeiner Berichtsaufbereitungsprozessor&#8221;, the German meaning of &#8220;generic report preparation processor&#8221; , but was later renamed to &#8221;Advanced Business Application Programming&#8221;. ABAP was one of the first languages to include the concept of &#8221;Logical Databases&#8221; (LDBs), which provides a high level of abstraction from the basic database level(s).</p><p>The ABAP programming language was originally used by developers to develop the SAP R/3 platform. It was also intended to be used by SAP customers to enhance SAP applications &ndash; customers can develop custom reports and interfaces with ABAP programming. The language is fairly easy to learn for programmers but it is not a tool for direct use by non-programmers. Good programming skills, including knowledge of relational database design and preferably also of object-oriented concepts, are required to create ABAP programs.</p><p>ABAP remains the language for creating programs for the client-server R/3 system, which SAP first released in 1992. As computer hardware evolved through the 1990s, more and more of SAP&#8217;s applications and systems were written in ABAP. By 2001, all but the most basic functions were written in ABAP. In 1999, SAP released an obj<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System91.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System91.jpg" alt='HP-UX Operating System' /></a></div>ect-oriented extension to ABAP called ABAP Objects, along with R/3 release 4.6.</p><p>SAP&#8217;s current development platform NetWeaver supports both ABAP and Java.</p><h3>Where does the ABAP program run?</h3><p> All ABAP programs reside inside the SAP database. They are not stored in separate external files like Java or C++ programs. In the database all ABAP code exists in two forms: source code, which can be viewed and edited with the ABAP Workbench tools, and generated code, a binary representation somewhat comparable with Java bytecode. ABAP programs execute under the control of the runtime system, which is part of the SAP kernel. The runtime system is responsible for processing ABAP statements, controlling the flow logic of screens and responding to events (such as a user clicking on a screen button); in this respect it can be seen as a Virtual Machine comparable with the Java VM. A key component of the ABAP runtime system is the Database Interface, which turns database-independent ABAP statements (&#8220;Open SQL&#8221;) into statements understood by the underlying DBMS (&#8220;Native SQL&#8221;). The database interface handles all the communication with the relational database on behalf of ABAP programs; it also contains extra features such as buffering of stable and frequently accessed data in the local memory of the application server.</p><h3>SAP Basis</h3><p> The ABAP language environment, including the syntax checking, code generation and runtime system, is part of the SAP Basis component. SAP Basis is the technological platform that supports the entire range of SAP applications, now typically implemented in the framework of the SAP Web Application Server. In that sense SAP Basis can be seen as the virtual machine on which SAP applications run. Like any operating system, SAP Basis contains both low-level services (for example memory management, database communication or servicing Web requests) and high-level tools for end users and administrators. These tools can be executables (&#8220;SAP kernel&#8221;) running directly on the underlying operating system, transactions developed in ABAP, or Web-based interfaces.</p><p>SAP Basis also provides a layer of abstraction between the business applications and the operating system and database. This ensures that applications do not depend directly upon a specific server or database platform and can easily be ported from one platform to another.</p><p>SAP Basis currently runs on UNIX (AIX, HP-UX, Solaris, Linux), Microsoft Windows, i5/OS on IBM System i (formerly iSeries, AS/400) and z/OS on IBM System z (formerly zSeries, S/390). Supported databases are IBM DB2, Informix, MaxDB, Oracle and Microsoft SQL Server (support for Informix was discontinued in SAP Basis release 7.00).</p><h3>SAP systems and landscapes</h3><p> All SAP data exists and all SAP software runs in the context of an &#8221;SAP system&#8221;. A system consists of a central relational database and one or more application servers (&#8220;instances&#8221;) accessing the data and programs in this database. An SAP system contains at least one instance but may contain more, mostly for reasons of sizing and performance. In a system with multiple instances, load balancing mechanisms ensure that the load is spread evenly over the available application servers.</p><p>Installations of the Web Application Server (&#8221;landscapes&#8221;) typically consist of three systems: one for development, one for testing and quality assurance, and one for production. The landscape may contain more systems, e.g. separate systems for unit testing and pre-production testing, or it may contain fewer, e.g. only development and production, without separate QA; nevertheless three is the most common configuration. ABAP programs are created and undergo first testing in the development system. Afterwards they are distributed to the other systems in the landscape. These actions take place under control of the Change and Transport System (CTS), which is responsible for concurrency control (e.g. preventing two developers from changing the same code at the same time), version management and deployment of programs on the QA and production systems.</p><p>The Web Application Server consists of three layers: the database layer, the application layer and the presentation layer. These layers may run on the same or on different physical machines. The &#8221;database layer&#8221; contains the relational database and the database software. The &#8221;application layer&#8221; contains the instance or instances of the system. All application processes, including the business transactions and the ABAP development, run on the application layer. The &#8221;presentation layer&#8221; handles the interaction with users of the system. Online access to ABAP application servers can go via a proprietary graphical interface, the SAPGUI, or via a Web browser.</p><p>Adapted from the Wikipedia article ABAP, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/abap-introduction/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sun Microsystems &#8211; Software</title><link>http://www.morphosppc.com/article/sun-microsystems-software</link> <comments>http://www.morphosppc.com/article/sun-microsystems-software#comments</comments> <pubDate>Sun, 10 Jul 2011 17:21:53 +0000</pubDate> <dc:creator></dc:creator> <category><![CDATA[HP-UX Operating System]]></category> <category><![CDATA[Aol]]></category> <category><![CDATA[Apple inc.]]></category> <category><![CDATA[Application Programming Interface]]></category> <category><![CDATA[Berkeley Software Distribution]]></category> <category><![CDATA[Bill joy]]></category> <category><![CDATA[Bsd Unix]]></category> <category><![CDATA[Byte Code]]></category> <category><![CDATA[C Shell]]></category> <category><![CDATA[Canonical ltd.]]></category> <category><![CDATA[Common development and distribution license]]></category> <category><![CDATA[Computing Platform]]></category> <category><![CDATA[Eastman kodak company]]></category> <category><![CDATA[Eu]]></category> <category><![CDATA[Gnome]]></category> <category><![CDATA[Gnu General Public License]]></category> <category><![CDATA[Gnu Lgpl]]></category> <category><![CDATA[Grid computing]]></category> <category><![CDATA[Hotjava]]></category> <category><![CDATA[Hotjava views]]></category> <category><![CDATA[Hp Ux]]></category> <category><![CDATA[Inc]]></category> <category><![CDATA[Interactive systems corporation]]></category> <category><![CDATA[Interactive unix]]></category> <category><![CDATA[Iplanet]]></category> <category><![CDATA[Java Api]]></category> <category><![CDATA[Java Applet]]></category> <category><![CDATA[Java community process]]></category> <category><![CDATA[Java compiler]]></category> <category><![CDATA[Java db]]></category> <category><![CDATA[Java desktop system]]></category> <category><![CDATA[Java ee]]></category> <category><![CDATA[Java enterprise system]]></category> <category><![CDATA[Java me]]></category> <category><![CDATA[Java Programming Language]]></category> <category><![CDATA[Java se]]></category> <category><![CDATA[Java Virtual Machine]]></category> <category><![CDATA[Javafx]]></category> <category><![CDATA[Jonathan i. schwartz]]></category> <category><![CDATA[Least privilege]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Logical domains]]></category> <category><![CDATA[Mac Os X]]></category> <category><![CDATA[Madhatter]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[Microsoft Office]]></category> <category><![CDATA[Microsoft Windows]]></category> <category><![CDATA[Middleware]]></category> <category><![CDATA[Montavista]]></category> <category><![CDATA[Multilevel security]]></category> <category><![CDATA[Mysql]]></category> <category><![CDATA[Mysql ab]]></category> <category><![CDATA[Netra high-availability suite]]></category> <category><![CDATA[Netscape]]></category> <category><![CDATA[Network equipment provider]]></category> <category><![CDATA[Object Oriented Programming]]></category> <category><![CDATA[Office suite]]></category> <category><![CDATA[Open esb]]></category> <category><![CDATA[Open software foundation]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Open Source Community]]></category> <category><![CDATA[Opendocument]]></category> <category><![CDATA[Openoffice.org]]></category> <category><![CDATA[Opensolaris]]></category> <category><![CDATA[Postgresql]]></category> <category><![CDATA[Project kenai]]></category> <category><![CDATA[Red hat enterprise linux]]></category> <category><![CDATA[Run anywhere]]></category> <category><![CDATA[Sco unix]]></category> <category><![CDATA[Seebeyond]]></category> <category><![CDATA[Server Side]]></category> <category><![CDATA[Service Oriented Architecture]]></category> <category><![CDATA[Software as a service]]></category> <category><![CDATA[Solaris]]></category> <category><![CDATA[Solaris cluster]]></category> <category><![CDATA[Solution stack]]></category> <category><![CDATA[Staroffice]]></category> <category><![CDATA[Sun grid engine]]></category> <category><![CDATA[Sun industry standards source license]]></category> <category><![CDATA[Sun java system]]></category> <category><![CDATA[Sun Microsystems]]></category> <category><![CDATA[Sun microsystems - software]]></category> <category><![CDATA[Sun one]]></category> <category><![CDATA[Sun ops center]]></category> <category><![CDATA[Sun ray]]></category> <category><![CDATA[Sun ray server software]]></category> <category><![CDATA[Sun secure global desktop]]></category> <category><![CDATA[Sun studio]]></category> <category><![CDATA[Sun vdi]]></category> <category><![CDATA[Sun xvm]]></category> <category><![CDATA[Sunos]]></category> <category><![CDATA[Sunscreen]]></category> <category><![CDATA[Suse linux enterprise server]]></category> <category><![CDATA[System v release 4]]></category> <category><![CDATA[Tarantella]]></category> <category><![CDATA[Tcp/ip]]></category> <category><![CDATA[Trusted solaris]]></category> <category><![CDATA[Unisoft]]></category> <category><![CDATA[Unix]]></category> <category><![CDATA[Unix wars]]></category> <category><![CDATA[Unu-merit]]></category> <category><![CDATA[Vaau]]></category> <category><![CDATA[Version 7 unix]]></category> <category><![CDATA[Vi]]></category> <category><![CDATA[Virtual desktop]]></category> <category><![CDATA[Virtualbox]]></category> <category><![CDATA[Web Browser]]></category> <category><![CDATA[Wind river systems]]></category> <category><![CDATA[Write once]]></category> <category><![CDATA[Zembly]]></category><guid
isPermaLink="false">http://www.morphosppc.com/article/sun-microsystems-software</guid> <description><![CDATA[<a
href='http://www.morphosppc.com/article/sun-microsystems-software'><img
style='margin-right:10px;width:60px' src='http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System90-60x60.jpg' class='imgtfe' hspace='5' align='left' width='60' alt='HP-UX Operating System' title='HP-UX Operating System' border='0'/></a>Although Sun was initially known as a hardware company, its software history began with its founding in 1982; co-founder Bill Joy was one of the leading Unix developers of the time, having already contributed the vi editor, the C shell, and significant work on the TCP/IP stack to the BSD Unix OS. Since then, Sun [...]No related posts.]]></description> <content:encoded><![CDATA[<div
class="ad" style="float:left; padding: 12px"><script type="text/javascript"><!--
google_ad_client = "pub-0091919875977192";
/* 336x280, skapad 2011-04-06 */
google_ad_slot = "0402496911";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Although Sun was initially known as a hardware company, its software history began with its founding in 1982; co-founder Bill Joy was one of the leading Unix developers of the time, having already contributed the vi editor, the C shell, and significant work on the TCP/IP stack to the BSD Unix OS. Since then, Sun has developed and acquired other software, and become widely known for the Java programming language.</p><p>Sun is known for community-based and open-source licensing of its major technologies, and for its support of its products with other open source technologies. Sun offers GNOME-based desktop software called Java Desktop System (originally code-named &#8220;Madhatter&#8221;), first distributed as a Linux implementation but now offered as part of the Solaris operating system. It supports its Java Enterprise System (a middleware stack) on Linux. It has released the source code for Solaris under the open-source Common Development and Distribution License, via the OpenSolaris community. Sun&#8217;s positioning includes a commitment to indemnify users of some software from intellectual property disputes concerning that software. It offers support services on a variety of pricing bases, including per-employee and per-socket.</p><p>A report prepared for the EU by UNU-MERIT stated that Sun is the largest corporate contributor to open source movements in the world. According to this report, Sun&#8217;s open source contributions exceed the combined total of the next five largest commercial contributors.</p><h3>Operating systems</h3><p> Sun is most well known for its Unix systems, which ha<div
class="new_content"><a
href="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System90.jpg"><img
src="http://d3j1u3j0l3helq.cloudfront.net/wp-content/uploads/cc/HP-UX_Operating_System90.jpg" alt='HP-UX Operating System' /></a></div>ve a reputation for system stability and a consistent design philosophy.</p><p>Sun&#8217;s first workstation shipped with UniSoft V7 Unix. Later in 1982 Sun began providing SunOS, a customized 4.1BSD Unix, as the operating system for its workstations.</p><p>In the late 1980s, AT&amp;T tapped Sun to help them develop the next release of their branded UNIX, and in 1988 announced they would purchase up to a 20% stake in Sun. UNIX System V Release 4 (SVR4) was jointly developed by AT&amp;T and Sun; this partnership triggered concern among Sun&#8217;s competitors, many of whom banded together to form the Open Software Foundation (OSF). By the mid-1990s, the ensuing Unix wars had largely subsided, AT&amp;T had sold off their Unix interests, and the relationship between the two companies was significantly reduced.</p><p>Sun used SVR4 as the foundation for Solaris 2, which became the successor to SunOS.</p><p>From 1992 Sun also sold INTERACTIVE UNIX, an operating system it acquired when it bought INTERACTIVE Systems Corporation from Eastman Kodak Company. This was a popular UNIX variant for the PC platform and a major competitor to market leader SCO UNIX. Sun&#8217;s focus on INTERACTIVE UNIX diminished in favor of Solaris on both SPARC and x86 systems; it was dropped as a product in 2001.</p><p>In the past, Sun has offered a separate variant of Solaris called Trusted Solaris, which included augmented security features such as multilevel security and a least privilege access model. Solaris 10 included many of the same capabilities as Trusted Solaris when it was released in 2005; the Solaris 10 11/06 update included Solaris Trusted Extensions, which give it the remaining capabilities needed to make it the functional successor to Trusted Solaris.</p><p>Following several years of difficult competition and loss of server market share to competitors&#8217; Linux-based systems, Sun began to include Linux as part of its strategy in 2002. Sun supports both Red Hat Enterprise Linux and SUSE Linux Enterprise Server on its x64 systems; companies such as Canonical Ltd., Wind River Systems and MontaVista also support their versions of Linux on Sun&#8217;s SPARC-based systems.</p><p>In 2004, Sun surprised the industry when, after having cultivated a reputation as one of Microsoft&#8217;s most vocal antagonists, it entered into a joint relationship with them, resolving various legal entanglements between the two companies and receiving US$1.95 billion in settlement payments from them. Sun now supports Microsoft Windows on its x64 systems, and has announced other collaborative agreements with Microsoft, including plans to support each others&#8217; virtualization environments.</p><h3>Java platform</h3><p> The Java platform was developed at Sun in the early 1990s with the objective of allowing programs to function regardless of the device they were used on, sparking the slogan &#8220;Write once, run anywhere&#8221; (WORA). While this objective has not been entirely achieved (prompting the riposte &#8220;Write once, debug everywhere&#8221;), Java is regarded as being largely hardware- and operating system-independent.</p><p>Java was initially promoted as a platform for client-side &#8221;applets&#8221; running inside web browsers. Early examples of Java applications were the HotJava web browser and the HotJava Views suite. However, since then Java has been more successful on the server side of the Internet.</p><p>The platform consists of three major parts, the Java programming language, the Java Virtual Machine (JVM), and several Java Application Programming Interfaces. The design of the Java platform is controlled by the vendor and user community through the Java Community Process (JCP).</p><p>Java is an object-oriented programming language. Since its introduction in late 1995, it has become one of the world&#8217;s most popular programming languages.</p><p>In order to allow programs written in the Java language to be run on virtually any device, Java programs are compiled to byte code, which can be executed by any JVM, regardless of the environment.</p><p>The Java APIs provide an extensive set of library routines. These APIs have evolved into the &#8221;Standard Edition&#8221;, which provides basic infrastructure and GUI functionality; the &#8221;Enterprise Edition&#8221;, aimed at large software companies implementing enterprise-class application servers; and the &#8221;Micro Edition&#8221;, used to build software for devices with limited resources, such as mobile devices.</p><p>On November 13, 2006, Sun announced that it would be licensing its Java implementation under the GNU General Public License;it released its Java compiler and JVM at that time.</p><p>In February 2009 Sun entered a battle with Microsoft and Adobe Systems, which are promoting rival platforms to build software applications for the Internet. JavaFX is a development platform for music, video and other applications that builds on the Java programming language.</p><h3>Office suite</h3><p> In 1999, Sun acquired the German software company StarDivision and with it StarOffice, which it released as the office suite OpenOffice.org under both GNU LGPL and the SISSL (Sun Industry Standards Source License). OpenOffice.org supports Microsoft Office file formats (though not perfectly), is available on many platforms (primarily Linux, Microsoft Windows, Mac OS X, and Solaris) and is widely used in the open source community.</p><p>The current StarOffice product is a closed-source product based on OpenOffice.org. The principal differences between StarOffice and OpenOffice.org are that StarOffice is supported by Sun, is available as either a single-user retail box kit or as per-user blocks of licensing for the enterprise, and includes a wider range of fonts and document templates and a commercial quality spellchecker. StarOffice also contains commercially licensed functions and add-ons; in OpenOffice.org these are either replaced by open-source or free variants, or are not present at all. Both packages have native support for the OpenDocument format.</p><h3>Virtualization and datacenter automation software</h3><p> In 2007, Sun announced the Sun xVM virtualization and datacenter automation product suite for commodity hardware. Sun also acquired VirtualBox in 2008. Earlier virtualization technologies from Sun like &#8221;Dynamic System Domains&#8221; and &#8221;Dynamic Reconfiguration&#8221; were specifically designed for high-end SPARC servers, and Logical Domains only supports the UltraSPARC T1/T2/T2 Plus server platforms. Sun also has the &#8221;Sun Ops Center&#8221; provisioning software for datacenter automation.</p><p>On the client side, Sun offers virtual desktop solutions. Complete desktop environments and applications can be hosted in the datacenter, with users accessing these environments from a wide range of client devices, including Microsoft Windows PCs, Sun Ray virtual display clients, Apple Macintoshes, PDAs or any combination of supported devices. A variety of networks are supported, from LAN to WAN or the public Internet. A virtual desktop solution can be provided through Sun Ray Server Software, Sun Secure Global Desktop and Sun Virtual Desktop Infrastructure.</p><h3>Database management systems</h3><p> Sun acquired MySQL AB, the developer of the MySQL database in 2008 for US$ 1 billion. CEO Jonathan Schwartz mentioned in his blog that optimizing the performance of MySQL is one of the priorities of the acquisition. In February 2008, Sun began to publish results of the MySQL performance optimization work. Sun is also a contributor to the PostgreSQL project. On the Java platform, Sun contributes to, ships, and offers support for Java DB.</p><h3>Other software</h3><p> Sun offers a range of other software products for software development and infrastructure services. Many of these products were developed in house; others have come from a series of acquisitions, including Tarantella, Waveset Technologies, SeeBeyond, and Vaau. Sun also acquired many of the Netscape non-browser software products as part a deal involving Netscape&#8217;s merger with AOL. These software products were initially offered under the &#8221;iPlanet&#8221; brand; once the Sun-Netscape alliance ended, they were re-branded as &#8221;Sun ONE&#8221; (Sun Open Network Environment), and more recently as the &#8221;Sun Java System&#8221;.</p><p>Today, Sun&#8217;s middleware stack is branded as the &#8221;Java Enterprise System&#8221; (or JES), and fulfills web and application serving, as well as communication, calendaring, directory, identity management and SOA/business integration roles. Sun&#8217;s Open ESB and other software suites are available for download and use free of charge on systems running Solaris, Red Hat Enterprise Linux, HP-UX, and Windows, with support available optionally.</p><p>Sun has developed data center management software products, which include the &#8221;Solaris Cluster&#8221; high availability software, and a grid management package called &#8221;Sun Grid Engine&#8221; and firewall software such as SunScreen.</p><p>For the Network Equipment Providers and the telecommunications world, Sun developed the carrier-grade Netra High-Availability Suite.</p><p>Sun also produces a suite of compilers and development tools under the &#8221;Sun Studio&#8221; brand, for building and developing Solaris and Linux applications.</p><p>Sun has recently entered the Software as a Service (SaaS) market with zembly, a social cloud-based computing platform and Project Kenai, an open-source project hosting service.</p><p>Adapted from the Wikipedia article Sun Microsystems, under the G. N. U. Free Documentation License. Please also see http://en.wikipedia.org/wiki</p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://www.morphosppc.com/article/sun-microsystems-software/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Database Caching 42/179 queries in 0.477 seconds using disk: basic
Object Caching 3425/3775 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d3j1u3j0l3helq.cloudfront.net

Served from: www.morphosppc.com @ 2012-02-10 12:17:08 -->
