MPxIO unveiled

Another must see video has been published on Sun Video Blog and this time it’s all about MPxIO. So if you been looking for in-depth explanation of how things work from multipathing perspective in Solaris you’re more than welcome to follow to this link.
I decided to embed the videos into this post just in case if the above link goes down.

Part 1

Part 2

Part 3

Posted on January 29, 2010 at 9:31 am by sergeyt · Permalink · Leave a comment
In: Solaris

Sun – HTTP/1.1 301 Moved Permanently

As you certainly know Sun Microsystems Co. doesn’t exist anylonger and now it’s just another part of our history. So it’s not a surprise to see that all requests to www.sun.com are now redirected to a new home place www.oracle.com

Btw, I encourage you to watch Larry Ellison speaking about the future steps that Oracle is planing to make not only because it’s cognitive but because it also might affect you directly. Oracle is focusing on direct sales and thinking about uncoupling 4,000 top customers from their current partners unless you’re not a VAP (Value Added Partner).

Let all of us be prepared for the changes and don’t forget that every cloud has a silver lining.

Posted on January 28, 2010 at 1:08 pm by sergeyt · Permalink · Leave a comment
In: Oracle, Sun

iPad that iFails

Don’t know how you feel, but my opinion is that newly introduced Apple device, called iPad, is at the very least… ugh… strange… controversial… questionable… but certainly not what most of us have been awaiting for. I’m scratching my head trying to imagine a reasonable usage-case for such a device but constantly failing. To add a simple corollary: this ipod/iphone on steroids is definitely out of my personal interest and as far as I can tell, from reading other peoples’ blogs and forum posts, I’m not the only one.

Posted on January 27, 2010 at 11:38 pm by sergeyt · Permalink · Leave a comment
In: Apple

Sun CEO’s swan-song

Another pep-talk from Jonathan Schwartz with a hidden message, rather hackneyed in my opinion, – “Beat IBM” – inside. Frankly, this passage left an unpleasant aftertaste.

Posted on January 26, 2010 at 10:28 pm by sergeyt · Permalink · Leave a comment
In: Sun

Oracle + Sun strategy update webcast

This is a quick reminder not to miss an exceptionally intrigue live webcast presented by Oracle, during which all of us, those who do care about future of Sun’s innovative technologies, are supposed to learn today what tomorrow has in its pocket.

Agenda

9:00 a.m.

Safra Catz: Welcome and Opening Remarks
Charles Phillips: Oracle + Sun: Transforming the Industry
John Fowler: Hardware Strategy
Thomas Kurian: Software Strategy
Edward Screven: Operating Systems and Virtualization Strategy
Juergen Rottler: Customer Service & Support Strategy

12:15 p.m.
Lunch break

12:45 p.m.

Safra Catz: Software. Hardware. Complete.
Larry Ellison

Posted on January 26, 2010 at 5:18 pm by sergeyt · Permalink · Leave a comment
In: Oracle, Sun

Mending VxVM

Last night I was upgrading a domain on our SF6900 box to Solaris 10 and since we use VxVM to mirror our root disk there was no use in preparing dedicated backup neither on tape nor on separate disk because it’s much easier and accurate to split rootdg into two disk groups, e.g. rootdg and rootdgold, and later import rootdgold, i.e. our saved copy of rootdg, to restore every single file. But when I tried to start the volumes it only revealed that not everything went off smoothly:

# vxvol -g rootdgold startall
VxVM vxvol ERROR V-5-1-11804 Volume coredump is empty and cannot be started
VxVM vxvol ERROR V-5-1-11804 Volume oem_home is empty and cannot be started
VxVM vxvol ERROR V-5-1-11804 Volume var is empty and cannot be started
VxVM vxvol ERROR V-5-1-11804 Volume rootvol is empty and cannot be started
VxVM vxvol ERROR V-5-1-11804 Volume swapvol is empty and cannot be started

Looking at the volumes I found that all of them were really in EMPTY state:

# vxprint -g rootdgold -v
TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0
v  coredump     fsgen        DISABLED 62918208 -        EMPTY    -       -
v  oem_home     fsgen        DISABLED 4202688  -        EMPTY    -       -
v  rootvol      root         DISABLED 8395200  -        EMPTY    -       -
v  swapvol      swap         DISABLED 50330496 -        EMPTY    -       -
v  var          fsgen        DISABLED 8395200  -        EMPTY    -       -

Actually, not much should be done to overcome this situation. You could use both “vxvol init clean” or “vxmend fix clean” as a remedy to set the state for the named plex to CLEAN:

# vxmend -g rootdgold fix clean rootvol-02
# vxmend -g rootdgold fix clean coredump-02
# vxmend -g rootdgold fix clean oem_home-02
# vxmend -g rootdgold fix clean var-02
# vxmend -g rootdgold fix clean swap-02

Once that has been done I started the volume and successfully mounted it.

# vxvol -g rootdgold startall
Posted on January 21, 2010 at 5:46 pm by sergeyt · Permalink · Leave a comment
In: Veritas

Green light for Oracle’s deal over Sun Microsystems

Hallelujah!

The European Commission has approved under the EU Merger Regulation the proposed acquisition of US hardware and software vendor Sun Microsystems Inc. by Oracle Corporation, a US enterprise software company. After an in-depth examination, launched in September 2009 (see IP/09/1271 ), the Commission concluded that the transaction would not significantly impede effective competition in the European Economic Area (EEA) or any substantial part of it.

Originally found on www.c0t0d0s0.org

Posted on January 21, 2010 at 3:06 pm by sergeyt · Permalink · Leave a comment
In: Oracle, Sun

Fibre Channel Concepts

If you’d like to fill some gaps in FC’s field then the following video course presented by Sun engineer could greatly assist in your study.

Posted on January 13, 2010 at 10:02 am by sergeyt · Permalink · Leave a comment
In: Sun

God`s Gonna Cut You Down

Just amazing!
Keep that always in mind…

Posted on January 11, 2010 at 11:49 am by sergeyt · Permalink · Leave a comment
In: Life

zpool split in-details

If you’re interested in the inner details of how newly integrated ZFS’s “zpool split” feature works then this link is really a good start.

Posted on January 6, 2010 at 6:31 pm by sergeyt · Permalink · Leave a comment
In: Solaris