Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Sandeep Agarwal

Sandeep Agarwal
Symantec Employee

Member for: 2 years 32 weeks
Contact: Send this user an email
Member for: 2 years 32 weeks
Contribution Stats
0
Solutions
0
Forum Threads
5
Comments
4
Blog Entries
0
Ideas
1
Article
0
Videos
0
Downloads
0
Events
0
Groups Joined

Sandeep Agarwal's Activity

Show:
New blog entry 26 Oct 2009
Recently we got an escalation from the field on AIX in which we saw that gab paniced the node because it got a packet with a wrong sequence number. On further debugging we found that everything was correct except that 1 bit in the gab sequence number was flipped from 0 to 1 thus causing gab to pan
New article 20 Oct 2009
Here is a link to an article which talks about increasing the llt_peerinact timeout to be 32s instead of the default 16s for AIX: http://seer.entsupport.symantec.com/docs/282024.htm (Storage and Clustering, Cluster Server, Best Practice) () Symantec, Cluster Server, Best Prac
New blog entry 10 Sep 2009
If you want to reduce extra traffic on the LLT links one small thing to do would be to add the following line to /etc/llttab on all the nodes in your cluster (say 2 node cluster): exclude 2-31 What the above line does is that it assumes that your cluster will always have only 2 nodes (0 and
New blog entry 26 Jul 2009
It seems that some customers want to create a trunk out of two links and then create vlans over that trunk and then run LLT over those two vlans. This is how to do this on Solaris: Create a trunk (aggregation first) out of the two bge links: dladm create-aggr -d bge2 -d bge3 1 <--
New blog entry 16 Jul 2009
If you have LLT working over the ce driver on Solaris, one small change that you can make to help performance problems in your cluster would be the following: The /etc/system file on all hosts should have: set ce:ce_no_tx_lb=1 set ce:ce_taskq_disable=1 set ce:ce_reclaim_pending=1 A r