MCP-CMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
No edit summary
No edit summary
Line 101: Line 101:
         <tt>
         <tt>
         <ul>
         <ul>
         <li>0.1.0 4720-00-00&nbsp; BaselineOfSPO. </li>
         <li>0.1.0 4720-10-16&nbsp; BaselineOfDomainSpace (Squot pkg from current). </li>
         <li>0.2.0 4720-00-00&nbsp; BaselineOfKEE. </li>
         <li>0.2.0 4720-00-00&nbsp; BaselineOfKEE. </li>
         <li>1.0.0 4720-00-00&nbsp; SPO supports geonode budding (MCP head with the DCMS&gt; C-六 <a href=https://sameboat.live/DCMS>backend</a>, proxy master, and worker(s)).</li>
         <li>1.0.0 4720-00-00&nbsp; SPO supports geonode budding (MCP head with the DCMS&gt; C-六 <a href=https://sameboat.live/DCMS>backend</a>, proxy master, and worker(s)).</li>

Revision as of 20:59, 16 October 2022

mcpcms  

master control program  
CMS MCS shell  
    conversational monitor system  

launch — a shell on a MCP¹, provisioned per your current SSO context. ²

At least S class SSO entitlement is required and only one launch at a time is permitted at this station .

A running SPO counts against launch limits.

Launch code ABORTED implies additional info in your home profile DS control blocks.

MCPCMS, the default or "CANDE" MCS³, controls DCP/MCP message traffic to the shell.


ABORTED, ACTIVE, COMPLETEDOK, or STOPPED are the possible job completion codes for the launch attempt.


¹ Resource limits are dynamically set except for F class which always gets the system limit if there is one.
² Core domain space currently provisions from Linode or AWS. Use your eligible local hosts by configuring the DS block(s) in your home profile. MCP nodes must have sub-millisecond ping. Set cloud vendor credentials in your commons dashboard (for your own AWS/Linode accounts).
³ MCS: a message control subsystem of a MCP.

The namestyle is a homage to MCP and VM/CMS.
While initially only linux is supported, ultimately heterogeneous and in particular emulated mainframe kernel OS support is intended. A command and edit (CANDE) MCS wraps the ssh protocol.
Operators use a CANDE MCS for MCP command line ops which can use:

  • mcpcms, the default, a custom zsh.

  • and any of

  • shcl (common lisp nature)
  • shhs (HsShellScript, haskell nature)
  • upsh (prolog nature)

Only mcpcms need be set in /etc/shells, the others are available as the listed commands in a mcpcms session. The sources for the versions forked for MCP and how they operate there as opposed to their original authors intents are in my github repos. CANDE may be local or MCP or DCP depending on the operators context.

GHC is the haskell implementation. Lisp and prolog implementations are variable, and multiple can be combined but shcl and upsh themselves use sbcl and swipl, respectively.

The mcpcms level is always present, the others are outer shells adapted for the domain space knowledge engineering context.
The KEE uses the three HOLs² listed but the mcpcms level is appropriate for regular command line ops in MCP.
Although diverged for DS, an effort will be made to track changes in still vital original lang specific shells.

Assuming the target is configured and ready, invoke mcpcms with:

 mcpcms  <req-spec>

                where            
           
                <req-spec>    ::= ipV6Address:port | ipV4Address:port | FQDSAgentName 
                FQDSAgentName ::= <agentId>@<domain>[:<port>]

                and the port is displayed in a DS control block in the user's DCMS account profile or provided dynamically by automation in an authenticated session.                          
     

Semantics

The port cannot be 22. The semantics are different depending on whether addr:port or agentId forms are used.

The bare address:port forms presume the user's client OS account name is a valid agentId and DCMS username. In this case the address is a pre allocated MCP element and ssh could be used instead.
The agentId form assigns existing or allocates a new MCP element from context implicit in the users account. In this case the CANDE MCS is required.

Roadmap

  • 0.1.0 4720-10-16  BaselineOfDomainSpace (Squot pkg from current).
  • 0.2.0 4720-00-00  BaselineOfKEE.
  • 1.0.0 4720-00-00  SPO supports geonode budding (MCP head with the DCMS> C-六 backend, proxy master, and worker(s)).
  • 1.3.0 4721-00-00  All pre MCP hosts migrated.
  • 2.0.0 47yy-00-00  First working WFL workframe.
  • 3.0.0 47yy-00-00  Mature DDD/KEE product.

All of above had delivery landings with long tails back in time, best start of which is the first under in the 'text' box in the left nav.


² High Order Language ³ The states COMPLETED, COMPILEDOK and SCHEDULED are invalid for the launch WFL job, but its task steps may have COMPLETED codes, usable in other interfaces.