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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2