vSphere-Storage-Appliance
ראשון, 25 דצמבר 2011 13:42

This appliance is SMB (Small-Medium Business) VMware vSphere Storage Appliance (VSA)

In VMware vSphere 5.0 (vSphere)

VMware is releasing a new software storage appliance to the market
called the vSphere Storage Appliance (VSA)

This appliance provides an alternative shared storage solution for
small-to-medium business (SMB)

customers who might not be in a position to purchase a SAN or NAS array for
their virtual infrastructure.

Without shared storage configured in a vSphere environment, customers have not
been able to exploit the unique features available in vSphere 5.0,

such as vSphere High Availability (vSphere
HA), vSphere vMotion (vMotion),

and vSphere Distributed Resource Scheduler (vSphere DRS). The VSA is
designed to provide shared storage for everyone.
This paper presents an overview of the VSA architecture,

deployment of a VSA storage cluster, and basic
monitoring and managing.

part of the content of this article was taken from VM site

RedMorePdf

RedMore

 

עדכון אחרון ב-ראשון, 25 דצמבר 2011 14:15
 
Install VMware vSphere Client for iPad
שבת, 10 דצמבר 2011 20:28

VMware vSphere Client for iPad

support for vMotion

support for vSphere 5

support for ESX Server 3.5

download vSphere Client for iPad

download vcma

Install

Download Vcma Ovf And Open VMware vSphere Client

Go To File And Deploy OVF Template Browse File Uo Download Is OVF And Next

More

http://communities.vmware.com/community/vmtn/server/vsphere/ipadclient?view=overview

More

http://www.youtube.com/watch?v=msjXKWFdgcM

default username/password on the appliance is root/vmware

It is strongly recommended to change the root password after installation.

  1. Logged the root console to change the default password from “vmware” to something more secure:
    1. From the console, select “Login” and hit the enter User And Pssword;
    2. Logged using “root” at the “login:” prompt;
    3. Entering “vmware” at the “Password:” prompt:
    4. Changed the password by issuing the “passwd” command and followed the prompts:

Using "passwd" to modify the vCMA root default password.

    1. Logged-out by issuing the “exit”.
  1. Installation Is complete.
עדכון אחרון ב-שבת, 10 דצמבר 2011 21:24
 
Exchange 2010 JunkEmail Configuration
שישי, 09 דצמבר 2011 10:44

Exchange 2010

Get-MailboxJunkEmailConfiguration/Set-MailboxJunkEmailConfiguration cmdlets.

Turing on the Junk Folder for the Yaniv mailbox is simply a matter of entering this cmdlet at the Exchange Management Shell:

Set-MailboxJunkEmailConfiguration -Identity Yaniv -Enabled $true

to disable it:

Set-MailboxJunkEmailConfiguration -Identity Yaniv -Enabled $false

And to enable it for all users in the specified Mailbox Database:

Get-Mailbox -Database <Mailbox Database Name> | Set-MailboxJunkEmailConfiguration -Enabled $true

Successfully

עדכון אחרון ב-שישי, 09 דצמבר 2011 10:55
 
Exchange Server 2010 is available for download SP2
רביעי, 07 דצמבר 2011 08:26

Released the second service pack 2 server Exchange Server 2010

Flexible and reliable - Exchange Server 2010 SP2 gives you the flexibility to tailor your deployment

based on your company's unique needs and a simplified way to keep e-mail continuously available for your users

Whats New In Exchange Server 2010 Service Pack 2

OWA Mini

Address Book Policies

Cross-site Redirection

Hybrid Configuration Wizard

Several hundred hotfixes

Conclusion

Full Article

Before installing the next article: go http://technet.microsoft.com/en-us/library/bb691354.aspx

Download: Microsoft Exchange Server 2010 Service Pack 2 SP2

 

עדכון אחרון ב-רביעי, 07 דצמבר 2011 08:30
 
אובייקט לא נמצא שגיאה בעת העברת תבות דואר
שלישי, 11 אוקטובר 2011 09:56

אובייקט לא נמצא שגיאה בעת העברת תבות דואר מ Exchange 2003 ל-Exchange 2010

לאחר התקנת Exchange 2010 SP1 לסביבת Exchange 2003 נתקלתי בתקלה שהיתי רוצה לשתף אותכם ברגע שרציתי להעביר משתמשים מ 2003 ל 2010 קיבלתי הודעת שגיאה "אובייקט לא נמצא" ולהלן הפיתרון ,

אתה צריך להוסיף ידנית את שרת Exchange 2010 החדש SP1 לקבוצת "Exchange Domain Servers". אתה יכול למצוא את הקבוצה בOU של USERS. יש להוסיף את השרת לקבוצה זו,


עדכון אחרון ב-שלישי, 11 אוקטובר 2011 11:39
 
Import&Export PST Files To Exchange 2010
שלישי, 20 ספטמבר 2011 08:14

Import Export Exchange 2010 Role to a particular user open an Exchange Management Shell and enter the following command:

New-ManagementRoleAssignment –Role “Mailbox Import Export” –User “userName”

Export Mailbox To PST File Open An Exchange 2010 Management Shell And Enter The Following Command

New-MailboxExportRequest -Mailbox "administrator"

-Filepath "\\ServerName\c$\PST\administrator.pst"

Import PST File Into Mailbox Enter The Following Command

New-MailboxImportRequest -Mailbox "administrator"

-FilePath "\\ServerName\c$\PST\administrator.pst"

Check The Status Of The Import Request Get-MailboxImportRequest

 

עדכון אחרון ב-שלישי, 20 ספטמבר 2011 08:36
 
Exchange 2010 Management Console Permissions
שלישי, 23 אוגוסט 2011 13:36

 

1 יש לפתו את ה- AD בשרת ה DC.

2. לגשת לתפריט VIEW ולבחור באפשרות Advanced Features.

3. לגשת Microsoft Exchange Security Groups

4. לגשת ל - Organization Management Group --> קליק ימני - מאפיינים --> ניגשים ללשונית Members --> מוסיפים משתמש שרוצים לתת לו הרשאת ניהול ל- Exchange Managment Console

 


עדכון אחרון ב-שלישי, 23 אוגוסט 2011 13:41
 
VMware: Easy upgrade ESXi 4.1 to ESXi 5.0
שישי, 29 יולי 2011 06:42

Last night I did an upgrade from vSphere ESXi 4.1 to ESXi 5.0 using the ESXi 5 installation CD. The upgrade process was very easy.. elapsed time: 10 minutes!

image

Full Article

Thank you http://blog.vmpros.nl/2011/07/13/vmware-easy-upgrade-esxi-4-1-to-esxi-5-0/

עדכון אחרון ב-שישי, 29 יולי 2011 06:47
 
Outlook anywhere EXCHANGE 2010
ראשון, 24 יולי 2011 12:54

חיים ליזרוביץ,Microsoft MVP, מציג הגדרות OWA כולל הנפקת תעודה וחידושה בסביבת EXCHAGE 2010

המדריך המלא להגדרת Outlook anywhere בסביבת EXCHAGE 2010

במאמר הבא אדגים כיצד להגדיר outlook anywhere הכולל הנפקת תעודה עבור שרת דואר 2010, ע"י CA מקומי.

(כאשר ה CA הינו של מיקרוסופט), במאמר זה גם אראה כיצד לחדש את התעודה לאחר פג תוקפה.

אגדיר את התעודה גם לחיבורים של ActiveSync ,OWA.

 

החיבור מצפין את הנתונים בין תוכנת הקליינט (אוטלוק לצורך העניין) לבין שרת הדואר, התחנות עובדות מול שרת הדואר בפרוטוקול https.

 

המאמר יחולק לשלושה חלקים:

קישורים להמשך:

http://itportal.co.il/article-3082

http://blogs.microsoft.co.il/blogs/haiml/archive/2011/07/23/outlook-anywhere-exchage-2010.aspx

ותודה רבה לחיים ולאתר itportal

עדכון אחרון ב-ראשון, 24 יולי 2011 13:12
 
<< התחלה < הקודם 1 2 3 4 5 6 7 8 9 10 הבא > סיום >>

JPAGE_CURRENT_OF_TOTAL
באנר
באנר
באנר

Who's Online

יש באתר 5 אורחים מחוברים
IT World, Powered by Joomla! Email hosting by SiteGround