Services Industry Solutions Products Client Success Stories Partners Support & Documentation
Log In | Request an Account | Forgot Password?

OpenVOS Blog

The OpenVOS blog shares items of interest to users of Stratus OpenVOS operating system and the ftServer V Series server hardware that supports it. This area is open to all to read; account registration is required to comment. (Use "Request an Account" link above right.)

Note: all postings are subject to site Terms of Use and may be moderated by site administrators.

Subscribe to our RSS feed Subscribe to our OpenVOS Blog RSS feed (View with RSS-equipped browser)

  • How to Reserve a Port Number for Your Application

    By Noah Davids

    The STCP services file is misunderstood by many people; you cannot use it to reserve port numbers. This blog explains what the file is for and how to resolve port conflicts.

  • When Sockets Go Bad

    By Noah Davids

    Sometimes netstat will show a socket that appears to be stuck. The remote application has been terminated, sometimes even the OpenVOS application has been terminated but netstat is still showing the socket. This article will explain why this happens and what you can do about it.

  • Whither TCP statistics

    By Noah Davids

    Something that people moving from TCP_OS to STCP notice right off the bat is that the set of TCP statistics displayed by the TCP_OS netstat command is quite a bit richer than that displayed by STCP. I provide a macro to make the output even more useful.

  • Why do I see Log Messages Lost in my syserr_log?

    By Charlie Spitzer

    When system log messages (all of them: hardware, security, syserr, etc) are generated in OpenVOS, they are sent to the syserr partition, and an event is notified. A process named TheOverseer is waiting on that event, along with a lot of other events.

  • "Get the big picture"

    By Paul Green

    Are you still working on VOS using a 80 column by 24 line view?  Get with the flow and see the big picture.

    Read More | 3 comments | Last comment at 6/12/2009 6:10pm
  • A host based firewall for VOS

    By Noah Davids

    When people think of IPsec they think of data encryption but it can also be used to drop packets or allow them without any encryption. It can do this based on the source and destination IP address and port numbers. Which is exactly what a firewall does; so you can use the IPsec feature of VOS as a firewall.

  • Tip: Use a dot to access the current directory.

    By Paul Green

    "Dot" pathnames can really shorten the amount of typing you must do for some common commands. Here’s how you can use them.

    Read More | 1 comments | Last comment at 3/26/2009 3:44pm
  • SSH tunneling

    By Noah Davids

    Based on the questions I have seen over the last few month,s the process of setting up and using an SSH tunnel is not well understood. Here is my attempt to explain it.

  • Why we renamed VOS to OpenVOS

    By Paul Green

    We adopted the name OpenVOS to emphasize some new capabilities, and to ensure that our VOS (now, OpenVOS) customers took full advantage of them.

  • Thank goodness for regression tests

    By Paul Green

    Lately, I've been porting several new open-source packages to OpenVOS 17.0. I nearly missed an error that would occur in 2038.