Previous month:
January 2014
Next month:
March 2014

February 2014

How MPE Balances New Disk Space

If we have a system (volume set) with mostly full disks, and I add a new big empty disk to it, how will MPE/iX do all new allocation on that disk — will it wait until it fills up to the same relative fullness as the existing drives?

See, we have a system with a Nike Model 20 and a bunch of RAID 1 LUNS, and we’ve added five new drives in RAID 5 to the system volume set. But that sounds like we’re on the cusp of a disaster, because while the read performance is measurably better, all the system is going to be doing is writes to this drive for every new extract and scratch file. And as everybody knows, the write performance is like 2.8 times slower to the RAID 5 LUN than the RAID 1 LUN.

[Corrected, to identify the BALANCE command as a part of DeFrag/X.]

Craig Lalley noted, "There is a command you will want to use if you have Defrag/X, [created by Lund, sold by Allegro] The command is BALANCE VS. As an example, 

BALANCE MPEXL_SYSTEM_VOLUME_SET

"There’s online help for this command in Defrag at HELP BALANCE. Without that, I would use system logging to determine the most heavily accessed files and store/restore them to spread the extents."

And there's also help to manage this kind of balancing and defragmentation from VEsoft, as well as that Lund tool.

Continue reading "How MPE Balances New Disk Space" »


Unix-Integrity business keeps falling at HP

Sliding-cliffNumbers reported by Hewlett-Packard for its just-ended quarter show the company's making something of a rebound in some areas. One analyst said to CEO Meg Whitman that she'd been at the helm of the company for three-and-a-half years, and she had to correct him during the financial briefing last week.

"Actually, I've been here two-and-a-half years," Whitman said. "Sometimes it feels like three-and-a-half, but I've been here two-and-a-half years."

It's been a long 30 months with many changes for the vendor which still offers migration solutions to 3000 customers making a transition. But one thing that hasn't changed a bit is the trajectory of the company's Unix server business. Just as it has over each of the previous six quarters, sales and profits from the Business Critical Systems fell. Once again, the BCS combination of Integrity and HP-UX reported a decline in sales upwards of 15 percent from the prior fiscal year's quarter. This time it was 25 percent lower than Q1 of 2013. That makes 2014 the fourth straight year where BCS numbers have been toted up as lower.

Enterprise Group Q1 2014"We continued to see revenue declines in business-critical systems," Whitman said. Only the Enterprise Group servers based on industry standards -- HP calls them ISS, running Windows or Linux -- have been able to stay out of the Unix vortex.

"We do think revenue growth is possible through the remainder of the year on the enterprise [systems] group," Whitman said. "We saw good traction in ISS. We still have a BCS drag on the portfolio, and that's going to continue for the foreseeable future."

Continue reading "Unix-Integrity business keeps falling at HP" »


Comparing Historic 3000 Horsepower Costs

Testosterone-horsepowerOver the last few weeks we've checked in with Jeff Kell, the system manager at the University of Tennessee at Chattanooga. The university powered off its last two HP 3000s not long ago, and along the way has mounted dozens of Unix and Linux CPUs and virtual servers to replace that pair of MPE machines. We asked him what he believed the school's IT group had spent on MPE over 37 years -- and limited the question to the capital costs of systems. (Ownership cost is much harder to calculate across four decades.)

Kell, who founded the HP 3000 listserve and newsgroup, as well as chaired the SIGSYSMAN group for Interex over the years, said "We have had comparable expenses with each iteration of the 3000's life-cycle." Across those decades, the university owned Classic HP 3000s based on CISC technology, then early PA-RISC servers -- new enough in that generation to be considered "Spectrum" 3000s -- then later-model PA-RISC units, and finally the ultimate generation of HP 3000 hardware.

"In short, it was an expenditure in the low six figures, once every decade," Kell said. 

We ran Series II, then Series IIIs, and the tags were low six-figures in the 1970s. We then got some 950s in the late 1980s (we had some early Series 950 deliveries) at about the same price point. Then the 969 in the 1990s, again about the same. And finally, the A/N-Class during this century.

Comparisons to two points seem worthy. The pricing for the value of high-end 3000 computing remained constant; at the time of the late 1980s, for example, a Series 950 was the most powerful 3000 available. Then there's the comparison to the expenditure of acquiring the hardware to support dozens of servers, virtual and otherwise. The low six figures won't buy much toward the high end of business critical computing gear over a decade, using today's commodity pricing. The newest servers might seem cheaper, but they don't give durable service for 10 years per installation, like the ones at Kell's shop did.

Continue reading "Comparing Historic 3000 Horsepower Costs" »


Electronic forms: saving the planet?

Duplex Pack SlipSeveral vendors who are well-known to the 3000 community are in the electronic forms business. Hillary Software's suite of products, headed with byRequest (click for details below in the graphic), runs across multiple platforms. Working a different angle in the same sector, Minisoft has been selling its eFORMz designer since 2000. That was a year when the HP 3000's Java was current enough to host the 1.2 version of the program that designed forms and delivered data to them.

ByrequestMore than 13 years later, eFORMz is up to Version 9 and requires a 1.4.2 version of Java, which absolutely puts hosting the product out of the HP 3000's league. But it can and often does run on PCs, as well as Linux servers. With enough imagination and networking, those hosts can tap into the data on HP 3000s for distribution.

Minisoft just announced a new wrinkle to its eFORMz solution, the ability to employ DuplexPackSlip labels. This Ward/Kraft product combines a Shipping/Return Label with a Packing Slip/Invoice on the front and back sides of the same label. Minisoft sent out a message to say they may be "saving the planet one label at a time," when a customer is using these labels. The label, which was obviously not invented by Minisoft, can replace a shipping label, packing slip, plastic pouch and the extra toner required.

Continue reading "Electronic forms: saving the planet?" »


Expanding that Posix Shell on the 3000

ShellWay back in the middle 1990s, HP added the Posix shell to the HP 3000, so customers who had Unix and MPE running in the same shop could train operators and managers with a single set of commands. Posix was a plus, making the 3000 appear more Unix-like (which seemed important at the time).

It's been said that Posix was a promise only partly fulfilled for the 3000. There was a move to make the system more inclusive, to make it possible to port Unix software onto MPE/iX. Alas, a tech roadblock called the Fork of Death stood in the way of more widespread porting.

Over the years, however, Posix has been a feature to be discovered for most 3000 managers and operators. HP intended it to be essential; the computer's operating system was renamed from MPE/XL to MPE/iX just to call attention to these added Posix, Unix-like capabilities.

MPE failed in the Posix world primarily because of the unix "fork()" concept, so critical to the very nature of all that is Unix. It is a totally alien concept to MPE. MPE was designed to easily add additional new users to an executing process, and maintain the security/integrity of each individual user.  It was not designed to duplicate a current process's environment, including the local data and state, because there was no point.

As one sage developer said of the deathly fork, "Yes, MPE would fork(), but very reluctantly, and very slowly. So nothing that depended on it worked very well."

But enough history; Posix is still on the 3000 and remains a powerful interface tool, an alternative to the CI interface that HP created for the system. You can even call Posix commands from the CI, a nifty piece of engineering when it can be done. That's not always possible, though. A customer wanted to know how to "expand wildcard shells" using Posix. He tried from the CI and had this story to relate.

:LL /BACKUPS/HARTLYNE/S*
ls: File or directory “/BACKUPS/HARTLYNE/S*” is not found

So how do I do this? I need to be able to tell tar to archive all of the reels of a STD STORE set via a regexp.  It does not work in tar, and it apparently does not in ls, so I speculate that there is something special about the innovation of Posix utilities from the CI that I am not aware of. What is it?

Jeff Vance, the 3000 CI guru while at HP, who's gone on to work in open system and open source development, said this in reply:

Wildcards on most (all) Unix systems, including Posix implementations, are done by the shell, not the individual programs or in-lined shell commands, like ls in your example. A solution is to run the shell and execute ll from within.

Continue reading "Expanding that Posix Shell on the 3000" »


Just how fast is that A-Class, anyway?

By Brian Edminster
Applied Technologies

Earlier this week, there was a report of an A-Class HP 3000 going wanting on eBay. It was being offered for $2,000 with no takers. The system at hand was an A400-100-110, the genuine bottom of the A-Class line.

While I'd argue that a $2,000 A400 with a transferable MPE/iX licence is a steal, there seems to be a lack of appreciation for the wide variance in speeds in what is considered a A-Class' system.

BlazingI believe the system that was being offered as a bare bones A400, as indicated by its system number "A400-100-110." The first character (A) is the class; the next three numbers (400) are the family; the next three are the number of CPUs (100, meaning one); and the last three are the HP rated speed in MHz of the PA-RISC CPU chip. (In this case, it's a PA-8500) This system on eBay also happened to be missing a tape for creating/booting from a CSLT, so if your boot drive failed -- or you needed to make configuration changes that required booting from tape -- you would be out of luck without buying a little more hardware.

This particular A400 system, according to the AICS Relative Performance chart mentioned in the article, runs at a 17. That's about 1.7 times faster (CPU-wise) than the original 917/918 systems. In IO-intensive applications, I have found it felt closer to 2 times faster. I have also worked on an A400-100-150, which CPU speed-wise is a 37. (That system also happens to allow installation of 2GB RAM vs. the 1GB limit on an A400-100-110).

So in short, we can have a greater than 2:1 performance potential between two servers that are both ostensibly A400 A-Class systems. And that's not even taking into account the advantages of multiple CPUs for performance in complex multi-user environments.

Continue reading "Just how fast is that A-Class, anyway?" »


Migration best practices: Budget and plan as if taking a business vacation

VacationIs a migration as much fun as a vacation? That seems like an easy question for the HP 3000 homesteader who's still got a transition in their future. Only a small percentage of the managers of these servers plan to homestead forever. For the rest of the installed base, this transition is a matter of when, rather than if.

With its feet in both camps of homesteading and migration, MB Foster held a webinar yesterday that delivered best practices for the CIO, IT director or even systems and programming manager who faces the someday of moving away. When an organization with the tenure of the University of Tennessee at Chattanooga shuts down its servers -- after 37 years of service -- it might be evidence that migration is an eventuality. A possibility for some sites.

For those that still have that mighty project on their futures calendars, the advice from Foster mirrors things like home remodeling and vacation planning. 

"This is a business decision, not a technical decision," CEO Birket Foster has always said, in delivering these practices over more than a decade. "A migration’s just like a vacation –- the more you plan, the less it costs, and the better the results." Perhaps the comparison might align with the concept of taking a business vacation. That's the sort where you tack on a few extra days to a business trip, and carry along the same set of bags while you go further.

Continue reading "Migration best practices: Budget and plan as if taking a business vacation" »


Finding Value in An Exiting MPE Box

ExitSignA few weeks ago, Jeff Kell of the University of Tennessee at Chattanooga asked around to see if anybody wanted his decommissioned N-Class server. It's way above the power range of the A-Class servers, and even includes some storage options not usually found in a decommissioned 3000.

But the interest hasn't been strong, according to our last update from Kell. He put out his offer -- basically trying to keep the system from becoming more than spare parts, he said -- on the mailing list that he founded two decades ago. We refer that resource as the HP 3000 newsgroup, but it's a LISTSERVE mailing list of about 500 members.

We've heard several reports like this for HP 3000s being turned off, but none of them involved an N-Class system. There's a Series 969 on offer for free -- yes, take it away is all that Roger Perkins of the City of Long Beach asks. While that 969 is more powerful than an A-Class, it's still leagues behind an ultimate-generation N-Class 3000.

This begs the question of what value your community would assign to any used system, regardless of size. Horsetrading on hardware is an IT manager's pastime, when searching for newer for more powerful systems. But it's becoming clear there's a reset going on in the market.

Kell's offer on the newsgroup was straight to the point.

We have tentative arrangements to have our last two 3000s decommissioned, but was curious if there was any interest in the hardware/systems. Hate to sound like a sales pitch, but we're basically happy with shipping, plus a certification the drives are wiped. 

We have an HP 3000-N4000 4-way, DATs, 2 DLTs, a few internal drives, and a VA fiber channel array (dual connect). It's perfectly fine.

Continue reading "Finding Value in An Exiting MPE Box" »


Don't forget: Migration Best Practices today

MB Foster's kicking off its season of Webinars -- the 13th year of showing off details of best practices for 3000 operations, strategy and transitions -- using slide its summaries, a presentation and interactive Q&A and chat features. The event is this afternoon at 2 PM Eastern.

Today's meeting, which requires a commitment of under an hour, is all about app migrations, modernizations, and the budgeting that's worked for their clients over the last decade. You can sign up for the free experience that provides an online chat room, slides with the salient points, Q&A exchange via standard phone or IP voice, as well as Foster's expertise. The company specializes in application migrations -- the first step in the ultimate transition in a 3000-based datacenter.


No takers for a $2,000 HP 3000 on eBay

It might have been the most valuable part that was missing from a $2,000 eBay listing for an A-Class 3000. There's no mention of a transferrable MPE/iX license for this rock-bottom system. But perhaps it was the horsepower, too. It's hard to understate how many HP 3000s run faster than a 1-CPU, 110Mhz A-Class. 

Jesse Dougherty at Cypress Technology, a reliable HP 3000 reseller, reminded readers on the 3000 newsgroup about the offer.

I really thought that these would sell like hotcakes. I threw one up on eBay for 2k with a basic config. If any one is interested in a cheap back-up running MPE/iX 7.5, check out our link.

Confchartpic (1)Other resellers have reported, several years ago, that you couldn't sell any N-Class system, the next level up in HP's ultimate generation of 3000s, for even $4,000. But an N-Class is 10 times more powerful than such an A-Class at the bottom of the HP lineup. Using the Relative Performance chart devised by AICS Research, there's a spread of 121 HP 3000 Performance Units between a single-CPU A-Class and the 440Mhz N-Class running one processor. The official HP relative performance chart (click for detail) doesn't use as many decimals to compare server speeds, but the spread is the same nevertheless.

Continue reading "No takers for a $2,000 HP 3000 on eBay" »


Durable advice speeds up HP 3000s

Our editor Gilles Schipper posted a fine article on improving CPU performance on 3000s "in a heartbeat." One of our readers asked a question which prompted Gilles to clarify part of the process to speed up a 3000, for free.

Gilles, who offers HP 3000 and HP 9000 support through his firm GSA, Inc., has also replied to a recent question about how to make a DLT backup device return to its speedy performance, after slowing to about a third of its performance.

The Heartbeat article focused on needless CPU overhead that could be caused by a networking heartbeat on 3000s. Gilles points out:

Fortunately, there is a very simple way to recognize whether the problem exists, and also a simple cure. If your DTCs are connected without transceivers, you will not be subject to this problem. Otherwise, to determine if you have the problem, simply type the command

:listf [email protected],2

In the report that is produced, you will notice OPEN files (ones with an associated asterisk ending the file name); these are 1W in size.

There are two such files associated with each configured DTC, file name starting with the letter H, followed by six characters that represent the last six characters of the DTC MAC address, followed by the letter A or B. The EOF for these files should be 0 and 5 for the respective "A" and "B" files.

Otherwise, your CPU is being subjected to high-volume, unnecessary IO, requiring CPU attention. The solution is to simply enable SQL heartbeat for each transceiver attached to each DTC. This is done via a small white jumper switch that you should see at the side of each transceiver. Voila, you've just achieved a significant no-cost CPU upgrade.

Compete details are in Gilles' original article. On speeding up backup time, he pointed out that adding an option to the STORE command will help you track IO retries.

Continue reading "Durable advice speeds up HP 3000s" »


Even a classic 3000 game can get LinkedIn

Screen Shot 2014-02-14 at 9.15.11 PMLinkedIn, the Facebook for business relationships, is now the home a new group related to the HP 3000. Veterans of the system know Empire as a stragegy game that was first hosted under MPE in the 1980s. Now these game players have their own LinkedIn Group.

Johnson, who's helped to administer 3000s for Measurement Specialties (a cross-global manufacturer) as well as OpenMPE, moved the group of users off Yahoo, he reported.

Since February of 2000 I've kept a Yahoo Group dedicated to the text game of Empire on the HP 3000, mainly to announce regenerations of new games and enhancements.  Empire is piggy-backed as an account on the INVENT3K server, which is still running in DR mode. Games are free -- and unlike most Internet games today, it doesn't track your whereabouts, place cookies, install hidden apps, or seek your mother's maiden name.

The game still goes on, but since Yahoo went to NEO format last year, I've been looking for something easier to manage (and more socially viable).  Without plunging into the supra-popular mediums like Twitter and Facebook, I have decided to close the Yahoo Group and put a new one for Empire on LinkedIn.

Continue reading "Even a classic 3000 game can get LinkedIn" »


App modernization gets budget-sleek look

Money-167733_150Transitions are still in the future for HP 3000 shops in your community. It might not have made sense to switch platforms in 2003 (to nearly everybody) or in 2008 (when HP's labs closed, but the 3000 remained online) or even in 2011 (when HP ended all of its support, and indie support firms stepped up).

But by 2014, there will be some shops that would be considering how to budget for the biggest transformation project they've ever encountered. Pulling out a CRM, ERP or even a manufacturing system, honed over decades, to shift to commodity hardware is a major undertaking. But it's been going on for so long that there's best practices out there, and one vendor is going to share the best of the best next week.

For some US companies, Monday is a holiday, so it'd be easy to let Wednesday sneak by without remembering it's Webinar Wednesday at MB Foster. The first show of the new year is all about app migrations, modernizations, and the budgeting that's worked for their clients over the last decade. It's a 2PM Eastern start for the interactive presentation February 19. You can sign up for the free experience that provides an online chat room, slides with the salient points, Q&A exchange via standard phone or IP voice, as well as Foster's expertise. The company says that it specializes in application migrations -- the first step in the ultimate transition in a 3000-based datacenter.

Continue reading "App modernization gets budget-sleek look" »


How Shaved Sheep Help Macs Link to 3000s

The HP 3000 never represented a significant share of the number of business servers installed around the world. When the system's highest census was about 50,000, it was less than a tenth of the number of Digital servers, or IBM System 36-38s. Not to mention all of the Unix servers, or the Windows that began to run businesses in the 1990s.

SheepShaverIf you'd be honest, you could consider the 3000 to have had the footprint in the IT world that the Macintosh has in the PC community. Actually, far less, considering that about 1 in 20 laptop-desktops run Apple's OS today. Nevertheless, the HP 3000 community never considered Macs a serious business client to communicate with the 3000. The desktops were full of Windows machines, and MS-DOS before that. Walker, Richer & Quinn, Tymlabs, and Minisoft took the customers into client-server waters. All three had Mac versions of their terminal emulators. But only one, from Minisoft, has survived to remain on sale today.

MinisoftMac92That would be Minisoft 92 for the Mac, and Doug Greenup at Minisoft will be glad to tell a 3000 shop that needs Mac-to-3000 connectivity how well it hits the mark, right up to the support of the newest 10.9 version of the OS X. "Minisoft has a Macintosh version that supports the Maverick OS," Greenup said. "Yes, we went to the effort to support the latest and greatest Apple OS."

WRQ ReflectionBut there were also fans of the WRQ Reflection for Mac while it was being sold, and for good reason. The developer of the software came to WRQ from Tymlabs, a company that was one of the earliest converts to Apple to run the business with, all while understanding the 3000 was the main server. The first time I met anyone from Tymlabs -- much better known as vendor of the BackPack backup program -- Marion Winik was sitting in front of an Apple Lisa, the precursor to the Mac. Advertising was being designed by that woman who's now a celebrated essayist and memoir writer.

What's all that got to do with a sheep, then? That WRQ 3000 terminal emulator for the Mac ran well, executing the classic Reflection scripting, but then Apple's jump to OS X left that product behind. So if you want to run a copy of Reflection for Mac, you need to emulate a vintage Mac. That doesn't require much Apple hardware. Mostly, you need SheepShaver, software that was named to mimic the word shape-shifter -- because SheepShaver mimics many operating environments. The emulation is of the old Mac OS, though. It's quite the trick to make a current day Intel machine behave like a computer that was built around Apple's old PowerPC chips. About the same caliber of trick as making programs written in the 1980s for MPE V run on Intel-based systems today. The future of carry-forward computing is virtualization, rooted in software. But it's the loyalty and ardor that fuel the value for such classics as the 3000, or 1990-2006 Macs.

Continue reading "How Shaved Sheep Help Macs Link to 3000s" »


Making a few more comparisons of code

CompareIt's always a good thing for the community to read about a tool they need and use, because it usually brings up some notes about allied solutions. When we wrote about replacing code comparison tools for developers who work on the 3000, we got several notes about other solutions. One can't be purchased any longer. Come to think of it, the other one cannot either -- but both of these tools can be obtained and be used in a development environment for HP 3000s.

The first is the much-beloved Whisper Programmer Studio. Bruce Hobbs left us a comment to say that this PC-based dev environment, one built to talk to the HP 3000 and files on the server, "offers a Compare Files item from their Tools menu. It does a fine job in a GUI environment."

Whisper came up in a note that our contributing editor Brian Edminster sent after the story emerged. "I still use it daily at my primary client," Edminster said, while giving us a heads-up he's still looking into how to make Notepad ++ a better player in the MPE development world. 3000 access is a problem to be solved, but Edminster specializes in open source solutions, so we'll stay in touch to see what he discovers.

In the meantime, you can enjoy his rundown on Programmer Studio versus Qedit for Windows.

The other solution for comparing files lies inside MPE/iX itself. That OS is also a product that, like the beloved Whisper, is no longer being sold. (It's being re-sold, however, each time a used 3000 changes hands.) Vesoft's Vladimir Volokh called to remind us of the hidden value inside MPE.

Continue reading "Making a few more comparisons of code" »


No need to look far to find a PDF 3000 utility

GawkingAtPaperStackPDF is becoming the archival choice for so many companies. Documents that once moved about in formats specific to their environments, like HP 3000 reports, have been earmarked for PDF transformation. For some companies, they'll need storage of these documents outside of the 3000 disks and databases.

Ray Shahan mentioned such a project on the 3000 newsgroup recently. 

We’re looking at storing all of our printable historical transaction docs on the HP 3000 as PDF docs in a SQL Server database. We’ve looked at winpcl2pdf that uses GhostPCL, but had some issues using it due to the CCTL from the 3000.

We also are looking at two products from OpenSeas, SpoolPDF (handles the CCTL) and OpenPDF (does the conversion of PCL to PDF).  These two products seem to work fairly well (we’ve hit a snag or two with fonts, but have resolved those thus far).

It’d be ideal to have a freeware product, but that seems unlikely, so we’re just looking at other offerings to see the cost/benefits of each.

There's a 3000-friendly solution in plain sight, from a long-time provider, that handles both the PDF creation -- plus the movement onto the SQL Server database. Hillary Software supplies these utilities.

Continue reading "No need to look far to find a PDF 3000 utility" »


Code-cutter Comparing Solutions for 3000s

Npp-compareWhen a 3000 utility goes dark — because its creator has dropped MPE/iX operations, or the trail to the support business for the tool has grown faint — the 3000 community can serve up alternatives quickly. A mature operating system and experienced users offer options that are hard to beat.

One such example was Aldon Computing's SCOMPARE development tool, once a staple for 3000-based developers. It compared source files for more than 15 years in the HP 3000 world. Eventually Aldon left the MPE business. But there are a fistful of alternatives. Allegro Consultants offers a free MPE/iX solution in SCOM, located at

www.allegro.com/software/hp3000/allegro.html

At that Web page, scroll down to SCOM. Other candidates included a compare UDC from Robelle, GNU Diff, diff in the HP 3000's Posix environment, and more. If you're willing to go off the MPE reservation -- and a lot of developers work on PCs by now -- there's even a free plug-in for Notepad++, that freeware source code editor which relaces Notepad in Windows. You can download that plug-in as an open source tool at SourceForge.net

Continue reading "Code-cutter Comparing Solutions for 3000s" »


PowerHouse's Unicom owner is an original

UnicomSystemsAnybody can make a mistake, and we've made one about the new owners of the Powerhouse and Axiant ADT development tools. The software that was once a part of Cognos, and then became a product of IBM's, is now owned by the original, founding company of Unicom's extensive enterprises. I identified the owning division as Unicom Engineering, Inc. Not true; that group is a manufacturer of appliances.

Chief Integration Officer Eric Vaughn sent us a note to set things straight. Unicom Systems is the proud owner of software that it sees as a good value with fine prospects. Part of the story which we like best is that the oldest, most accomplished part of Unicom is the owner of a tool with genuine legacy. "He's a real original" is something that can be said about both PowerHouse and the group that now owns it.

The ADT tools were acquired by UNICOM Systems, Inc., a separate division of UNICOM Global. UNICOM Systems was the original company founded in 1981 by Corry Hong, who continues to lead all of UNICOM today. UNICOM Systems develops and supports a large portfolio of enterprise level software across multiple platforms. The ADT suite, including PowerHouse 4GL Server, PowerHouse Web and Axiant for PowerHouse, are under the care of the UNICOM Systems development and support infrastructure. See our page at http://unicomsi.com/products/powerhouse.

Vaughn also took a moment to note that over more than three decades of software development, distribution and support, nothing has ever been sent off into the sunset. Considering how much Unicom develops and sells, that's great news for a PowerHouse community with keen interest in the new ownership.

Continue reading "PowerHouse's Unicom owner is an original" »


3000 emulators moving ahead on Windows

Changes to the most dominant computer environment on the planet, Windows, as well as reaching backward to the days of a surging client-system strategy, have sparked some research and solutions for next-generation HP 3000 emulation.

Attachmate ReflectionWe're not talking about emulating the 3000 hardware. Stromasys CHARON HPA/3000 is the tool for that. The subject here is getting a traditional HP 3000 application screen to display on what we once called desktop PCs. Now they're mostly laptops, but at their essence they are smart clients, linked to servers. WRQ did the biggest trade in this kind of tool, selling hundreds of thousands of copies of Reflection over the years.

MB Foster is reminding 3000 customers there's a migration coming for those desktop environments running Windows. The firm has been a supplier of the Reflection line of emulators and connectivity software since the 1980s. In a few months, Microsoft will be pulling its XP version of the desktop OS out of security patching status. XP won't stop working, not any more than MPE/iX did when HP stopped patching it. But running a company with XP-based PCs, attached to 3000s, is asking for a lot of blind luck when it comes to patching for trouble. Much more luck will be needed for the PCs, a situation which is leading Foster to remind users about upgrading Reflection for the future.

Attachmate acquired WRQ years ago, but the Reflection brand lives in in the combined corporation. On April 8, when the XP patches end, things get more risky for the company that hasn't migrated to Windows 7 or 8. MB Foster wants to help with this aspect of that migration, too.

Continue reading "3000 emulators moving ahead on Windows" »


Making Domain Magic, at an Efficient Cost

DomainFive years ago, HP cancelled work on the DNS domain name services for MPE/iX. Not a lot of people were relying on the 3000 to be handling their Internet hosting, but the HP decision to leave people on their own for domain management sealed the deal. If ever there was something to be migrated, it was DNS.

But configuring DNS software on a host is just one part of the Internet tasks that a 3000-savvy manager has had to pick up. One of the most veteran of MPE software creators, Steve Cooper of Allegro, had to work out a fresh strategy to get domains assigned for his company, he reports.

We have been using Zerigo as our DNS hosting service for a number of years now, quite happily.  For the 31 domains that we care for, they have been charging us $39 per year, and our current year has been pre-paid through 2014-08-07.

 We received an e-mail explaining exciting news about how their service will soon be better-than-ever.  And, how there will be a slight increase in costs, as a result.  Instead of $39 per year, they will now charge $63 per month. A mere 1900% increase!  And, they won't honor our existing contract either.  They will take the pro-rated value of our contract on January 31, and apply that towards their new rates.  (I don't even think that's legal.)

 In any case, we are clearly in the market for a new DNS Hosting provider. Although I am not a fan of GoDaddy, their website. or their commercials, they appear to offer a premium DNS Hosting service, with DNSSEC, unlimited domains, etc. for just $2.99 per month.  Sounds too good to be true.

Cooper was searching for experience with that particular GoDaddy service. GoDaddy has been a default up to now, but acquiring a domain seems to need more tech savvy from support. The 3000 community was glad to help this other kind of migration, one to an infrastructure that MPE never demanded. The solution turned out to be one from the Southern Hemisphere, from a company whose hub is in a country which HP 3000 experts Jeanette and Ken Nutsford call home.

Continue reading "Making Domain Magic, at an Efficient Cost" »


Yours is a gathering group of users

Almost as soon as the June meeting of SIG-BAR was announced, others in your community wanted to join in. A meeting of ASK Computing manufacturing veterans and friends -- the IT managers running and developing the MANMAN app, still used in scores of companies -- want to gather in a reunion on June 14. It's just a few days after the June 12 SIG-BAR, a bit up the road in the UK.

WisemanGatorSIG-BAR, for any who don't know, is the communal gathering of HP 3000 people lately being organized by Dave Wiseman. It's named SIG-BAR because such an event usually convened at the hotel bar of the main conference hotel of Interex shows. With a beverage at hand and cocktail nuts aplenty, the HP 3000 users and vendors solved the problems of the world informally. When last call rolled around, everybody knew and trusted one another better. If they were lucky, someone had done something silly that had just made everyone who worked with machines all day seem more personal. Like Wiseman (above) posing with the inflatable alligator that he toted through the aisles at an Interex show in Orlando. Wiseman notes that "we filled it with helium at Bradmark's stand -- they were giving away balloons -- so we had high squeaky voices all evening in the bar!"

Those were the days when the bar bets could not be settled with smartphones. When the bets were about commands in MPE or model features of HP 3000s, the community's experts flexed their memory muscles.

The reunion of ASK users is just being mounted in Milton Keynes, a manufacturing town just a couple of stops up from Euston Station in London. And London is the location for the June 12 meeting of SIG-BAR at Dirty Dick's. SIG-BAR on Thursday, ASK on Saturday, all in the gentle climate of and English summer. Why go? To stay in touch with people who know how to help your continued use of HP 3000. It's the one element that always made the HP 3000 users stand out from others that I chronicled from the 1980s onward. A very social species, you've been.

Continue reading "Yours is a gathering group of users" »