(file) Return to DefineHostparameters.html CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs / Attic

Diff for /pegasus/cgi/htdocs/Attic/DefineHostparameters.html between version 1.4 and 1.5

version 1.4, 2001/06/12 14:32:25 version 1.5, 2001/06/30 15:28:09
Line 3 
Line 3 
 <script> <script>
 window.focus(); window.focus();
 function setHost(f) { function setHost(f) {
 opener.top.hostip = hostparms.hostip.value;                  top.hostip = document.hostparameters.hostip.value;
 opener.top.portnum = hostparms.portnum.value;                  top.portnum = document.hostparameters.portnum.value;
                   top.hostAddress = document.hostparameters.hostip.value + ":" + document.hostparameters.portnum.value
                   top.debug = document.hostparameters.debug.value;
 } }
 </script> </script>
 </head> </head>
Line 18 
Line 20 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form name="hostparms" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient" >      <FORM NAME="hostparameters" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient" >
       <INPUT TYPE="hidden" NAME="Operation" VALUE="DefineHostParameters">       <INPUT TYPE="hidden" NAME="Operation" VALUE="DefineHostParameters">
         <p><b>Pegasus URL</b> <INPUT TYPE="text" NAME="hostip" SIZE=30 Value="sierra-0.cup.tandem.com">                          <p><b><a href="#Pegasus URL">Pegasus URL</a></b>
         <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">&nbsp; <INPUT TYPE="text" NAME="hostip" SIZE=30 Value="localhost">
         Enter the URL of the host with where Pegasus is running         Enter the URL of the host with where Pegasus is running
         <p><b>HostName</b>          <p><b><a href="#Host Port">Host Port</a></b><a href="#Host Port">&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <p><b>Host Port</b> <INPUT TYPE="text" NAME="portnum" SIZE=8 Value="5988" >      <INPUT TYPE="text" NAME="portnum" SIZE=8 Value="5988" >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
         <p><b>User Name</b> <INPUT TYPE="text" NAME="UserName" SIZE=30>      Enter the port for the CIM Server.
         <p><b>User Password</b> <INPUT TYPE="text" NAME="UserPassword" SIZE=30>          <p><b><a href="#User Name">User Name</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="text" NAME="UserName" SIZE=30>
       Not used today
           <p><b><a href="#User Password">User Password</a></b> <INPUT TYPE="text" NAME="UserPassword" SIZE=30>
   
       Not used today
   
           <p><b><a href="#Debug">Debug</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <input type="text" name="T1" size="30">&nbsp;&nbsp; </b>Set debug strings
       for CGICLient
   
           <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       <INPUT TYPE="reset" VALUE="Reset">
       </form>
         <p>Today, CIM and WBEM do not have any discovery tools.&nbsp; You must         <p>Today, CIM and WBEM do not have any discovery tools.&nbsp; You must
     specifically setup the URL and Port number of the WBEM Services Broker you     specifically setup the URL and Port number of the WBEM Services Broker you
     want to query.&nbsp; The defaults are provided for use in a test environment     want to query.&nbsp; The defaults are provided for use in a test environment
     with the Pegasus Services Broker.     with the Pegasus Services Broker.
         <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    <script>
     <INPUT TYPE="reset" VALUE="Reset">            document.hostparameters.hostip.value = top.hostip
     </form>            document.hostparameters.portnum.value = top.portnum
             document.hostparameters.hostaddress.value = top.hostAddress;
             document.hostparameters.debug = top.debug;
     </script>
       <p><b><a name="Pegasus URL">Pegasus URL</a></b> - Enter the URL of the CIM
       Server you want to access here.&nbsp; Note that this will be the same URL as
       the WEB server accessed by these forms. </p>
       <p><b><a name="Host Port">Host Port</a></b> -&nbsp; A CIM Server must have
       at least one port and may have more than one.&nbsp; The default port used
       (effective with the CIM Schema version 2.5) is 5988.&nbsp; This port has
       been reserved by the DMTF for use of CIM Servers. </p>
       <p><b><a name="User Name">User Name</a></b> - </p>
       <p><b><a name="User Password">User Password</a></b> - </p>
       <p><b><a name="Debug">Debug</a></b> - Debug is a tool to aid testing between
       the CIM Forms, the program CGIClient, the CIM Server.&nbsp; It simply
       provides a way to turn on debug traces in CGIClient.&nbsp; If you want to
       set debug strings, simply enter the list of keywords.&nbsp; </p>
       <p>The keywords are: </p>
       <ul>
         <li>all - Turn on all trace</li>
         <li>query - Show the string input to CGI Client</li>
       </ul>
   </body>   </body>
 </html> </html>
  


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2