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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2