تجهيز مركز بيانات (Data Center) على احدث التقنيات Tier 3 Data Center - وكالة التحول الرقمي
تشكل تقنية المعلومات جانباً اساسيا مهماً في العمليات التعليمية و التنظيمية بالجامعة، وهي تعد إحدى الأولويات الرئيسية عند الجامعة حيث ان التقدم التقني والعلمي في العالم ابرز عدد من التوجهات العالمية في التعليم الحديث مثل التعليم الالكتروني والتعليم عن بعد.
ولتحقيق توجة الجامعة للإستفادة القصوى من تكنلوجيا المعلومات كان القرار انشاء مركز للبيانات يعتمد على احدث التقنيات في هذا المجال.
يعمل المركز على توفير البنيات التحتية لتقنية المعلومات التي ترتكز على الحداثة والتجديد والابتكار وتتميز بدرجة عالية من الجودة والأمان والموثوقية، ودعم العمليات التعليمية من خلال توفير وتشغيل وصيانة أنظمة تعليمية عالية الأداء تكون متاحة لجميع المستخدمين بشكل سهل وآمن، وتطوير وبناء أنظمة وحلول التعليم والتعلم الإلكتروني التفاعلي والتعليم المفتوح وتوفير التقنيات المساندة للعمليات التعليمية والإدارية وتوفير قواعد المعلومات البحثية التي تدعم البحث العلمي والنشر الالكتروني. وكذلك يعمل المركز على إعادة هندسة الإجراءات التقليدية بمنظومات برمجية تعمل على حوسبة التعاملات الإدارية والمالية وتطوير الية التواصل بين منسوبي الجامعة.
مركز بيانات (بالإنكليزية: Data center أو Datacenter) هو مركز ضخم مكون من العديد من الخوادم الضخمة، ومزودات الطاقة الأساسية والاحتياطية وهو موصل بالإنترنت بسرعات عالية جدا.
وهو أيضا غالبا يكون في مبنى خاص مجهز بالتجهيزات الخاصة به من تحديد لدرجة الحرارة وأجهزة إطفاء الحرائق وتنظيم للكهرباء ومواصفات أمنية عالية. أيضا فهو ليس بالشيء السهل أو البسيط.
تم وضع موصفات مركز البيانات الرئيسي للجامعة بعد تخطيط عالي الدقة ونظرة الى المستقبل والهدف الذي تسعى اليه الجامعة من التطور والحداثة والوصول الى مكانة عالية في استخدام تقنية المعلومات ولذا كان يجب الاعتماد على احدث ما تقدمه الشركات العالمية والمتخصصة في هذا الجانب .
تم وضع موصفات للبنية التحيتة تعتمد على ما يسمى بالطبقة الثالثة (Tier 3 Data Center).
تم الاعتماد على معلومات من معهد ابتايم (Uptime) وهو اتحاد مخصص لتقديم أفضل الممارسات وآليات المقارنة لأعضائه لتحسين تصميم وإدارة مراكز البيانات.
و تعمل موصفات الطبقة الثالثة على ضمان دوام عمل مركز البيانات بنسبة 99.982% والقيام باي اعمال صيانة دون توقف المركز وتعطل تقديم الخدمات للجامعة . و المدة الزمنية للتوقف عن العمل في مركز البيانات مع استخدام الطبقة الثالثة لا تتجاوز 1.6 ساعة في السنة لاي غرض كان حيثت انه يتوفر عددة مسارات للطاقة والتبريد تضمن ديمومة العمل تحت اي ظروف واي اعمال صيانة قائمة.
كذلك كان الحرص اثناء التخطيط لبناء المركز على توفر اعلى درجة من الاداء في تقديم الخدمات وكذلك اعلى درجة من الامان والحماية للبيانات .
Denied resolving class org.apache.catalina.core.ApplicationHttpRequest by org.apache
1##
2## Velocity Transform Template
3##
4## All dynamic elements in a structure can be accessed as a Velocity variable.
5##
6## The given structure:
7##
8## <root>
9## <dynamic-element name="main-text" type="text_area">
10## <dynamic-element name="sub-image" type="image"></dynamic-element>
11## <dynamic-element name="sub-text" type="text"></dynamic-element>
12## </dynamic-element>
13## <dynamic-element name="more-text" type="text_area"></dynamic-element>
14## <dynamic-element name="ms-list" type="multi-list">
15## <dynamic-element name="chocolate" type="Chocolate"></dynamic-element>
16## <dynamic-element name="strawberry" type="Strawberry"></dynamic-element>
17## <dynamic-element name="vanilla" type="Vanilla"></dynamic-element>
18## </dynamic-element>
19## </root>
20##
21## The dynamic element "main-text" can be accessed in the following ways:
22##
23## $main-text.getName() - The name "main-text"
24## $main-text.getData() - The data in the article for main-text
25## $main-text.getType() - The type "text-area"
26## $main-text.getChildren() - A collection with two nodes (sub-image and
27## sub-text) that can be used in the #foreach clause
28## $main-text.getSiblings() - A collection of elements with the name
29## "main-text". This will only return more than one
30## element if this element is repeatable.
31##
32## One special accessor exists for elements of type "multi-list":
33##
34## $ms-list.getOptions() - A collection with up to three string entries
35## (chocolate, strawberry, or vanilla) that can be used
36## in the #foreach clause
37##
38## Another special accessor exists for elements of type "link_to_layout":
39##
40## $linkToPage.getUrl() - The URL that links to the selected page in the current
41## site.
42##
43## The variable $journalTemplatesPath can be used to include another Journal
44## template, e.g. #parse ("$journalTemplatesPath/LAYOUT-PARENT")
45##
46## The variable $viewMode specifies which mode the article is being viewed in.
47## For example, if $viewMode evaluates to "print", that means the user clicked
48## the print icon to view this article.
49##
50##
51## Velocity Transform Template
52##
53## All dynamic elements in a structure can be accessed as a Velocity variable.
54##
55## The given structure:
56##
57## <root>
58## <dynamic-element name="main-text" type="text_area">
59## <dynamic-element name="sub-image" type="image"></dynamic-element>
60## <dynamic-element name="sub-text" type="text"></dynamic-element>
61## </dynamic-element>
62## <dynamic-element name="more-text" type="text_area"></dynamic-element>
63## <dynamic-element name="ms-list" type="multi-list">
64## <dynamic-element name="chocolate" type="Chocolate"></dynamic-element>
65## <dynamic-element name="strawberry" type="Strawberry"></dynamic-element>
66## <dynamic-element name="vanilla" type="Vanilla"></dynamic-element>
67## </dynamic-element>
68## </root>
69##
70## The dynamic element "main-text" can be accessed in the following ways:
71##
72## $main-text.getName() - The name "main-text"
73## $main-text.getData() - The data in the article for main-text
74## $main-text.getType() - The type "text-area"
75## $main-text.getChildren() - A collection with two nodes (sub-image and
76## sub-text) that can be used in the #foreach clause
77## $main-text.getSiblings() - A collection of elements with the name
78## "main-text". This will only return more than one
79## element if this element is repeatable.
80##
81## One special accessor exists for elements of type "multi-list":
82##
83## $ms-list.getOptions() - A collection with up to three string entries
84## (chocolate, strawberry, or vanilla) that can be used
85## in the #foreach clause
86##
87## Another special accessor exists for elements of type "link_to_layout":
88##
89## $linkToPage.getUrl() - The URL that links to the selected page in the current
90## site.
91##
92## The variable $journalTemplatesPath can be used to include another Journal
93## template, e.g. #parse ("$journalTemplatesPath/LAYOUT-PARENT")
94##
95## The variable $viewMode specifies which mode the article is being viewed in.
96## For example, if $viewMode evaluates to "print", that means the user clicked
97## the print icon to view this article.
98##
99##set ($serviceContext = $portal.getClass().forName("com.liferay.portal.service.ServiceContextThreadLocal").getServiceContext())
100##set ($httpServletRequest = $serviceContext.getRequest())
101##get the real themeDisplay object, not the $themeDisplay map
102##set ($objThemeDisplay = $httpServletRequest.getAttribute("THEME_DISPLAY"))
103#set ($current_url = $request.get("attributes").CURRENT_COMPLETE_URL)
104
105
106##$objThemeDisplay.getPortalURL()
107
108##$objThemeDisplay.getURLCurrent()
109<div id="share-buttons">
110<!-- Facebook --><a href='http://www.facebook.com/sharer.php?u=$current_url' id="aui_3_4_0_1_487" target="_blank"><img alt="Facebook" src="/Jquery1-portlet/facebook.png" /></a>
111<!-- Twitter --><a href='http://twitter.com/share?url=$current_url&text=Najran University&hashtags=تطبيق تقنية الـ VDI داخل جامعة نجران' target="_blank"><img alt="Twitter" id="aui_3_4_0_1_466" src="/Jquery1-portlet/twitter.png" /></a>
112<!-- Google+ --><a href='https://plus.google.com/share?url=$current_url' target="_blank"><img alt="Google" src="/Jquery1-portlet/google.png" /></a>
113<!-- LinkedIn --><a href='http://www.linkedin.com/shareArticle?mini=true&url=$current_url' target="_blank"><img alt="LinkedIn" src="/Jquery1-portlet/linkedin.png" /></a>
114<!-- Email --><a href='mailto:?Subject=Najran University&Body=$current_url' ><img alt="Email" src="/Jquery1-portlet/email.png" /></a></div>
115<style type="text/css">
116#share-buttons img{width:35px;padding:5px}</style>