Showing posts with label Novell. Show all posts
Showing posts with label Novell. Show all posts

Monday, November 22

Novell to Be Bought by Attachmate for $2.2 Billion

Nov. 22 (Profile facts) -- Novell Inc., the maker of Linux operating-system software, agreed to be bought by Attachmate Corp. for $2.2 billion, ending an 8-month strategic review aimed at reviving a company that had struggled to sustain growth.

Novell investors will get $6.10 a share, Attachmate, a software company owned by private-equity firms including Golden Gate Capital Corp., said today in a statement. That’s 9.1 percent more than Novell’s closing price on Nov. 19. Novell will also sell some intellectual-property assets to a group of technology companies led by Microsoft Corp. for $450 million.

The company, which has reported sales declines for three of the past four years, had trouble competing against larger rivals such as Microsoft, said Rich Williams, an analyst at Cross Research. Novell started looking at strategic alternatives including a sale after rejecting a $2 billion takeover offer in March from shareholder Elliott Associates LP as inadequate.

“Management had struggled over the last few years to grow the new businesses and that created an opportunity given all of the cash from the balance sheet for financial bidders,” said Livingston, New Jersey-based Williams, who rates Novell “hold” and doesn’t own the stock. “The financially oriented buyers are going to hold the company, reshape it to a degree and then in a few years, in a more attractive environment, bring the company public.”

Novell’s new products were too “underdeveloped” to attract other technology companies as bidders, making it a suitable target for financial buyers, Williams said. Attachmate, whose owners also include Francisco Partners and Thoma Bravo LLC, said Novell products will complement a portfolio that includes other technology assets.

Average Premium

Novell, based in Waltham, Massachusetts, rose 37 cents, or 6.6 percent, to $5.96 on the Nasdaq Stock Market at 12:04 p.m. New York time. It had gained 35 percent this year before today.

The company, which also competes against Oracle Corp. and BMC Software Inc., has said last year’s recession hurt customer orders. The company had $1.04 billion in cash and short-term investments at the end of the third quarter.

Besides Linux, Novell’s business units include identity and security management, systems and resource management, workload management and its GroupWise e-mail system. Microsoft declined to comment on the assets it bought from Novell, said Tricia Payer, a spokeswoman for the company.

As part of the deal, fund manager Elliott will become a shareholder in Attachmate. New York-based Elliott was one of several parties in a 2006 buyout of Metrologic Instruments Inc., a maker of bar-code scanners. Elliott helped fund the 2009 acquisition of MSC.Software Corp. by private-equity firm Symphony Technology Group LLC.

Average Premium

The purchase price for Novell is 28 percent higher than the company’s stock price before Elliott’s March bid. The average premium acquirers offered for software companies in the past 12 months was 21 percent, with businesses that make software for enterprises the most popular targets, according to a Bloomberg analysis of more than 1,000 deals.

Attachmate and Novell said they expect to complete the deal in the first quarter. Credit Suisse and RBC Capital Markets are acting as the financial advisers for Attachmate, and Jones Day is the legal adviser. JPMorgan Chase & Co. and Skadden, Arps, Slate, Meagher & Flom LLP advised Novell.

Private-Equity Deals

Private-equity firms pool money from investors to take over companies, financing the purchases mostly with debt, with the intention of selling them later for a profit.

Francisco Partners was part of a group of investors that sold chipmaker Numonyx Holdings BV to Micron Technology Inc., the biggest U.S. producer of computer memory, for $1.34 billion this year. Francisco Partners invests in technology companies and manages about $5 billion, according to its website.

San Francisco-based Golden Gate Capital manages $9 billion, according to its website. The firm’s deals include the acquisition of Geac Computer Corp. for $794.2 million in 2006.

Thoma Bravo, which has offices in San Francisco and Chicago, bought United Parcel Service Inc.’s UPS Logistics Technologies unit for an undisclosed amount last week. It acquired SonicWall Inc., an Internet-security firm, for $484.9 million in July.


(source:wikipedia)

Terminal emulator

A terminal emulator, terminal application, term, or tty for short, is a program that emulates a video terminal within some other display architecture. Though typically synonymous with a command line shell or text terminal, the term terminal covers all remote terminals, including graphical interfaces. A terminal emulator inside a graphical user interface is often called a terminal window.
A terminal window allows the user access to a text terminal and all its applications such as command line interfaces (CLI) and text user interface applications. These may be running either on the same machine or on a different one via telnet, ssh, or dial-up. On Unix-like operating systems it is common to have one or more terminal windows connected to the local machine.
Terminals usually support a set of escape sequences for controlling color, cursor position, etc. Examples include the family of terminal control sequence standards known as ECMA-48, ANSI X3.64 or ISO/IEC 6429.
Early adopters of computer technology, such as banks, insurance companies, and governments, still make frequent use of terminal emulators. They typically have decades old applications running on mainframe computers. The old “dumb” video terminals used to access the mainframe are long since obsolete; however, applications on the mainframe are still in use. Quite often, terminal emulators are the only way a user can access applications running on these older machines.

Raw and cooked input/output

On Unix-like systems, for an individual keypress received by the terminal or terminal emulator, it sends an individual code from the character set in use. Also, carriage return and line feed are distinct operations. In raw mode, text passes directly from the terminal or PTY (a device node that a program wishing to emulate a terminal is bound to) to the TTY device. In cooked mode a number of changes are made as the data pass between the terminal or PTY and the TTY: The application gets complete lines of input at once neatly terminated with a line feed and can send just a linefeed when it wants a new line. Also, text typed is echoed back to the user. When a program is started, the terminal is generally in cooked mode which allows easy input and output of text, but applications that want more control will often put the terminal into raw mode, or a slightly more processed rare mode. The characteristics of cooked mode can be turned on and off individually which may be needed for certain applications.

Synchronous terminals

In asychronous terminals data can flow in any direction at any time. In synchronous terminals a protocol controls who may send data when. The IBM 3270-based terminals used with IBM mainframe computers are an example of synchronous terminals. They operate in an essentially "screen-at-a-time" mode (also known as block mode). Users can make numerous changes to a page, before submitting the updated screen to the remote machine as a single action. This paradigm can be surprising to those used to the more common asynchronous terminal behaviour, though in fact it is conceptually quite similar to the submission of HTTP forms on the Web.
Terminal emulators that simulate the original 3270 hardware terminal are available for most operating systems, for use both by those administering systems such as the z9, as well as those using the corresponding applications such as CICS.
Other examples of synchronous terminals include the IBM 5250, and the ICL 7561. The Honeywell Bull VIP7800 and Hewlett-Packard 700/92 terminals also had a block mode.

Examples of terminal emulators

Many terminal emulators have been developed, for terminals such as VT100, VT220, VT320, IBM 3270/8/9/E, IBM 5250, IBM 3179G, Data General D211, Hewlett Packard HP700/92, Sperry/Unisys 2000-series UTS60, Burroughs/Unisys A-series T27/TD830/ET1100, ADDS ViewPoint, Sun console, QNX, AT386, SCO-ANSI, SNI 97801, Televideo, and Wyse 50/60. Additionally, programs have been developed to emulate terminals which are themselves programs, such as xterm and assorted console terminals (e.g., for Linux). Finally, some emulations simply refer to a standard, such as ANSI. These programs are available on many platforms ranging from DOS and Unix to GUI operating systems such as Windows and Macs, to embedded operating systems found in cellphones and industrial hardware.


(source:wikipedia)

Novell NetWare

NetWare is a network operating system developed by Novell, Inc. It initially used cooperative multitasking to run various services on a personal computer, with network protocols based on the archetypal Xerox Network Systems stack.
Novell superseded NetWare with Open Enterprise Server (OES) from 2005. The latest version of NetWare is v6.5 Support Pack 8, which is identical to OES 2 SP1, NetWare Kernel.

History

NetWare evolved from a very simple concept: file sharing instead of disk sharing. In 1983 when the first versions of NetWare originated, all other competing products were based on the concept of providing shared direct disk access. Novell's alternative approach was validated by IBM in 1984, which helped promote the NetWare product.
Novell NetWare shared disk-space in the form of NetWare volumes, comparable to DOS volumes. Clients running MS-DOS would run a special terminate and stay resident (TSR) program that allowed them to map a local drive letter to a NetWare volume. Clients had to log in to a server in order to be allowed to map volumes, and access could be restricted according to the login name. Similarly, they could connect to shared printers on the dedicated server, and print as if the printer was connected locally.
At the end of the 1990s, with Internet connectivity booming, the Internet's TCP/IP protocol became dominant on LANs. Novell had introduced limited TCP/IP support in NetWare v3.x (circa 1992) and v4.x (circa 1995), consisting mainly of FTP services and UNIX-style LPR/LPD printing (available in NetWare v3.x), and a Novell-developed webserver (in NetWare v4.x). Native TCP/IP support for the client file and print services normally associated with NetWare was introduced in NetWare v5.0 (released in 1998).
During the early-to-mid 1980s Microsoft introduced their own LAN system in LAN Manager, based on the competing NBF protocol. Early attempts to muscle in on NetWare failed, but this changed with the inclusion of improved networking support in Windows for Workgroups, and then the hugely successful Windows NT and Windows 95. NT, in particular, offered services similar to those offered by NetWare, but on a system that could also be used on a desktop, and connected directly to other Windows desktops where NBF was now almost universal.

The rise of NetWare
The popular use and growth of Novell NetWare began in 1985 with the simultaneous release of NetWare 286 2.0a and the Intel 80286 16-bit processor. The 80286 CPU featured a new 16-bit protected mode that provided access to up to 16 MB RAM as well as new mechanisms to aid multi-tasking. (Prior to the 80286, PC CPU servers used the Intel 8086/8088 8/16-bit processors, which were limited to an address space of 1MB with not more than 640 KB of directly addressable RAM.)
The combination of a higher 16 MB RAM limit, 80286 processor feature utilization, and 256 MB NetWare volume size limit (compared to the 32 MB that MS-DOS allowed at that time) allowed the building of reliable, cost-effective server-based local area networks for the first time. The 16 MB RAM limit was especially important, since it made enough RAM available for disk caching to significantly improve performance. This became the key to Novell's performance while also allowing larger networks to be built.
In another significant innovation, NetWare 286 was hardware-independent, unlike competing server systems from 3Com. Novell servers could be assembled using any brand system with an Intel 80286 or higher CPU, any MFM, RLL, ESDI, or SCSI hard drive and any 8- or 16-bit network adapter for which Netware drivers were available.
Novell also designed a compact and simple DOS-client software program that allowed DOS stations to connect to a server and access the shared-server hard drive. While the NetWare server file system introduced a new, proprietary file-system design, it looked like a standard DOS volume to the workstation, ensuring compatibility with all existing DOS programs.

Early years
NetWare originated from consulting work by SuperSet Software, a group founded by the friends Drew Major, Dale Neibaur, Kyle Powell and later Mark Hurst. This work stemmed from their classwork at Brigham Young University in Provo, Utah, starting in October 1981.
In 1983, Raymond Noorda engaged[clarification needed] the work by the SuperSet team. The team was originally assigned to create a CP/M disk sharing system to help network the CP/M hardware that Novell sold at the time. The team was privately convinced that CP/M was a doomed platform and instead came up with a successful file-sharing system for the newly introduced IBM-compatible PC. They also wrote an application called Snipes - a text-mode game - and used it to test the new network and demonstrate its capabilities. Snipes was the first network application ever written for a commercial personal computer, and it is recognized as one of the precursors of many popular multiplayer games such as Doom and Quake.[1]
This network operating system (NOS) was later called Novell NetWare. NetWare was based on the NetWare Core Protocol (NCP), which is a packet-based protocol that enables a client to send requests to and receive replies from a NetWare server. Initially NCP was directly tied to the IPX/SPX protocol, and NetWare communicated natively using only IPX/SPX.
The first product to bear the NetWare name was released in 1983. It was called Netware 68 (aka S-Net); it ran on the Motorola 68000 processor on a proprietary Novell-built file server and used a star network topology. This was soon joined by NetWare 86 V4.x, which was written for the Intel 8086. This was replaced in 1985 with Advanced NetWare 86 version 1.0a which allowed more than one server on the same network. In 1986, after the Intel 80286 processor became available, Novell released Advanced NetWare 286 V1.0a and subsequently V2.0B (that used IPX routing to allow up to 4 network cards in a server). In 1989, with the Intel 80386 available, Novell released NetWare 386. Later Novell consolidated the numbering of their NetWare releases, with NetWare 386 becoming NetWare 3.x.

NetWare 286 2.x
NetWare version 2 had a reputation as notoriously difficult to configure, since the operating system was provided as a set of compiled object modules that required configuration and linking. Compounding this inconvenience was that the process was designed to run from multiple diskettes, which was slow and unreliable. Any change to the operating system required a re-linking of the kernel and a reboot of the system, requiring at least 20 diskette swaps. An additional complication in early versions was that the installation contained a proprietary low-level format program for MFM hard drives, which was run automatically before the software could be loaded, called COMPSURF.
NetWare was administered using text-based utilities such as SYSCON. The file system used by NetWare 2 was NetWare File System 286, or NWFS 286, supporting volumes of up to 256 MB. NetWare 286 recognized 80286 protected mode, extending NetWare's support of RAM from 1 MB to the full 16 MB addressable by the 80286. A minimum of 2 MB was required to start up the operating system; any additional RAM was used for FAT, DET and file caching. Since 16-bit protected mode was implemented the i80286 and every subsequent Intel x86 processor, NetWare 286 version 2.x would run on any 80286 or later compatible processor.
NetWare 2 implemented a number of features inspired by mainframe and minicomputer systems that were not available in other operating systems of the day. The System Fault Tolerance (SFT) features included standard read-after-write verification (SFT-I) with on-the-fly bad block re-mapping (at the time, disks did not have that feature built in) and software RAID1 (disk mirroring, SFT-II). The Transaction Tracking System (TTS) optionally protected files against incomplete updates. For single files, this required only a file attribute to be set. Transactions over multiple files and controlled roll-backs were possible by programming to the TTS API.
NetWare 286 2.x supported two modes of operation: dedicated and non-dedicated. In dedicated mode, the server used DOS only as a boot loader to execute the operating system file net$os.exe. All memory was allocated to NetWare; no DOS ran on the server. For non-dedicated operation, DOS 3.3 or higher would remain in memory, and the processor would time-slice between the DOS and NetWare programs, allowing the server computer to be used simultaneously as a network file-server and as a user workstation. All extended memory (RAM above 1 MB) was allocated to NetWare, so DOS was limited to only 640kB; expanded memory managers that used the MMU of 80386 and higher processors, such as EMM386, would not work either, because NetWare 286 had control of protected mode and the upper RAM, both of which were required for DOS to use this approach to expanded memory; 8086-style expanded memory on dedicated plug-in cards was possible however. Time slicing was accomplished using the keyboard interrupt. This feature required strict compliance with the IBM PC design model, otherwise performance was affected. Non-dedicated NetWare was popular on small networks, although it was more susceptible to lockups due to DOS program problems. In some implementations, users would experience significant network slowdown when someone was using the console as a workstation. NetWare 386 3.x and later supported only dedicated operation.
Server licensing on early versions of NetWare 286 was accomplished by using a key card. The key card was designed for an 8-bit ISA bus, and had a serial number encoded on a ROM chip. The serial number had to match the serial number of the NetWare software running on the server. To broaden the hardware base, particularly to machines using the IBM MCA bus, later versions of NetWare 2.x did not require the key card; serialised license floppy disks were used in place of the key cards.

NetWare 3.x
Starting with NetWare 3.x, support for 32-bit protected mode was added, eliminating the 16 MB memory limit of NetWare 286. This allowed larger hard drives to be supported, since NetWare 3.x cached (copied) the entire file allocation table (FAT) and directory entry table (DET) into memory for improved performance.
By accident or design, the initial releases of the client TSR programs modified the high 16 bits of the 32-bit 80386 registers, making them unusable by any other program until this was fixed. Phil Katz noticed the problem and added a switch to his PKZIP suite of programs to enable 32-bit register use only when the Netware TSRs were not present.
NetWare version 3 eased development and administration by modularization. Each functionality was controlled by a software module called a NetWare Loadable Module (NLM) loaded either at startup or when it was needed. It was then possible to add functionality such as anti-virus software, backup software, database and web servers, long name support (standard filenames were limited to 8 characters plus a three letter extension, matching MS-DOS) or Macintosh style files.
NetWare continued to be administered using console-based utilities. The file system introduced by NetWare 3.x and used by default until NetWare 5.x was NetWare File System 386, or NWFS 386, which significantly extended volume capacity (1 TB, 4 GB files) and could handle up to 16 volume segments spanning multiple physical disk drives. Volume segments could be added while the server was in use and the volume was mounted, allowing a server to be expanded without interruption.
Initially, NetWare used Bindery services for authentication. This was a stand-alone database system where all user access and security data resided individually on each server. When an infrastructure contained more than one server, users had to log-in to each of them individually, and each server had to be configured with the list of all allowed users.
The "NetWare Name Services" product allowed user data to be extended across multiple servers, and the Windows "Domain" concept is functionally equivalent to NetWare v3.x Bindery services with NetWare Name Services added on (e.g. a 2-dimensional database, with a flat namespace and a static schema).
For a while, Novell also marketed an OEM version of NetWare 3, called Portable NetWare, together with OEMs such as Hewlett-Packard, DEC and Data General, who ported Novell source code to run on top of their Unix operating systems. Portable NetWare did not sell well.
While Netware 3.x was current, Novell introduced its first high-availability clustering system, named NetWare SFT-III, which allowed a logical server to be completely mirrored to a separate physical machine. Implemented as a shared-nothing cluster, under SFT-III the OS was logically split into an interrupt-driven I/O engine and the event-driven OS core. The I/O engines serialized their interrupts (disk, network etc.) into a combined event stream that was fed to two identical copies of the system engine through a fast (typically 100 Mbit/s) inter-server link. Because of its non-preemptive nature, the OS core, stripped of non-deterministic I/O, behaves deterministically, like a large finite state machine.
The outputs of the two system engines were compared to ensure proper operation, and two copies fed back to the I/O engines. Using the existing SFT-II software RAID functionality present in the core, disks could be mirrored between the two machines without special hardware. The two machines could be separated as far as the server-to-server link would permit. In case of a server or disk failure, the surviving server could take over client sessions transparently after a short pause since it had full state information and did not, for example, have to re-mount the volumes - a process at which NetWare was notoriously slow. SFT-III was the first NetWare version able to make use of SMP hardware - the I/O engine could optionally be run on its own CPU. The modern incarnation of NetWare's clustering, Novell Cluster Services (introduced in NetWare v5.0), is very different from SFT-III. NetWare SFT-III, ahead of its time in several ways, was a mixed success.
Novell designed NetWare 386 3.x to run all applications on the server at the same level of processor memory protection, known as "ring 0". While this provided the best possible performance, it sacrificed reliability. The result was that crashing (known as abends, short for abnormal ends) were possible and would result in stopping the system. Starting with NetWare 5.x, software modules (NetWare Loadable Modules or NLM's) could be assigned to run in different processor protection rings, ensuring that a software error would not crash the system.

NetWare 4.x
Version 4 in 1993 also introduced NetWare Directory Services, later re-branded as Novell Directory Services (NDS), based on X.500, which replaced the Bindery with a global directory service, in which the infrastructure was described and managed in a single place. Additionally, NDS provided an extensible schema, allowing the introduction of new object types. This allowed a single user authentication to NDS to govern access to any server in the directory tree structure. Users could therefore access network resources no matter on which server they resided, although user license counts were still tied to individual servers. (Large enterprises could opt for a license model giving them essentially unlimited per-server users if they let Novell audit their total user count)
Version 4 also introduced a number of useful tools and features, such as transparent compression at file system level and RSA public/private encryption.
Another new feature was the NetWare Asynchronous Services Interface (NASI). It allowed network sharing of multiple serial devices, such as modems. Client port redirection occurred via an MS-DOS or Microsoft Windows driver allowing companies to consolidate modems and analog phone lines.

Strategic mistakes
Novell's strategy with NetWare 286 2.x and 3.x proved very successful; before the arrival of Windows NT Server, Novell claimed 90% of the market for PC based servers.
While the design of NetWare 3.x and later involved a DOS partition to load NetWare server files, this feature became a liability as new users preferred the Windows graphical interface to learning DOS commands necessary to build and control a NetWare server. Novell could have eliminated this technical liability by retaining the design of NetWare 286, which installed the server file into a Novell partition and allowed the server to boot from the Novell partition without creating a bootable DOS partition. Novell finally added support for this in a Support Pack for NetWare 6.5.
As Novell used IPX/SPX instead of TCP/IP, they were poorly positioned to take advantage of the Internet in 1995. This resulted in Novell servers being bypassed for routing and Internet access, in favor of hardware routers, Unix-based operating systems such as FreeBSD, and SOCKS and HTTP Proxy Servers on Windows and other operating systems.

NetWare 4.1x and NetWare for Small Business: Novell begins to recover
Novell priced NetWare 4.10 similarly to NetWare 3.12, allowing customers who resisted NDS (typically small businesses) to try it at no cost.
Later Novell released NetWare version 4.11 in 1996 which included many enhancements that made the operating system easier to install, easier to operate, faster, and more stable. It also included the first full 32-bit client for Microsoft Windows-based workstations, SMP support and the NetWare Administrator (NWADMIN or NWADMN32), a GUI-based administration tool for NetWare. Previous administration tools used the Cworthy interface, the character-based GUI tools such as SYSCON and PCONSOLE with blue text-based background. Some of these tools survive to this day, for instance MONITOR.NLM.
Novell packaged NetWare 4.11 with its Web server, TCP/IP support and the Netscape browser into a bundle dubbed IntranetWare (also written as intraNetWare). A version designed for networks of 25 or fewer users was named IntranetWare for Small Business and contained a limited version of NDS and tried to simplify NDS administration. The intranetWare name was dropped in NetWare 5.
During this time Novell also began to leverage its directory service, NDS, by tying their other products into the directory. Their e-mail system, GroupWise, was integrated with NDS, and Novell released many other directory-enabled products such as ZENworks and BorderManager.
NetWare still required IPX/SPX as NCP used it, but Novell started to acknowledge the demand for TCP/IP with NetWare 4.11 by including tools and utilities that made it easier to create intranets and link networks to the Internet. Novell bundled tools, such as the IPX/IP gateway, to ease the connection between IPX workstations and IP networks. It also began integrating Internet technologies and support through features such as a natively hosted web server.

NetWare 5.x
With the release of NetWare 5 in October 1998, Novell finally acknowledged the prominence of the Internet by switching its primary NCP interface from the IPX/SPX network protocol to TCP/IP. IPX/SPX was still supported, but the emphasis shifted to TCP/IP. Novell also added a GUI to NetWare. Other new features were:
Novell Storage Services (NSS), a new file system to replace the traditional NetWare File System - which was still supported
Java virtual machine for NetWare
Novell Distributed Print Services (NDPS)
ConsoleOne, a new Java-based GUI administration console
directory-enabled Public key infrastructure services (PKIS)
directory-enabled DNS and DHCP servers
support for Storage Area Networks (SANs)
Novell Cluster Services (NCS)
Oracle 8i with a 5-user license
The Cluster Services greatly improved on SFT-III, as NCS does not require specialized hardware or identical server configurations.
NetWare 5 was released during a time when NetWare market share dropped precipitously; many companies and organizations were replacing their NetWare servers with servers running Microsoft's Windows NT operating system. Novell also released their last upgrade to the NetWare 4 operating system, NetWare 4.2.
Netware 5 and above supported Novell NetStorage for Internet-based access to files stored within Netware.
Novell released NetWare 5.1 in January 2000, shortly after its predecessor. It introduced a number of useful tools, such as:
IBM WebSphere Application Server
NetWare Management Portal (later renamed Novell Remote Manager), web-based management of the operating system
FTP, NNTP and streaming media servers
NetWare Web Search Server
WebDAV support

NetWare 6.0
NetWare 6 was released in October 2001. This version has a simplified licensing scheme based on users, not servers. This allows unlimited connections per user. Novell Cluster Services was also improved to support 32 node clusters. NetWare 6.0 included a 2 node clustering license.

NetWare 6.5
NetWare 6.5 was released in August 2003. Some of the new features in this version included:
more open-source products such as PHP, MySQL and OpenSSH
a port of the Bash shell and a lot of traditional Unix utilities such as wget, grep, awk and sed to provide additional capabilities for scripting
iSCSI support (both target and initiator)
Virtual Office - an "out of the box" web portal for end users providing access to e-mail, personal file storage, company address book, etc.
Domain controller functionality
Universal password
DirXML Starter Pack - synchronization of user accounts with another eDirectory tree, a Windows NT domain or Active Directory.
exteNd Application Server - a Java EE 1.3-compatible application server
support for customized printer driver profiles and printer usage auditing
NX bit support
support for USB storage devices
support for encrypted volumes
The latest - and apparently last - Service Pack for Netware 6.5 is SP8, released October 2008.

Open Enterprise Server
Main article: Novell Open Enterprise Server

1.0
In 2003, Novell announced the successor product to NetWare: Open Enterprise Server (OES). First released in March 2005, OES completes the separation of the services traditionally associated with NetWare (such as Directory Services, and file-and-print) from the platform underlying the delivery of those services. OES is essentially a set of applications (eDirectory, NetWare Core Protocol services, iPrint, etc.) that can run atop either a Linux or a NetWare kernel platform. Clustered OES implementations can even migrate services from Linux to NetWare and back again, making Novell one of the very few vendors to offer a multi-platform clustering solution.
Consequent to Novell's acquisitions of Ximian and SuSE, a German Linux distributor, it is widely observed[by whom?] that Novell is moving away from NetWare and shifting its focus towards Linux. Much recent marketing seems to be focussed on getting faithful NetWare users to move to the Linux platform in future releases.[5] The clearest indication of this direction is Novell's controversial decision to release Open Enterprise Server in Linux form only. Novell later watered down this decision and stated that NetWare's 90 million users would be supported until at least 2015.[6] Some of Novell's NetWare supporters have taken it upon themselves to petition Novell to keep NetWare in development.

2.0
OES 2 was released on October 8, 2007. It includes NetWare 6.5 SP7, which supports running as a paravirtualized guest inside the Xen hypervisor and new Linux based version using SLES10.
New features include
64bit support
Virtualization
Dynamic Storage Technology, which provide Shadow Volumes
Domain services for Windows (provided in OES 2 service pack 1)

Current NetWare situation
As of 2010 some organizations still use Novell NetWare, but its ongoing decline in popularity began in the mid-1990s, when NetWare was the de facto standard for file and print software for the Intel x86 server platform. Modern (2009) NetWare and OES installations are used by larger organizations that may need the added flexibility they provide.
Microsoft successfully shifted market share away from NetWare products toward their own in the late-1990s. Microsoft's more aggressive marketing was aimed directly to management through major magazines; Novell NetWare's was through IT specialist magazines with distribution limited to select IT personnel.
Novell did not adapt their pricing structure accordingly and NetWare sales suffered at the hands of those corporate decision makers whose valuation was based on initial licensing fees. As a result organizations that still use NetWare, eDirectory, and Novell software often have a hybrid infrastructure of NetWare, Linux, and Windows servers.

Netware Lite / Personal Netware
In 1991 Novell introduced a radically different and cheaper product - Netware Lite in answer to Artisoft's similar LANtastic. Both were peer to peer systems, where no specialist server was required, but instead all PCs on the network could share their resources.
The product line became Personal Netware in 1993.

Performance

NetWare dominated the network operating system (NOS) market from the mid-80s through the mid- to late-90s due to its extremely high performance relative to other NOS technologies. Most benchmarks during this period demonstrated a 5:1 to 10:1 performance advantage over products from Microsoft, Banyan, and others. One noteworthy benchmark pitted NetWare 3.x running NFS services over TCP/IP (not NetWare's native IPX protocol) against a dedicated Auspex NFS server and a SCO Unix server running NFS service. NetWare NFS outperformed both 'native' NFS systems and claimed a 2:1 performance advantage over SCO Unix NFS on the same hardware.
The reasons for NetWare's performance advantage are given below.

File service instead of disk service
At the time NetWare was first developed, nearly all LAN storage was based on the disk server model. This meant that if a client computer wanted to read a particular block from a particular file it would have to issue the following requests across the relatively slow LAN:
Read first block of directory
Continue reading subsequent directory blocks until the directory block containing the information on the desired file was found, could be many directory blocks
Read through multiple file entry blocks until the block containing the location of the desired file block was found, could be many directory blocks
Read the desired data block
NetWare, since it was based on a file service model, interacted with the client at the file API level:
Send file open request (if this hadn't already been done)
Send a request for the desired data from the file
All of the work of searching the directory to figure out where the desired data was physically located on the disk was performed at high speed locally on the server. By the mid-1980s, most NOS products had shifted from the disk service to the file service model. Today, the disk service model is making a comeback, see SAN.

Aggressive caching
From the start, the NetWare design focused on servers with copious amounts of RAM. The entire file allocation table (FAT) was read into RAM when a volume was mounted, thereby requiring a minimum amount of RAM proportional to online disk space; adding a disk to a server would often require a RAM upgrade as well. Unlike most competing network operating systems prior to Windows NT, NetWare automatically used all otherwise unused RAM for caching active files, employing delayed write-backs to facilitate re-ordering of disk requests (elevator seeks). An unexpected shutdown could therefore corrupt data, making an uninterruptible power supply practically a mandatory part of a server installation.
The default dirty cache delay time was fixed at 2.2 seconds in NetWare 286 versions 2.x. Starting with NetWare 386 3.x, the dirty disk cache delay time and dirty directory cache delay time settings controlled the amount of time the server would cache changed ("dirty") data before saving (flushing) the data to a hard drive. The default setting of 3.3 seconds could be decreased to 0.5 seconds but not reduced to zero, while the maximum delay was 10 seconds. The option to increase the cache delay to 10 seconds provided a significant performance boost. Windows 2000 and 2003 server do not allow adjustment to the cache delay time. Instead, they use an algorithm that adjusts cache delay.

Efficiency of NetWare Core Protocol (NCP)
Most network protocols in use at the time NetWare was developed didn't trust the network to deliver messages. A typical client file read would work something like this:
Client sends read request to server
Server acknowledges request
Client acknowledges acknowledgement
Server sends requested data to client
Client acknowledges data
Server acknowledges acknowledgement
In contrast, NCP was based on the idea that networks worked perfectly most of the time, so the reply to a request served as the acknowledgement. Here is an example of a client read request using this model:
Client sends read request to server
Server sends requested data to client
All requests contained a sequence number, so if the client didn't receive a response within an appropriate amount of time it would re-send the request with the same sequence number. If the server had already processed the request it would resend the cached response, if it had not yet had time to process the request it would only send a "positive acknowledgement". The bottom line to this 'trust the network' approach was a 2/3 reduction in network transactions and the associated latency.

Non-preemptive OS designed for network services
One of the raging debates of the 90s was whether it was more appropriate for network file service to be performed by a software layer running on top of a general purpose operating system, or by a special purpose operating system. NetWare was a special purpose operating system, not a timesharing OS. It was written from the ground up as a platform for client-server processing services. Initially it focused on file and print services, but later demonstrated its flexibility by running database, email, web and other services as well. It also performed efficiently as a router, supporting IPX, TCP/IP, and Appletalk, though it never offered the flexibility of a 'hardware' router.
In 4.x and earlier versions, NetWare did not support preemption, virtual memory, graphical user interfaces, etc. Processes and services running under the NetWare OS were expected to be cooperative, that is to process a request and return control to the OS in a timely fashion. On the down side, this trust of application processes to manage themselves could lead to a misbehaving application bringing down the server.
By comparison, general-purpose operating systems such as Unix or Microsoft Windows were based on an interactive, time-sharing model where competing programs would consume all available resources if not held in check by the operating system. Such environments operated by preemption, memory virtualization, etc., generating significant overhead because there were never enough resources to do everything every application desired. These systems improved over time as network services shed their “application” stigma and moved deeper into the kernel of the “general purpose” OS, but they never equaled the efficiency of NetWare.
Probably the single greatest reason for Novell's success during the 80's and 90's was the efficiency of NetWare compared to general purpose operating systems. However, as microprocessors increased in power, efficiency became less and less of an issue. With the introduction of the Pentium processor, NetWare's performance advantage began to be outweighed by the complexity of managing and developing applications for the NetWare environment.


(source:wikipedia)

Novell GroupWise

GroupWise is a messaging and collaborative software platform from Novell that supports email, calendaring, personal information management, instant messaging, and document management. The platform consists of the client software, which is available for Windows, Mac OS X, and Linux, and the server software, which is supported on Windows Server, NetWare, and Linux. The latest generation of the platform is GroupWise 8.

Summary

GroupWise can operate on a number of server and workstation platforms. Server platforms include NetWare, Linux, and Windows. There is a Windows client and a less-capable Java client for Linux and Mac OS X. Novell has delivered closer client feature parity in GroupWise 8. There are also GroupWise connectors for Microsoft Outlook and Novell Evolution.


GroupWise WebAccess 7.0 rendered by Mozilla Firefox running under Windows XP
GroupWise WebAccess provides users with most of the functionality of the desktop clients from a Web browser. It also supports handheld/PDA access via the Web. The most current revision of GroupWise (8.0) includes license to GroupWise Mobile Server by Nokia which enables wireless mail support for almost any mobile device. One notable exception is Apple's iPhone. While Groupwise's email works with the iPhone, Groupwise's calendar does not.
The GroupWise Post Office Agent (POA) supports IMAP and SOAP access to user mailboxes, in addition to the native client. The GroupWise Internet Agent (GWIA) provides SMTP communication to other E-Mail systems, and also supports IMAP, POP3, SOAP, and iCalendar access to user mailboxes.[2] Additionally, special modules called gateways support direct connectivity to other groupware systems such as Microsoft Exchange Server and IBM Lotus Domino.
GroupWise includes instant messaging since version 6.5. The solution is targeted specifically at the corporate market with features such as directory service integration and SSL encryption.[3] In addition to the Windows and Linux clients provided by Novell, the protocol is supported by Gossip, iChat, and popular multiprotocol IM applications such as Kopete, Pidgin (previously known as GAIM) and Adium. There is also a client available for Blackberry. Non-native clients will only work when SSL communication is enabled on the server.
The latest version is 8.0. It includes pre-bundled SUSE Linux Enterprise Server, which can be used for running GroupWise at no additional cost.
GroupWise is included in the Novell Open Workgroup Suite and its precursors, the Novell Small Business Suite and the Novell Linux Small Business Suite.
[edit]History

GroupWise originated in 1986 with an extension of the WordPerfect suite, called "WordPerfect Library 1.0" which ran at the time on the Data General and Amiga platforms. The product was developed by WordPerfect Corporation in conjunction with some of their largest customers, including the US Department of Justice, as well as with the programming input of some individual system admins of smaller government agencies, like Eliot Lanes. WordPerfect Library did not include email or calendaring: it consisted of Personal Calendar, Editor, Notebook, Calculator, File Manager and Shell. In 1987, WordPerfect Library was extended to the PC platform in a DOS version.[1]
In 1988, email and calendaring/scheduling debuted in the product, which was also rebranded as "WordPerfect Office 2.0".
1990 brought the release of WordPerfect Office 3.0, adding Macintosh and UNIX to the client mix and supporting multiple servers with cross-server email, calendaring and scheduling.
WordPerfect Office 3.1 was released in 1992, adding a Windows client and boasting the ability to work cross-platform on DOS, Windows, Macintosh, UNIX and VAX/VMS. Version 3.1 also added a remote capability for async or wireless connections.
Version 4.0 was released in 1993 with an entirely new interface and transitioning to a database technology for the message store. Other major features included task management, server-based rules, remote replication/synchronization, centralized administration of multiple servers, 32-bit server capability, simultaneous release on all platforms, and many other innovative additions that were firsts in the market. Gateways included SMTP, X.400, fax, pager, and PROFS.
WordPerfect was acquired by Novell in 1994, and the server components were ported to the NetWare network operating system. At the same time, WordPerfect Office was renamed GroupWise and integrated with Novell Directory Services (now known as Novell eDirectory). In 1996, Novell sold most of the WordPerfect applications to Corel Corporation, but decided to keep GroupWise.
GroupWise 4.1, the first Novell release, debuted in 1994, adding NLMs (Netware Loadable Modules) and gateways to offer extensive back-end capabilities. Other new features included World Wide Web links in objects, the ability for third-party developers to create and maintain items, tighter Netware integration and management, SNMP capabilities, live maintenance without the need to shut down the server, an integrated listserver, and the ability to access the system remotely via touch-tone telephone.
In 1996, GroupWise WebAccess was released as an add-on, providing internet-based access to GroupWise from a web browser.
GroupWise 5 in 1996 brought universal management of all types of messages and objects and full collaborative document management. GroupWise Imaging made scanned documents available as well. Integration with Novell Directory Services was also offered. Other notable features included conferencing, a Universal Mailbox, client/server functionality, and shared folders. At this time, some native client platforms were dropped at the time, notably the Macintosh client, preferring instead to offer support via the web-based client.
Version 5.2 added extensive Internet functionality in 1997, including IMAP4, LDAP, POP3, embedded URLs and native TCP/IP. GroupWise Workflow was also added to the product.
GroupWise 5.5 in 1998 enhanced all the basic groupware functions, added full-text indexing and enhanced support for internet standards and security.
With the release of GroupWise 6.5 SP1 in 2004, Linux was added to the list of platforms supported by the server components.
In 2006 GroupWise Mobile Server (based on the Nokia Intellisync software) was released allowing handheld devices running multiple platforms to synchronize e-mail, contacts, calendar, and notes with GroupWise.
GroupWise 7 was launched in 2005, providing a totally new Windows client and WebAccess.
GroupWise 8, codenamed Bonsai, was released on Nov. 17, 2008. It brought even better client and added many new features like Calendar Publishing. See the Whats new documentation at http://www.novell.com/documentation/gw8/.
Groupwise 8 SP1 was released in August 2009. Groupwise 8 SP2 was released in July 2010.
[edit]Future

In 2005, Novell announced a commitment to further develop its collaboration platform.[4] The company has also announced that it will transition its GroupWise Mobile Server software to ActiveSync technology in 2010, prior to the launch of the next major GroupWise release (codenamed "Ascot") later in 2010.


(source:wikipedia)

Novell

Novell, Inc. ( /noʊˈvɛl/; NASDAQ: NOVL) is a multinational software and services corporation headquartered in Waltham, Massachusetts. The company specializes in enterprise operating systems, such as SUSE Linux Enterprise and Novell NetWare; identity, security, and systems management solutions; and collaboration solutions, such as Novell Groupwise and Novell Pulse.

Type Public (NASDAQ: NOVL)
Industry Computer software
Founded 1979
Headquarters Waltham, Massachusetts
Key people Ron Hovsepian,
chief executive officer
Products SUSE Linux Enterprise Server
SUSE Linux Enterprise Desktop
Novell eDirectory
Novell Open Enterprise Server
Novell NetWare
Novell GroupWise
Novell ZENworks
Novell Identity Manager
Novell Access Manager
PlateSpin
Revenue $862.18 million (2009)
Operating income $211.96 million (2009)
Net income $212.74 million (2009)
Total assets $1.902 billion (2009)
Total equity $0.934 billion (2009)
Employees 3,600 (December 2009)
Website novell.com

Novell was instrumental in making the Utah Valley a focus for technology and software development. Novell technology contributed to the emergence of local area networks, which displaced the dominant mainframe computing model and changed computing worldwide. Today, a primary focus of the company is on developing open source software for enterprise clients.

History

Novell owes its beginnings to the Eyring Research Institute (ERI) in Provo, Utah. Dennis Fairclough, Drew Major, Dale Neibaur and Kyle Powell left ERI and took with them the experience and technology to found Novell. Fairclough was the member of the original team that started Novell Data Systems. Major, Neibaur and Powell went on to form SuperSet Software. Fairclough was the original founder of Novell, when Ray Noorda came to Novell, who was dismissed in a route to build upon a new future for Novell. Major, Neibaur and Powell continued to support Novell through their SuperSet Software Group.
At ERI, Fairclough, Major, Neibaur and Powell worked on government contracts for the Intelligent Systems Technology Project, and gained an important insight into the ARPANET and related technologies, ideas which would become crucial to the foundation of Novell.
ERI spawned many high-tech spin-offs, including WordPerfect, Novell, and Dynix in computers and some in the military and communication areas that have all benefited the world. The Life of Frank Carlyle Harmon, written by Cleo Harmon, wife of the Founder and the Secretary of the President at Eyring Research Institute, published 1999.
The company began in 1979 in Provo, Utah as Novell Data Systems Inc., a hardware manufacturer producing CP/M-based systems. It was co-founded by George Canova, Darin Field, and Jack Davis. Victor V. Vurpillat brought the deal to Pete Musser, chairman of the board of Safeguard Scientifics, Inc., who provided the seed funding. The company initially did not do well, and both Davis and Canova left the firm. The Safeguard board then ordered Musser to shut Novell down. Musser contacted two Safeguard investors and investment bankers, Barry Rubenstein and Fred Dolin, who guaranteed to raise the necessary funds to continue the business as a software company. They, along with Jack Messman, interviewed and hired Raymond Noorda. The required funding was obtained through a rights offering to Safeguard shareholders, managed by the Cleveland brokerage house, Prescott, Ball and Turben, and guaranteed by Rubenstein and Dolin.
In January 1983, the company’s name was shortened to Novell Inc., and Raymond Noorda became the head of the firm. Later that same year, the company introduced its most significant product, the multi-platform network operating system (NOS), Novell 

NetWare.
NetWare
The first Novell product was a proprietary hardware server based on Motorola 6800 CPU supporting 6 MUX ports per board for a maximum of 4 boards per server using a star topology with twisted pair cabling. A network interface card (NIC) was developed for the IBM PC industry standard architecture (ISA) bus. The server was using the first network operating system (NOS) called ShareNet. Later, ShareNet was ported to run on the Intel platform and renamed NetWare. The first commercial release of NetWare was version 1.5.
Novell based its network protocol on Xerox Network Systems (XNS), and created its own standards from IDP and SPP, which it named internetwork packet exchange (IPX) and sequenced packet exchange (SPX). File and print services ran on the NetWare core protocol (NCP) over IPX, as did routing information protocol (RIP) and service advertising protocol (SAP).
NetWare uses Novell DOS (formerly DR-DOS) as a boot loader. Novell DOS is similar to MS-DOS and IBM PC-DOS, but no extra license for DOS is required; this came from the acquisition of Digital Research in 1991. Novell had already acquired Kanwal Rekhi’s company Excelan, which manufactured smart ethernet cards and commercialized the internet protocol TCP/IP, solidifying Novell’s presence in these niche areas.
It was around this time also that Ed Tittel of HTML For Dummies notoriety became involved with Novell. Tittel took up various positions within the newly acquired Excelan, becoming national marketing manager for Novell, before being named as Novell’s director of technical marketing.
Novell did extremely well throughout the 1980s. It aggressively expanded its market share by selling the expensive ethernet cards at cost. By 1990, Novell had an almost monopolistic position in NOS for any business requiring a network.
With this market leadership, Novell began to acquire and build services on top of its NetWare operating platform. These services extended NetWare’s capabilities with such products as NetWare for SAA, Novell multi-protocol router, GroupWise and BorderManager.

Beyond NetWare
However, Novell was also diversifying, moving away from its smaller users to target large corporations, although the company later attempted to refocus with NetWare for Small Business. It reduced investment in research and was slow to improve the product administration tools, although it was helped by the fact its products typically needed little “tweaking” – they just ran.
In June 1993, the company bought Unix System Laboratories from AT&T, acquiring rights to the Unix operating system, apparently in an attempt to challenge Microsoft. In 1994, Novell bought WordPerfect, as well as the Quattro Pro from Borland. These acquisitions did not last. Novell in 1995 assigned portions of its Unix business to the Santa Cruz Operation. WordPerfect and Quattro Pro were sold to Corel in 1996. DR-DOS was also sold to Caldera Systems in 1996.
As Novell faced new competition, Noorda was replaced by Robert Frankenberg in 1994,[2] and was followed by several CEOs who served short terms. One of Novell’s major innovations at the time was Novell Directory Services (NDS), now known as eDirectory. Introduced with NetWare v4.0. eDirectory replaced the old Bindery server and user management technology employed by NetWare 3.x and earlier.
In 1996, the company began a move into internet-enabled products, replacing reliance on the proprietary IPX protocol in favor of a native TCP/IP stack. The move was accelerated when Eric Schmidt became CEO in 1997 and then Christopher Stone was brought in. The result was NetWare v5.0, released in October 1998, which leveraged and built upon eDirectory and introduced new functions, such as Novell Cluster Services (NCS, a replacement for SFT-III) and Novell Storage Services (NSS), a replacement for the Traditional/FAT filesystem used by earlier versions of NetWare. While NetWare v5.0 introduced native TCP/IP support into the NOS, IPX was still supported, allowing for smooth transitions between environments and avoiding the “forklift upgrades” frequently required by competing environments. Similarly, the Traditional/FAT file system remained a supported option.
However, by 1999, Novell had lost its dominant market position, and was continually being out-marketed by Microsoft, which gained access to corporate data centers by bypassing technical staff and selling directly to corporate executives. Microsoft worked to make NetWare look second place with Windows 2000 features such as Group Policy. Microsoft’s GUI was also more popular and looked more modern than the character-based Novell interfaces. With falling revenue, the company focused on net services and platform interoperability. Products such as eDirectory and GroupWise were made multi-platform.
In October 2000, Novell released a new product, dubbed DirXML, which was designed to synchronize data, often user information, between disparate directory and database systems. This product leveraged the speed and functionality of eDirectory to store information, and would later become the Novell Identity Manager and form the foundation of a core product set within Novell.
In July 2001, Novell acquired the consulting company, Cambridge Technology Partners, founded in Cambridge, MA by John J. Donovan, to expand offerings into services. Novell felt that the ability to offer solutions (a combination of software and services) was key to satisfying customer demand. The merger was apparently against the firm’s software development culture, and the finance personnel at the firm also recommended against it. The CEO of CTP, Jack Messman, engineered the merger using his position as a board member of Novell since its inception and soon became CEO of Novell as well. He then hired back Chris Stone as vice chairman and CEO to set the course for Novell's strategy into open source and enterprise Linux. With the acquisition of CTP, Novell moved its headquarters to Massachusetts.
In July 2002, Novell acquired SilverStream Software, a leader in web services-oriented application, but a laggard in the marketplace. The business area called Novell exteNd contains XML and Web Service tools based on Java EE.

Linux for Business
In August 2003, Novell acquired Ximian, a developer of open source Linux applications (Evolution, Red Carpet and Mono). This acquisition signaled Novell’s plans to move its collective product set onto a Linux kernel.
In November 2003, Novell acquired SuSE, a developer of a leading Linux distribution, which led to a major shift of power in Linux distributions. IBM also invested $50 million to show support of the SuSE acquisition. Within the openSUSE project, Novell continues to contribute to SUSE Linux. openSUSE can be downloaded freely and available as boxed retail product  with formal support .
In the summer of 2003, Novell released “Novell eNterprise Linux Services” (NNLS), which ported some of the services traditionally associated with NetWare to SUSE LINUX Enterprise Server (SLES) version 8.
In November 2004, Novell released the Linux-based enterprise desktop Novell Linux Desktop v9. This product was based on Ximian Desktop and SUSE Linux Professional 9.1. This was Novell’s first attempt to get into the enterprise desktop market.
The successor product to NetWare, Open Enterprise Server, was released in March 2005. OES offers all the services previously hosted by NetWare v6.5, and added the choice of delivering those services using either a NetWare v6.5 or SUSE Linux Enterprise Server v9 kernel. The release was aimed to persuade NetWare customers to move to Linux.

Stagnancy
From 2003 through 2005 Novell released many products across its portfolio, with the intention of arresting falling market share and to move away from dependencies on other Novell products, but the launches were not as successful as Novell had hoped. In late 2004, Chris Stone left the company after an apparent control issue with then Chairman Jack Messman. In an effort to cut costs, Novell announced a round of layoffs in late 2005. While revenue from its Linux business continued to grow, the growth was not fast enough to stop the decrease in revenue of NetWare. While the company’s revenue was not falling as rapidly, it wasn't growing, either. Lack of clear direction or effective management meant that Novell took longer than expected to complete its restructuring.
In June 2006, chief executive Jack Messman and chief finance officer Joseph Tibbetts were fired, with Ronald Hovsepian, Novell’s president and chief operating officer, appointed chief executive, and Dana Russell, vice-president of finance and corporate controller, appointed interim CFO.

Your Linux is Ready
In August 2006, Novell released the SUSE Linux Enterprise 10 (SLE 10) series. SUSE Linux Enterprise Server was the first enterprise class Linux server to offer virtualization based on the Xen hypervisor. SUSE Linux Enterprise Desktop (popularly known as SLED) featured a new user-friendly GUI and XGL-based 3D display capabilities. The release of SLE 10 was marketed with the phrase 'Your Linux is Ready', meant to convey that Novell’s Linux offerings were ready for the enterprise. In late September 2006 Novell announced a real time version of SLES called [SUSE Linux Enterprise Real Time] (SLERT) based on technology from Concurrent Computer Corporation.
The future growth of Novell largely depends on the success of SLE 10.[citation needed]

Agreement with Microsoft
On November 2 2006, Novell and Microsoft announced a joint patent agreement to cover their respective products.They also promised to work more closely, to improve compatibility of software, setting up a joint research facility. Executives of both companies hope such cooperation will lead to better compatibility between Microsoft Office and OpenOffice.org and better virtualization techniques.
Microsoft CEO Steve Ballmer said of the deal, “This set of agreements will really help bridge the divide between open-source and proprietary source software.”
The deal involves upfront payment of $348 million from Microsoft to Novell for patent cooperation and SLES subscription. Additionally, Microsoft will spend around $46 million yearly, over the next 5 years, for marketing and selling a combined SLES/Windows Server offering and related virtualization solutions, while Novell will pay at least $40 million yearly to Microsoft, in the same period.
One of the first results of this partnership was that Novell adapted the OpenXML/ODF Translator for use in OpenOffice.org.

Reaction of FOSS community
Initial reaction from members of the FOSS community over the patent protection was mostly critical, with expressions of concern that Novell had “sold out” and of doubt that the GPL would allow distribution of code, including the Linux kernel, under this exclusive agreement.
In a letter to the FOSS development community on November 9, Bradley M. Kuhn, CTO of the Software Freedom Law Center described the agreement as “worse than useless.” In a separate development the chairman of the SFLC, Eben Moglen, reported that Novell had offered cooperation with the SFLC to permit a confidential audit to determine the compliance of the agreement with the GPL (version 2).Richard Stallman, founder of the Free Software Foundation, said in November that changes coming with the version 3 of the GPL will preclude such deals. When the final revision of the third version of the GPL license was decided, the deal between Microsoft and Novell was grandfathered in. A new clause will let companies like Novell distribute GPLv3 software even if they have made such patent partnerships in the past, as long as the partnership deal was made before March 28, 2007 (GPLv3 Section 11 paragraph 7 ).
On November 12, the Samba team expressed strong disapproval of Novell’s announcement on November 2 and asked Novell to reconsider. The Samba team includes an employee of Novell, Jeremy Allison, who confirmed in a comment on Slashdot that the statement was agreed on by all members of the team, and later quit his job at Novell in protest.
In early February 2007, Reuters reported that the Free Software Foundation had announced that it was reviewing Novell’s right to sell Linux versions, and may even ban Novell from selling Linux, because of an agreement. However Eben Moglen later said that he was quoted out of context. He was explaining that GPL version 3 will be designed to block similar deals in the future. Currently, Novell is not violating the GPL version 2 but the GPLv3 prevents such deals being made in the future. Microsoft has released two public covenants not to sue for the infringement of its patents when using Moonlight. The two covenants require the implementation to not to be released in GPLv3 .
See also: Software patents and free software
[edit]Intelligent Workload Management
In December 2009, Novell announced its intention to lead the market it identified as intelligent workload management (IWM) . The company's products will enable customers to manage diverse workloads in a heterogeneous data center.

Attachmate takeover
Novell has long been rumored to be a target for acquisition by a variety of other companies. On March 2, 2010, Elliott Associates, L.P., an institutional investor with approximately 8.5% stock ownership of Novell, offered to acquire the company for $5.75 per share in cash, or $1 billion. On March 20, 2010, The company declined the offer and stated that the proposal is inadequate and that it undervalues the Company's franchise and growth prospects.
Novell announced in November 2010 that it had agreed to be aquired by Attachmate for $2.2 billion. Attachmate plans to operate Novell as two units, one being SUSE. Certain intellectual property assets are planned to be sold to a consortium of companies led by Microsoft.

Organization

Novell is organized into product development, sales, and services divisions.
In December 2009, Novell reorganized its product development business units into two Business Units: Security, Management, and Operating Platforms; and Collaboration Solutions .
The Collaboration Solutions Business Unit is based around providing applications for office productivity products:
GroupWise
Open Enterprise Server
Novell Storage Manager
Intellesync - PIM or mobile/PDA
The Security, Management, and Operating Platforms Business Unit is based around the remainder of Novell's products (formerly separated into Systems and Resource Management, Identity and Security Management, and Open Platform Solutions business units):
Novell eDirectory
Novell Identity Manager (IDM) - manage access across a heterogeneous group of networks, systems, and information.
Novell Access Manager – successor of Border Manager and iChain. Provides identity-based access to internal resources from inside or outside a given network, including web applications, SSLVPN applications, and so forth. Also includes federation based on Liberty and SAML.
Novell BorderManager – Manages access to external websites from inside the corporate network based on identities and policies.
Novell Sentinel – A Security Event Manager that provides event collection, automated correlation, analysis, and reporting and is now fully integrated with Identity Manager and other IDM solutions to provide visibility into user activities.
ZENworks toolset, which provides application and patch management for servers, desktops, and handheld devices and asset management for Windows and Linux.
The PlateSpin portfolio, which provides virtualization and workload management tools, allowing data center operators to plan and implement virtualization projects, and provide ongoing workload protection using both software and the Forge disaster recovery appliance
Novell Business Service Management - Enterprise level monitoring tools for data center service loads across physical or virtual environments
SUSE Linux Enterprise
SUSE Studio
OpenOffice
Mono
Novell are founding members of the Open Invention Network, a group of companies that acquires patents, with the aim to protect free and open source software against the threat of patent infringement cases.

Support Ecosystem
Novell has a wide array of web-based and phone-based support options for its customers. The Novell support website was named one of the “Ten Best Web Support Sites” in [2003] by the Association of Support Professionals (ASP). In [2003], Novell received an Outstanding Website Award in the WebAward Competition for their Cool Solutions website with a searchable database of advice, tools and problem fixes submitted by users from all over the world.
Novell also hosts support forums covering all of their products including SUSE Linux Enterprise, GroupWise, ZENworks and NetWare. Novell offers users both HTTP and NNTP access to the support forums and a search option. Whilst Novell encourages the use of these forums, it does not officially monitor these forums. The forums are maintained by SysOps that have a demonstrated competency with the various products and volunteer their time to try and help the wider community.
Novell maintains a number of wikis with up-to-date information on a number of its products. For instance, as new NetWare service packs are released the NetWare wiki is updated with tips and known issues with the service packs. In some cases, the service packs themselves will have their own wiki with information added from feedback provided in the support forums.

Acquisitions
Santa Clara Systems, Inc. - 1986
Cache Data Products - 1986
Softcraft - 1987
CXI - 1988
Excelan - 1989
Digital Research – 1991
International Business Software Ltd. - 1992
Serius - 1993
Unix System Laboratories – 1993
WordPerfect & Quattro Pro (Borland) – 1994
Netoria - 1999
Novetrix - 1999
JustOn – 1999
PGSoft - 2000
Novetrix - 2001
Cambridge Technology Partners – 2001
Callisto Software, Inc. - 2001
SilverStream Software – 2002
Ximian – 2003
SuSE – 2003
Salmon – 2004
Tally Systems – 2005
Immunix – 2005
e-Security, Inc – 2006
RedMojo – 2007
Senforce – 2007
Platespin - 2008
SiteScape - 2008
Command Control and Compliance Auditor, (Fortefi) - 2008
Managed Objects, Inc. - 2008

Certification

Novell is one of the first computer companies to provide certification to its products. They include:
Certified Novell Administrator (CNA)
Certified Novell Engineer (CNE)
Certified Linux Professional 10 (CLP 10)
Certified Linux Engineer 10 (CLE 10)

Products

Novell iFolder
Mono
Novell Access Manager
Novell Business Service Management
Novell eDirectory
Novell Evolution
Novell Client
Novell Cloud Manager
Novell Cloud Security Service
Novell Data Synchronizer
Novell GroupWise
Novell Identity Manager
Novell NetWare
Novell Open Enterprise Server
Novell Open Workgroup Suite
Novell Open Workgroup Suite Small Business Edition
Novell Pulse
Novell Secure Login
Novell Sentinel
Novell Sentinel Log Manager
Novell Storage Manager
Novell Teaming + Conferencing
PlateSpin Forge
PlateSpin Migrate
PlateSpin Orchestrate
PlateSpin Protect
PlateSpin Recon
Subscription Management Tool
SUSE Linux Enterprise Server
SUSE Linux Enterprise Desktop
SUSE Linux Enterprise Real Time
SUSE Linux Enterprise Thin Client
SUSE Linux Retail Solution
SUSE Studio
ZENworks Application Virtualization
ZENworks Asset Management
ZENworks Configuration Management
ZENworks Endpoint Security Management
ZENworks Handheld Management
ZENworks Linux Management
ZENworks Network Access Control
ZENworks Patch Management
ZENworks Server Management

Novell, Inc.


(source:wikipedia)