Follow by Email

Amazon Contextual Product Ads

Monday, May 16, 2011

More on NAS management

For an excellent overview of SANs and NAS read O'reilly's own bible type of book. Albeit somewhat outdated, the NAS management chapter does cover important aspects of managing a NAS system, and educates the reader on advanced topics such as CIFS oplocks.

Thursday, June 03, 2010

Windows Memory Management

A very interesting article:
RAM, Virtual Memory, PageFile and all that stuff
http://members.shaw.ca/bsanders/WindowsGeneralWeb/RAMVirtualMemoryPageFileEtc.htm

Sunday, November 01, 2009

Tuesday, October 06, 2009

Default NAS Vendors Passwords

NetApp
CLI/GUI - root, no password

EMC Celerra
CLI/GUI - nasadmin, nasadmin

BlueArc
SMU Web Manager - admin, nasadmin
SMU CLI - manager, nasadmin
SMU - root, nasadmin
Titan Server (CLI) - supervisor, supervisor

Isilon
CLI/GUI - root, a

LSI OnStor
CLI/GUI - root, back-door

Thursday, October 01, 2009

Sending a terminal break in Cisco switches

CTRL-SHIFT-6

Thursday, July 23, 2009

How to quickly create a Solaris zone?

sh-3.00# zonecfg -z web1-zone
web1-zone: No such zone configured
Use 'create' to begin configuring a new zone.
zonecfg:web1-zone> create
zonecfg:web1-zone> set zonepath=/export/home/zones/web1-zones
zonecfg:web1-zone> set autoboot=true
zonecfg:web1-zone> add net
zonecfg:web1-zone:net> set address=10.1.70.233
zonecfg:web1-zone:net> set address=10.1.70.233/24
zonecfg:web1-zone:net> set physical=bge1
zonecfg:web1-zone:net> end
zonecfg:web1-zone> set pool=email-pool
zonecfg:web1-zone> verify
zonecfg:web1-zone> commit
zonecfg:web1-zone> exit
sh-3.00#

Install the zone:

sh-3.00# zoneadm -z web1-zone install
Preparing to install zone .
Creating list of files to copy from the global zone.
Copying <2528> files to the zone.
Initializing zone product registry.
Determining zone package initialization order.
Preparing to initialize <1023> packages on the zone.
Initialized <1023> packages on zone.
Zone is initialized.
Installation of these packages generated warnings:
The file
contains a log of the zone installation.

Reboot the zone:

[root@cookie:~]>zoneadm -z web1-zone boot

Connect to the zone:

sh-3.00# zlogin -C web1-zone

Thursday, July 16, 2009

How to change a Solaris zone netmask?

So it's all in /etc/zones/.xml but they tell you not to touch it.

In here:
http://forums.sun.com/thread.jspa?threadID=5075758

They tell you to run this:

zonecfg -z email-zone
zonecfg:email-zone> remove net address=10.1.30.232
zonecfg:email-zone> add net
zonecfg:email-zone:net> set address=10.1.70.232/24
zonecfg:email-zone:net> set physical=bge0
zonecfg:email-zone:net> end
zonecfg:email-zone> commit
zonecfg:email-zone> exit

Use this format for new-ip to configure a specific subnet mask: 10.1.30.232/24.

Sunday, May 03, 2009

NetApp SDK

http://communities.netapp.com/docs/DOC-1110

Saturday, April 11, 2009

Where to find ONTAP manpages

You can download the latest documentation set in zip format, and then install it right on a filer, and access it from the web.

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

EMC Celerra Default Login

Login: root
Password: nasadmin

Sunday, September 21, 2008

Checking exports from EMC Celerra

server_export ALL -list

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.

    Friday, May 11, 2007

    NetApp Filers Blog Reborn

    Hi everyone!

    It's been a while since I started this blog, and it's been quite fun to see its rapid growth from literally zero visits a month to over 80 a day.

    I have decided to refresh the look & feel a bit, and make it more user friendly and useful.

    I'll be happy to hear any comments on the content, and whether you'd like to see focused blog such as this one on competitive products.

    Dr. Toaster.

    Monday, November 20, 2006

    The Filers Blog appears in TechONTAP

    http://www.netapp.com/news/techontap/toasters.html

    Wednesday, November 01, 2006

    How can I erase a filer before returning it to NetApp?

    Use the following command on every disk:

    disk sanitize start <disk>

    Welcome to NetApp Filers Blog!

    I would like to recommend everyone who lands here to take a look at Storwize (http://www.storwize.com).
    Storewize provides a storage optimization solution that compresses data in real-time, providing a dramatic reduction in disk space, rack space and administation.

    You can read more about it in About Storwize and its Technology page.