home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / build.stm < prev    next >
Text File  |  2000-08-01  |  4KB  |  93 lines

  1. <HTML>
  2. <HEAD>
  3. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  4. <TITLE>Sambar Server Build Distribution</TITLE>
  5. </HEAD>
  6. <BODY BGCOLOR="#FFFFFF">
  7. <A HREF="/sysadmin/index.stm" TARGET=_top>
  8. <IMG border=0 ALIGN=left SRC="/sysimage/system/console.gif"></A>
  9. <CENTER><FONT SIZE=+2>Sambar Server Build Distribution</FONT>
  10. <BR>
  11. <BR>
  12. <FORM METHOD="POST" ACTION="/sysadmin/dist/runbuild.stm">
  13. <TABLE BORDER=0 cellpadding=4>
  14.  
  15. <TR valign=top>
  16. <TD><B>Server</B><BR>
  17. <FONT SIZE=-1>The server on which the distribution package will
  18. reside.</FONT>
  19. </TD>
  20. <TD nowrap><INPUT TYPE=text SIZE=60 NAME="server" VALUE="www.myserver.com"></TD>
  21. </TR>
  22.  
  23. <TR valign=top>
  24. <TD><B>URL</B><BR>
  25. <FONT SIZE=-1>The URL that indicates the location (via HTTP) on the
  26. remote server where the package will reside.</FONT>
  27. </TD>
  28. <TD nowrap><INPUT TYPE=text NAME="url" SIZE=60 VALUE="/dist/<RCEos>-latest.tar.gz"></TD>
  29. </TR>
  30.  
  31. <TR valign=top>
  32. <TD><B>Comments</B><BR>
  33. </TD>
  34. <TD nowrap><INPUT TYPE=text NAME="comments" SIZE=60 VALUE="Latest server build."></TD>
  35. </TR>
  36.  
  37. <TR valign=top>
  38. <TD></TD>
  39. <TD nowrap><INPUT TYPE=submit VALUE="Build Distribution"></TD>
  40. </TR>
  41. <TR>
  42. <TD colspan=2>
  43. <I>Note:</I> The "default" server distribution consists of all files found 
  44. in the following directories (relative the Sambar Server installation): 
  45. <B>/bin</B>, <B>/lib</B>, <B>/sysuser</B>, <B>/sysadmin</B>
  46. <P>
  47. This distribution interface was primarily designed as a mechanism for
  48. delivering patch releases from www.sambar.com.  A mechanism was needed 
  49. to build, distribute and install new releases to users (backing up their 
  50. existing distributions first!) without all the steps of a full InstallShield
  51. installation.  It is anticipated that all future "patch" releases of the Sambar 
  52. Server will be available using these interfaces.
  53. These interfaces are exposed to all Pro server licensees with the hope that 
  54. the functionality might assist in packaging internal distributions of the 
  55. Sambar Server.
  56. The following three RPCs provide the distribution update mechanism:
  57. <P>
  58. <UL>
  59. <LI> <I>dist-check</I>  Check a site for a new distribution (www.sambar.com
  60. by default).  You get a report of the difference between the distribution
  61. described in the file on the site and your current installation.  Then you
  62. get a form asking if you want to run <I>dist-install</I> (using the download 
  63. information in the distribution file).</LI>
  64. <LI> <I>dist-install</I>  Grabs the distribution described in the distribution
  65. file, uploads it to your server, ungzips the file, backs up <I>bin</I> to
  66. <I>bin-old</I> and <I>lib</I> to <I>lib-old</I> and then untars the 
  67. distribution over your running server.  When complete, you receive a report
  68. of all files updated and must restart the server.</LI>
  69. <LI> <I>dist-build</I> Builds a new distribution from your current system by
  70. taring up the directories specified above and then compressing the distribution
  71. package and finally writing out a package distribution file describing the
  72. system.  The package distribution description is contains:</LI>
  73. </UL>
  74. <P>
  75. <BLOCKQUOTE>
  76. <B>[Sambar Server]</B><BR>
  77. <B>Build = </B><build-date of the server><BR>
  78. <B>Version = </B><version of the server, i.e. 4.4><BR>
  79. <B>Server = </B><host where distribution is located, i.e. www.powertv.com><BR>
  80. <B>URL = </B><URL to distribution on host, i.e. /dist/win32-latest.tar.gz><BR>
  81. <B>Comments = </B><Description of distribution.><BR>
  82. </BLOCKQUOTE>
  83. </TD>
  84. </TR>
  85. </TABLE>
  86. </FORM>
  87. </CENTER>
  88. <BR>
  89. <BR>
  90. <A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  91. </BODY>
  92. </HTML>
  93.