08-06-2009
veritas
can u plz helpme
i have some problem in veritas,i have 4 hard disks one is cpu remaining three is diskarray.
whenever iam enter devfsadm command is showing error
CAN'T INSTRUMENT RETURNOF FD_INTRACT 7BF58620:NON-CANANICAL RETURN INSRUCTION
so iam enter format command is not showing four disks is showing only one disks
can u plz helme.......
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
Hey all,
I've noticed a heap of UNIX jobs like Veritas experience. Just wondering if anyone knows of any softwrae very much alike for free which would be good for learning with?
Or if there is a trail like version out there for downloading?
Cheers
Thx in advance (3 Replies)
Discussion started by: woofie
3 Replies
2. Solaris
hAI
THIS IS SRIKANTH FROM INDIA AND I AM CERTIFIED SUN SOLARIS NETWORK ADMINISTRATOR AND I AM PLANNING TO APPEAR FOR VERITAS CERTIFICATION BUT THERE ARE LOT OF CERTIFICATIONS IN VERITAS CAN ANY ONE HELP ME IN CHOOSING WHICH CERTIFICATION I CAN OPT FOR
THANKS & REGARDS..............SRIK (1 Reply)
Discussion started by: srik_basina
1 Replies
3. UNIX for Dummies Questions & Answers
Hello,
We have a HP unix server running witch the veritas file system.
Does anybody know the difference between the veritas filesystem and lvm?
Why should you choose for veritas filesystem or lvm
The server is running with a progress sql database HP UX 11.
We have a little problem getting... (1 Reply)
Discussion started by: jjwillemse
1 Replies
4. Solaris
Hi All,
I need info on veritas volume manager with solaris 8. Although I have worked with HP-UX 10-11 (vmm is integrted), I still don't know what is the command for modifying, monitoring and troubleshooting vvm on solaris 8. Is it the same?
Can't find good documentation on my search with... (4 Replies)
Discussion started by: itik
4 Replies
5. Solaris
Hi All,
We are currently running Veritas netbackup. We are currently having a few issues where were unable to log in due to several errors. Out usual fix for this is to recycle the backup servers however due to the nature of the information being backed up this is done by someone else and... (1 Reply)
Discussion started by: rickyclayton201
1 Replies
6. Solaris
Hi All
I have the below configuration after installation of veritas 4.1 on Solaris 10
swap 65G 0K 65G 0% /dev/vx/dmp
swap 65G 0K 65G 0% /dev/vx/rdmp
But what I need is
dmpfs 65G 0K 65G ... (1 Reply)
Discussion started by: sandy23
1 Replies
7. Solaris
Can I make a veritas cluster on Sun vertual box or Vmwere. Please help me. (4 Replies)
Discussion started by: saga499
4 Replies
8. Solaris
I would like to just few things about
Veritas or Sun clustering software.
Veritas netbackup
Veritas Volume manager
How do i learn these tools they are enterprise level software. They are not easily accessible
thanks (6 Replies)
Discussion started by: dplinux
6 Replies
9. Solaris
How to create your cluster members routes and manual nat, and proxy. (2 Replies)
Discussion started by: padmaja@tech
2 Replies
10. UNIX for Beginners Questions & Answers
Hi Experts,
I wanted to extend a veritas file system which is running on veritas cluster and mounted on node2 system.
#hastatus -sum
-- System State Frozen
A node1 running 0
A node2 running 0
-- Group State
-- Group System Probed ... (1 Reply)
Discussion started by: Skmanojkum
1 Replies
LEARN ABOUT DEBIAN
cobertura-instrument
COBERTURA-INSTRUMENT(1) General Commands Manual COBERTURA-INSTRUMENT(1)
NAME
cobertura-instrument -- add coverage instrumentation to existing classes
SYNOPSIS
cobertura-instrument [--basedir dir] [--datafile file] [--destination dir] [--ignore regex] classes [...]
DESCRIPTION
cobertura-instrument inserts instrumentation instructions directly into your compiled Java classes. When these instructions are encountered
by the Java Virtual Machine, the inserted code increments various counters so that it is possible to tell which instructions have been
encountered and which have not.
OPTIONS
Classes may be specified individually, or as a directory tree containing multiple classes.
--basedir dir
Specify the base directory containing the classes you want to instrument. This command line parameter should appear before any
classes. If you are instrumenting classes in different directories, you should specify multiple basedirs.
--datafile file
Specify the name of the file to use for storing the metadata about your classes. This is a single file containing serialized Java
classes. It contains information about the names of classes in your project, their method names, line numbers, etc. It will be
updated as your tests are run, and will be referenced by the Cobertura reporting command. Default value: "./cobertura.ser".
--destination dir
Specify the output directory for the instrumented classes. If no destination directory is specified, then the uninstrumented
classes will be overwritten with their instrumented counterparts.
--ignore regex
Specify a regular expression to filter out certain lines of your source code. This is useful for ignoring logging statements, for
example. You can have as many <ignore/> statements as you want. By default no files are ignored.
SEE ALSO
junit(1), cobertura-check(1), cobertura-report(1), cobertura-merge(1).
AUTHOR
This manual page was written by Miguel Landaeta <miguel@miguel.cc> for the Debian system (but may be used by others). Permission is
granted to copy, distribute and/or modify this document under the terms of the terms of GNU General Public License, Version 2 or any later
version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
COBERTURA-INSTRUMENT(1)