Thursday 24 October 2019

Meeting room mailbox not showing details - Show Full Free/Busy Details for MS Exchange Server Room and Resource Mailboxes


Issue

There is a room/Resource Mailboxes, that is not showing any details when booking it. It shows only created person name or free/busy status.

For e.g, check below image.




Cause:

This is caused by the default permission on the mailbox's calendar. This mailbox permission set either AvailabilityOnly or Show only. So this permission needs to be changed.


Solution

1. Open MS Exchange PowerShell and check permission for this mailbox calendar

PS cmd:

Get-MailboxFolderPermission <Mailbox_Name>:\Calendar
If the result like below,
FolderName User AccessRights SharingPermissionFlags
---------- ---- ------------ ----------------------
Calendar Default {AvailabilityOnly}
Calendar Anonymous {None


2. Then change the Access Rights to Reviewer or other permissions as per your requirements.

PS cmd:

Set-MailboxFolderPermission -Identity <Mailbox_Name>:\Calendar' -User Default -AccessRights Reviewer
3. Now you can check permission using above same cmd.
+++++++++++++++++++++++++++++++++++++++++++++++++
Access Rights RolesAuthorCreateItems, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItemsContributorCreateItems, FolderVisibleEditorCreateItems, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItemsNoneFolderVisibleNonEditingAuthorCreateItems, FolderVisible, ReadItemsOwnerCreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderContact, FolderOwner, FolderVisible, ReadItemsPublishingEditorCreateItems, CreateSubfolders, DeleteAllItems, DeleteOwnedItems, EditAllItems, EditOwnedItems, FolderVisible, ReadItemsPublishingAuthorCreateItems, CreateSubfolders, DeleteOwnedItems, EditOwnedItems, FolderVisible, ReadItemsReviewerFolderVisible, ReadItems
The following roles apply specifically to calendar folders:AvailabilityOnlyView only availability dataLimitedDetailsView availability data with subject and location

Wednesday 26 June 2019

Failed to mount restore point. Linux FLR appliance deploy failed in Veeam


Issue

Some times when we try to restore the Linux VM and its environment folders/files (Guest OS level), we get below error,

 
Error

Failed to mount restore point. Linux FLR appliance deploy failed :
Failed to mount NFS volume (IP_of_Repository:/VeeamBackup_IP_of_Repository). IP_of_Repository: Fault "PlatformConfigFaultFault", detail "NFS mount IP_of_Repository:/VeeamBackup_IP_of_Repository failed:
Unable to connect to NFS server."


Actual issue is,

Linux FLR server and restored Network File System (NFS) server connectivity issue.  

Solution

1.Check the connectivity issue and open connection between FLR server and NFS server.

2. Time being change the NFS server which is accessible from FLR server. You can change the settings from veeam B&R server.

Infrastructure --> Repository --> Properties --> NFS server name (change in to another Veeam Repository as NFS server).

Note : Here, Repository is mentioned as Storage server/device name.

Error: Failed to check whether snapshot is in progress (network mode) in Veeam backup


Error

Processing <Server_Name> Error: Failed to check whether snapshot is in progress (network mode).
RPC function call failed. Function name: [IsSnapshotInProgress]. Target machine: [Server_Name.pad.loc].
RPC error:The RPC server is unavailable. Code: 1722 in Windows server 2016 and above environment.


Root cause of this issue is,

Look likes firewall has issue, and it turns out it was.

Solution

Enable the rule Remote Service Management [RPC-EPMAP]. This will allow the job to continue. This rule is disabled by default in Windows server 2016, but previous version this rule might enabled by default..