www.mass.dk

Sharing what I know...

  • Increase font size
  • Default font size
  • Decrease font size
Welcome to the Frontpage

Netbackup & VCS - Failing cluster

PDF

If your're Netbackup cluster switches or restarts unexpected, you can find the process causing the switch in :

/usr/openv/netbackup/bin/cluster/AGENT_DEBUG.log

A example:

# grep "Detected process offline" AGENT_DEBUG.log

02/23/10 14:55:091 Detected process offline:nbemm  monitor::main
02/23/10 15:00:331 Detected process offline:vmd  monitor::main
02/23/10 15:02:331 Detected process offline:nbemm  monitor::main
02/23/10 15:42:031 Detected process offline:vmd  monitor::main
02/23/10 15:44:031 Detected process offline:nbstserv  monitor::main

Last Updated on Tuesday, 23 February 2010 22:47
 

How to use a LUN larger than 2TB with Veritas Volume Manager (VXVM)

Print PDF

If you want to use LUN's larger than 2TB with VXVM on a LINUX host you need to use parted instead of fdiske to create partitions. fdisk is limited to 2TB partitions. The CDS feature is a no-go as well

We assume disk is sdu. Before VxVM can use the disk, it must have a GPT label

# parted /dev/sdu mklabel gpt (the change is instant !!!!)

The default format for vxdisksetup is CDS format, we can't use so we revert to the old format:

# /etc/vx/bin/vxdisksetup -i sdu format=simple

From here it's business as usual :-D

Some links to Symantec support pages (will open a new browser window):

How to use a LUN greater than 2TB on Red Hat Enterprise Linux 4.0 Update 3 with Volume Manager 5.0

Initializing a LUN that is greater than 2TB creates usable space equal to, or less than 2TB with Volume Manager 5.0 on Red Hat Enterprise Linux 4 Update 3 or higher.

 

Last Updated on Wednesday, 05 May 2010 11:26
 

vxlogcfg - Default log level

Print PDF

Are you’re unified log files in /usr/openv/logs huge and filling up the file system? Do you want to stop this madness?


vxlogcfg -a -p 51216 -o Default -s DebugLevel=0 -s DiagnosticLevel=0

Pease at last :-D

Last Updated on Friday, 06 November 2009 15:56
 


Page 2 of 5