(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 karl  1.5 	window.focus();
 5 a.arora 1.7 	function setHost(){
 6                             document.hostparameters.hostaddress.value = document.hostparameters.hostip.value + ":" + document.hostparameters.portnum.value;
 7 karl    1.5 		top.hostip = document.hostparameters.hostip.value;
 8             		top.portnum = document.hostparameters.portnum.value;
 9 a.arora 1.7 		top.hostAddress = document.hostparameters.hostip.value + ":" + document.hostparameters.portnum.value;
10 karl    1.5 		top.debug = document.hostparameters.debug.value;
11 karl    1.6 		top.ClassName = "";
12 karl    1.5 	}
13 karl    1.3 </script>
14             </head>
15 karl    1.1   <body bgcolor="#CCCCCC">
16                 <table width="100%">
17                   <tr>
18 karl    1.6 	<td width="50%" align="bottom"><h1>Define Parameters</h1><td>
19 karl    1.1 	<td width="50%" align="right">
20             	    <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
21             	</td>
22                   </tr>
23                 </table>
24                 <hr>
25 karl    1.5     <FORM NAME="hostparameters" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient" >
26 karl    1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="DefineHostParameters">
27 karl    1.5 			<p><b><a href="#Pegasus URL">Pegasus URL</a></b>
28                   <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">&nbsp; <INPUT TYPE="text" NAME="hostip" SIZE=30 Value="localhost">
29                         Enter the URL of the host with where Pegasus is running
30              	<p><b><a href="#Host Port">Host Port</a></b><a href="#Host Port">&nbsp;</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
31                 <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;
32                 Enter the port for the CIM Server.
33              	<p><b><a href="#User Name">User Name</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
34                 <INPUT TYPE="text" NAME="UserName" SIZE=30>
35                 Not used today
36              	<p><b><a href="#User Password">User Password</a></b> <INPUT TYPE="text" NAME="UserPassword" SIZE=30>
37             
38                 Not used today
39             
40              	<p><b><a href="#Debug">Debug</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
41                 <input type="text" name="T1" size="30">&nbsp;&nbsp; </b>Set debug strings
42 karl    1.6     for CGI CLient
43 karl    1.5 
44              	<p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
45 a.arora 1.7     <INPUT TYPE="reset" VALUE="Reset Form">
46 karl    1.5     </form>
47 karl    1.1  	<p>Today, CIM and WBEM do not have any discovery tools.&nbsp; You must
48                 specifically setup the URL and Port number of the WBEM Services Broker you
49                 want to query.&nbsp; The defaults are provided for use in a test environment
50                 with the Pegasus Services Broker.
51 karl    1.5   <script>
52             	  document.hostparameters.hostip.value = top.hostip
53             	  document.hostparameters.portnum.value = top.portnum
54                	  document.hostparameters.hostaddress.value = top.hostAddress;
55                	  document.hostparameters.debug = top.debug;
56               </script>
57                 <p><b><a name="Pegasus URL">Pegasus URL</a></b> - Enter the URL of the CIM
58                 Server you want to access here.&nbsp; Note that this will be the same URL as
59                 the WEB server accessed by these forms. </p>
60                 <p><b><a name="Host Port">Host Port</a></b> -&nbsp; A CIM Server must have
61                 at least one port and may have more than one.&nbsp; The default port used
62                 (effective with the CIM Schema version 2.5) is 5988.&nbsp; This port has
63                 been reserved by the DMTF for use of CIM Servers. </p>
64                 <p><b><a name="User Name">User Name</a></b> - </p>
65                 <p><b><a name="User Password">User Password</a></b> - </p>
66                 <p><b><a name="Debug">Debug</a></b> - Debug is a tool to aid testing between
67                 the CIM Forms, the program CGIClient, the CIM Server.&nbsp; It simply
68                 provides a way to turn on debug traces in CGIClient.&nbsp; If you want to
69                 set debug strings, simply enter the list of keywords.&nbsp; </p>
70                 <p>The keywords are: </p>
71                 <ul>
72 karl    1.5       <li>all - Turn on all trace</li>
73                   <li>query - Show the string input to CGI Client</li>
74                 </ul>
75 karl    1.1   </body>
76             </html>
77             

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2