forked from redhat-sap/rhel-for-sap-configurator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
149 lines (140 loc) · 8.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<title>
RHEL for SAP Configurator
</title>
<link rel="stylesheet" href="rhel-for-sap-configurator.css">
<script type="text/javascript" src="rhel-for-sap-configurator.js"></script>
<meta name="author" content="Bernd Finger, [email protected]">
</head>
<body>
<h1>RHEL for SAP Configurator</h1>
<p><i>v1.6.10: Mon Oct 21 2024</i><br>
<b>*** To start, select a hardware platform in the second row of buttons.***</b> Then, click on any button to display resources, subscriptions, repositories, and commands for this combination.
<b>Note: This tool comes without support.</b> You still have to check supported release combinations in the <a href="https://apps.support.sap.com/sap/support/pam">SAP PAM</a>, the SAP HANA hardware directory, and/or other applicable sources.<br>
<b>Citation:</b> Please discuss any results you get from using this tool primarily by using the referenced documents.<br>
<b>Feedback:</b> Please open an issue on <a href="https://github.com/berndfinger/rhel-for-sap-configurator">https://github.com/berndfinger/rhel-for-sap-configurator</a>.
</p>
<div class="radio-toolbar top10">
<input type="radio" id="id_SAPHANA2" name="sapSelect" value="SAP HANA 2.0" onclick="displayResults()" checked><label for="id_SAPHANA2">SAP HANA 2.0</label>
<input type="radio" id="id_SAPHANA1" name="sapSelect" value="SAP HANA 1.0" onclick="displayResults()"><label for="id_SAPHANA1">SAP HANA 1.0</label>
<input type="radio" id="id_SAPNW" name="sapSelect" value="SAP NetWeaver" onclick="displayResults()"><label for="id_SAPNW">SAP NetWeaver</label>
</div>
<div class="radio-toolbar top10">
<input type="radio" id="id_x86_64" name="archSelect" value="x86_64" onclick="displayResults()"><label for="id_x86_64">x86_64</label>
<input type="radio" id="id_ppc64le" name="archSelect" value="ppc64le" onclick="displayResults()"><label for="id_ppc64le">ppc64le</label>
<input type="radio" id="id_ppc64" name="archSelect" value="ppc64" onclick="displayResults()"><label for="id_ppc64">ppc64</label>
<input type="radio" id="id_s390x" name="archSelect" value="s390x" onclick="displayResults()"><label for="id_s390x">s390x</label>
</div>
<div class="radio-toolbar top10">
<input type="radio" id="id_94" name="rhelSelect" value="9.4" onclick="displayResults()" checked><label for="id_94">9.4</label>
<input type="radio" id="id_93" name="rhelSelect" value="9.3" onclick="displayResults()"><label for="id_93">9.3</label>
<input type="radio" id="id_92" name="rhelSelect" value="9.2" onclick="displayResults()"><label for="id_92">9.2</label>
<input type="radio" id="id_91" name="rhelSelect" value="9.1" onclick="displayResults()"><label for="id_91">9.1</label>
<input type="radio" id="id_90" name="rhelSelect" value="9.0" onclick="displayResults()"><label for="id_90">9.0</label>
<input type="radio" id="id_810" name="rhelSelect" value="8.10" onclick="displayResults()"><label for="id_810">8.10</label>
<input type="radio" id="id_89" name="rhelSelect" value="8.9" onclick="displayResults()"><label for="id_89">8.9</label>
<input type="radio" id="id_88" name="rhelSelect" value="8.8" onclick="displayResults()"><label for="id_88">8.8</label>
<input type="radio" id="id_87" name="rhelSelect" value="8.7" onclick="displayResults()"><label for="id_87">8.7</label>
<input type="radio" id="id_86" name="rhelSelect" value="8.6" onclick="displayResults()"><label for="id_86">8.6</label>
<input type="radio" id="id_85" name="rhelSelect" value="8.5" onclick="displayResults()"><label for="id_85">8.5</label>
<input type="radio" id="id_84" name="rhelSelect" value="8.4" onclick="displayResults()"><label for="id_84">8.4</label>
<input type="radio" id="id_83" name="rhelSelect" value="8.3" onclick="displayResults()"><label for="id_83">8.3</label>
<input type="radio" id="id_82" name="rhelSelect" value="8.2" onclick="displayResults()"><label for="id_82">8.2</label>
<input type="radio" id="id_81" name="rhelSelect" value="8.1" onclick="displayResults()"><label for="id_81">8.1</label>
<input type="radio" id="id_80" name="rhelSelect" value="8.0" onclick="displayResults()"><label for="id_80">8.0</label>
</br><p></p>
<input type="radio" id="id_79" name="rhelSelect" value="7.9" onclick="displayResults()"><label for="id_79">7.9</label>
<input type="radio" id="id_78" name="rhelSelect" value="7.8" onclick="displayResults()"><label for="id_78">7.8</label>
<input type="radio" id="id_77" name="rhelSelect" value="7.7" onclick="displayResults()"><label for="id_77">7.7</label>
<input type="radio" id="id_76" name="rhelSelect" value="7.6" onclick="displayResults()"><label for="id_76">7.6</label>
<input type="radio" id="id_75" name="rhelSelect" value="7.5" onclick="displayResults()"><label for="id_75">7.5</label>
<input type="radio" id="id_74" name="rhelSelect" value="7.4" onclick="displayResults()"><label for="id_74">7.4</label>
<input type="radio" id="id_73" name="rhelSelect" value="7.3" onclick="displayResults()"><label for="id_73">7.3</label>
<input type="radio" id="id_72" name="rhelSelect" value="7.2" onclick="displayResults()"><label for="id_72">7.2</label>
<input type="radio" id="id_610" name="rhelSelect" value="6.10" onclick="displayResults()"><label for="id_610">6.10</label>
<input type="radio" id="id_67" name="rhelSelect" value="6.7" onclick="displayResults()"><label for="id_67">6.7</label>
<input type="radio" id="id_66" name="rhelSelect" value="6.6" onclick="displayResults()"><label for="id_66">6.6</label>
<input type="radio" id="id_65" name="rhelSelect" value="6.5" onclick="displayResults()"><label for="id_65">6.5</label>
</div>
<div class="radio-toolbar top10">
<input type="radio" id="id_HA_on" name="haSelect" value="HA" onclick="displayResults()" checked><label for="id_HA_on">HA</label>
<input type="radio" id="id_HA_off" name="haSelect" value="no HA" onclick="displayResults()"><label for="id_HA_off">no HA</label>
<input type="radio" id="id_Repo_type_e4s" name="repoTypeSelect" value="-e4s" onclick="displayResults()" checked><label for="id_Repo_type_e4s">e4s</label>
<input type="radio" id="id_Repo_type_eus" name="repoTypeSelect" value="-eus" onclick="displayResults()"><label for="id_Repo_type_eus">eus</label>
<input type="radio" id="id_Repo_type_normal" name="repoTypeSelect" value="" onclick="displayResults()"><label for="id_Repo_type_normal">normal</label>
Disable all repos before enabling:
<input type="radio" id="id_Disable_on" name="disableSelect" value="yes" onclick="displayResults()" checked><label for="id_Disable_on">yes</label>
<input type="radio" id="id_Disable_off" name="disableSelect" value="no" onclick="displayResults()"><label for="id_Disable_off">no</label>
<input type="radio" id="id_Cloud_off" name="cloudSelect" value="no Cloud" onclick="displayResults()" checked><label for="id_Cloud_off">no Cloud</label>
<input type="radio" id="id_Cloud_on" name="cloudSelect" value="Cloud" onclick="displayResults()"><label for="id_Cloud_on">Cloud</label>
</div>
<!---
<button class="top30" type="button" onclick="displaySelections()">
Submit
</button>
<div class="top10" id="result1"></div>
<div class="top10" id="result2"></div>
<div class="top10" id="result3"></div>
<div class="top10" id="result4"></div>
--->
<!---
<input class="button top30" type="button" onclick="displayResults()"
value="Show repos and commands">
--->
<!--- <p id="_arch">Hardware Architecture: </p> --->
<!--- <p id="_rhel">RHEL Release: </p> --->
<!--- <p id="_sap">SAP Software:</p> --->
<!--- <p id="_ha">HA: </p> --->
<h2 class="top15" id="titleRemarks" >Remarks:</h2>
<p id="idRemarks">
<br>
<br>
</p>
<h2 id="titleResources">Resources:</h2>
<p id="idResources">
<br>
<br>
<br>
<br>
<br>
</p>
<div class="parent">
<span class="large" id="titleSubscription">Subscription:</span>
<span class="normal"id="idSubscription"> </span>
</div>
<div class="parent">
<span class="large" id="titleRHEL">RHEL:</span>
<span class="normal"id="idRHEL"> </span>
</div>
<p id="idResources">
<h2 id="titleRepos" >Repositories:</h2>
<p class="c" id="idRepos">
<br>
<br>
<br>
<br>
<br>
</p>
<h2 id="titleCommands" >Commands:</h2>
<p class="c" id="idSubsriptionManagerReleaseSet">
</p>
<p class="c" id="idSubsriptionManagerReposEnable">
<br>
<br>
<br>
<br>
<br>
<br>
</p>
</body>
</html>