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

 1 karl  1.1 <html>
 2 karl  1.3 <head>
 3           <script>
 4           window.focus();
 5           function setHost(f) {
 6           opener.top.hostip = hostparms.hostip.value;
 7           opener.top.portnum = hostparms.portnum.value;
 8           }
 9           </script>
10           </head>
11 karl  1.1   <body bgcolor="#CCCCCC">
12               <table width="100%">
13                 <tr>
14           	<td width="50%" align="bottom"><h1>DefineHostParameters</h1><td>
15           	<td width="50%" align="right">
16           	    <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
17           	</td>
18                 </tr>
19               </table>
20               <hr>
21 karl  1.3     <form name="hostparms" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient" >
22 karl  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="DefineHostParameters">
23 karl  1.3  	<p><b>Pegasus URL</b> <INPUT TYPE="text" NAME="hostip" SIZE=30 Value="sierra-0.cup.tandem.com">
24 karl  1.1  	Enter the URL of the host with where Pegasus is running
25            	<p><b>HostName</b>
26 karl  1.3  	<p><b>Host Port</b> <INPUT TYPE="text" NAME="portnum" SIZE=8 Value="8888" >
27 karl  1.2  	<p><b>User Name</b> <INPUT TYPE="text" NAME="UserName" SIZE=30>
28            	<p><b>User Password</b> <INPUT TYPE="text" NAME="UserPassword" SIZE=30>
29 karl  1.1  	<p>Today, CIM and WBEM do not have any discovery tools.&nbsp; You must
30               specifically setup the URL and Port number of the WBEM Services Broker you
31               want to query.&nbsp; The defaults are provided for use in a test environment
32               with the Pegasus Services Broker.
33 karl  1.3  	<p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
34 karl  1.1     <INPUT TYPE="reset" VALUE="Reset">
35               </form>
36             </body>
37           </html>
38           

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2