Storage issue due to deduplication

0 comments
So this time, i was little occupied with some issue related to file services where i was running out of space on a SAN volume. After troubleshoot a lot, i found some useful info about DeDuplication problems. So i am going to explain each and every stuff about his issue. Might be it can help you in your environment if in case you run in to the same problem.

Information about Servers and Folder :
I have two server FS01 and FS02.
Each server has 3 SAN Volumes. (E.g. Users, Public, Work)
Three DFS Namespaces \mydoamin.net\Users\India, \mydoamin.net\Users\Public and \mydoamin.net\Users\Work
Deduplication is enabled on all three volumes.
All users hits FS02 to access Public drive, FS01 Public is just for backup.

Keychain Issue After Password Change

0 comments
If you have a mixed environment in your organisation where you have macs and windows systems and authentication is from active directory. You could have seen this problem many times that if a user has mac and windows system both and he/she changes his password on windows system, user starts facing lots of problem on his mac systems. Like, keychain pop-up which asks to enter old password again and again. User is not able to access network resources and network drives.

So, here is the solution.

Create Parallels 11 package for mass deployment

0 comments
In my environment, i had a task in which i need to install parallels 11 on 150 macbooks. Which was really a pain for me to download or copy the setup of it on every macbook and install it. After dig out a little i found some help from Parallels and able to make its package which i used by IBM Endpoint Manager to schedule a deployment on all macbooks.

So i am going to share each any every step which i used to complete this task.

Schedule Backup of DeployStudio Custom Scripts and Workflows by launchd

0 comments
Many time we have been faced this issue when we want to schedule any task on our mac servers. There is one inbuilt tool crontab but it doesn't work as per our expectations. So its better to use launchd to schedule tasks, it perfectly works in all scenarios. I have explained a simple task below which i used to take backup of DeployStudio server scripts and workflows and save them on a remote location.

Verify & Repair Permissions - El Capitan

0 comments
As you all know, Apple has removed this feature in new OS X El Capitan. But if you have Macbooks or Macmini in your office and using them on enterprise level infrastructure. It could be a bad news for you because in many cases and troubleshooting we use "Repair Disk Permissions".

There is no need to feel sad because it is still possible by command line.
So open up your Terminal.app and use below mentioned commands to Verify and Repair Disk Permissions.

To Verify, Please use the below mentioned code.
sudo /usr/libexec/repair_packages --verify --standard-pkgs /






To Repair, Please use the below mentioned code.
sudo /usr/libexec/repair_packages --repair --standard-pkgs --volume /

Office 2016 Security Update 15.17.0

0 comments
There are lot of fixes have been released in this security update of Office 2016. In older version on which i experienced lot of issues was 15.13.1, it had many issues after upgrade my system to El Capitan 10.11.2 from 10.11. So it was minor update but it messed up office version.

Issues which i experienced are mentioned below.

1. SSO error while activating Office 2016.
2. All MS apps where getting crashed while launching them.