(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.2 and 1.3

version 1.2, 2001/02/06 15:47:12 version 1.3, 2001/06/11 23:20:45
Line 1 
Line 1 
 <html> <html>
   <head>
   <script>
   window.focus();
   function setHost(f) {
   opener.top.hostip = hostparms.hostip.value;
   opener.top.portnum = hostparms.portnum.value;
   }
   </script>
   </head>
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
Line 9 
Line 18 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="hostparms" 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="HostURL" SIZE=30 Value=localhost>          <p><b>Pegasus URL</b> <INPUT TYPE="text" NAME="hostip" SIZE=30 Value="sierra-0.cup.tandem.com">
         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>HostName</b>
         <p><b>Host Port</b> <INPUT TYPE="text" NAME="HostPort" SIZE=30 Value=8888>          <p><b>Host Port</b> <INPUT TYPE="text" NAME="portnum" SIZE=8 Value="8888" >
         <p><b>User Name</b> <INPUT TYPE="text" NAME="UserName" SIZE=30>         <p><b>User Name</b> <INPUT TYPE="text" NAME="UserName" SIZE=30>
         <p><b>User Password</b> <INPUT TYPE="text" NAME="UserPassword" SIZE=30>         <p><b>User Password</b> <INPUT TYPE="text" NAME="UserPassword" SIZE=30>
         <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">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;          <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <INPUT TYPE="reset" VALUE="Reset">     <INPUT TYPE="reset" VALUE="Reset">
     </form>     </form>
   </body>   </body>


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2