Amazon Ad

Featured Post

Sunday, February 01, 2009

Debugging security with sectrace

A new command called "sectrace" can help debug security problems (e.g. user cannot chown a file with NT ACL).

sectrace add -a -path /vol/software

will produce meesages such as these:

Sun Feb 1 13:10:52 IST [jim: sectrace.filter.allowed:info]: [sectrace index: 2] Access allowed because 'Synchronize, Read Attributes' permission (0x100080) is granted on file or directory (Access allowed by an explicit access control entry) - Status: 1:58720452:0:0 - 10.1.20.107 - NT user name: support\administrator - UNIX user name: root(0) - Qtree security style is NTFS and NT ACL is set on file/directory - Path: /vol/software/

Typically there is no need to use -a since you only want to debug DENY replies.

Tuesday, January 20, 2009

Migrate Data with Robocopy

robocopy C:\ \\\ /MIR /COPYALL /Z /LOG:C:\Robocopy.txt /R:0 /W:0 /NP /XD RECYCLER "System Volume Information" ~snapshot

Some explanations:

  • /Z - Restartable Mode - If Robocopy is stopped, then restarted, partially copied files are picked up and incrementally copied.
  • /B - Backup Mode - In some cases it is advised to also add the /B (Backup Mode) option to copy files in backup mode. This option leverages the Windows NT "backup mode" feature, allowing files to be copied using the Backup Operator rights.

Dell EMC Unity / Dell EMC Celerra Default Login/Password

Dell EMC Unity / Dell EMC Celerra
Login: root
Password: nasadmin

Wednesday, August 01, 2007

Next Generation Filesystems

OK, I'm proud of it - I have a webcast with Tony Asaro about next-generation filesystems and enterprise search - and how we at Exanet are changing the map:
http://go.techtarget.com/r/1901030/6000445

Monday, June 11, 2007

NetApp for Dummies

If you are a newbie in NetApp and looking for information try:

  • Tech Library
  • Wikipedia has a few interesting articles on the technologies around NetApp: NAS, iSCSI, NFS, CIFS

    If you are a customer/partner login to NOW Website and go to Documentation.
  • Wednesday, May 30, 2007

    Stupid Storage Blog

    I just wanted to notify all of you that I maintain a funny storage blog called the Stupid Storage Blog which offers a nice opportunity to smile a little bit during your busy day with some stupid storage jokes or better yet low-level gigs... :-) Enjoy.