home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 May / PCWorld_2002-05_cd.bin / Komunik / sambar / sambar51p.exe / sysadmin / dist / build.stm next >
Encoding:
Text File  |  2002-02-05  |  3.9 KB  |  104 lines

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