Sponsored Content
Operating Systems Solaris Vertas Volume Manager 5.0 in SPARC Post 302400718 by madanmeer on Thursday 4th of March 2010 02:01:46 AM
Old 03-04-2010
Vertas Volume Manager 5.0 in SPARC

Hi Guys
Im totally confused with some stuff.ive started doin a course in veritas volume manager 5.0..i downloaded n installed veritas volume manager 5.0 in my sun blade 150 server..its a test server..im not gettin my gui that is VEA..When i enter commands like vxdisksetup its displayed as command not found..vxdisk list displays only one slice c0t0d0s2..can anyone tel me how to access VEA and explain me whether veritas can be installed in VMware in windows x86...
 

10 More Discussions You Might Find Interesting

1. AIX

Logical Volume Manager Help

I have a pretty basic question but I am finding my self stumped... I am trying to find the config that shows which logical volume is mapped to which physical volume IE: I know that pdisk15 is mapped to hdisk17 (I only know this as it was told to me though, by IBM) When I run: lslv -p... (5 Replies)
Discussion started by: pheusion
5 Replies

2. Solaris

How to resize mirror volume in veritas volume manager 3.5 on Solaris 9 OE

Hi all, I have a problem with vxvm volume which is mirror with two disks. when i am try to increase file system, it is throwing an ERROR: can not allocate 5083938 blocks, ERROR: can not able to run vxassist on this volume. Please find a sutable solutions. Thanks and Regards B. Nageswar... (0 Replies)
Discussion started by: nageswarb
0 Replies

3. HP-UX

Volume Manager 1.3

Hi, I'm getting an error on our Unix box with Veritas Volume Manager v1.3 We are using Unix 7M+ v11 L10 if this makes sense. We've had to rebuild our Unix box after hard drive failure and this message below keeps appearing: 'Protocol error with Volume Configuration Daemon'. The volume... (0 Replies)
Discussion started by: timpdixon
0 Replies

4. UNIX for Advanced & Expert Users

Regarding Veritas Volume manager

hy guys I am new at this thread , i have installed sf 5.0 and wanted to encapsulate root disk but when i get to optionn to enter private region i get this error: Enter desired private region length (default: 65536) 512 VxVM ERROR V-5-2-338 The encapsulation operation failed with the... (2 Replies)
Discussion started by: charneet
2 Replies

5. Solaris

RAID manager or veritas volume manager

Can somebody kindly help me to determine which one i should choose to better manipulate OS volume. RAID manager or veritas volume manager? Any critical differences between those two? Thanks in advance. (5 Replies)
Discussion started by: beginningDBA
5 Replies

6. Solaris

Solaris Volume Manager

Hello All, I have small doubt. It's related to SVM in solaris 10. I have created raid 0 (striping) using 3 slices of 500 MB size (default interlace value as 32KB) d2: Concat/Stripe ---- Interlace value is 32 KB Size: 2923830 blocks (1.4 GB) Stripe 0: (interlace: 64 blocks) Device Start... (1 Reply)
Discussion started by: vaibhav.kanchan
1 Replies

7. Solaris

vertias volume manager

hi all I want to practice on veritas volume manager. Is there any trial version for solaris 5.10 sparc version. If it is there, please give me the link? (1 Reply)
Discussion started by: kingston
1 Replies

8. Solaris

Regarding Sun volume manager

hi all, i have a doubt. I am doing some R & D in sun volume manager. Sun solaris 5.10 is running in my sun blade 150 sparc machine. I have attached ultrascsi storage box(6x36GB hdd's) with my machine. when i create a raid 0 striping or raid 1 mirroring the output of metastat says Dbase = No. Can... (2 Replies)
Discussion started by: kingston
2 Replies

9. Solaris

Solaris Volume manager

Hi Friends, I have to migrate my raid-1 volume to raid -5 online. Can anyone please help me, If possible then send me the step by step commands for online migration. Thanks in advance. (2 Replies)
Discussion started by: rajaramrnb
2 Replies

10. UNIX for Dummies Questions & Answers

VERITAS Volume Manager - mirror a disk/volume

I have a machine (5.10 Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V210) that we are upgrading the storage and my task is to mirror what is already on the machine to the new disk. I have the disk, it is labeled and ready but I am not sure of the next steps to mirror the existing diskgroup and... (1 Reply)
Discussion started by: rookieuxixsa
1 Replies
BACKUP_LISTVOLSETS(8)					       AFS Command Reference					     BACKUP_LISTVOLSETS(8)

NAME
backup_listvolsets - Lists volume set entries from the Backup Database SYNOPSIS
backup listvolsets [-name <volume set name>] [-localauth] [-cell <cell name>] [-help] backup listv [-n <volume set name>] [-l] [-c <cell name>] [-h] DESCRIPTION
The backup listvolsets command displays the Backup Database records for either o All volume sets and their volume entries, if the -name argument is omitted. o The volume set specified by the -name argument, along with its volume entries. OPTIONS
-name <volume set name> Names the volume set to display. If this argument is omitted, the output lists all volume sets defined in the Backup Database. -localauth Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. The backup command interpreter presents it to the Backup Server, Volume Server and VL Server during mutual authentication. Do not combine this flag with the -cell argument. For more details, see backup(8). -cell <cell name> Names the cell in which to run the command. Do not combine this argument with the -localauth flag. For more details, see backup(8). -help Prints the online help for this command. All other valid options are ignored. OUTPUT
The entry for each volume set begins with the "Volume set" header and the volume set's name. A temporary volume set's name is followed by the string " (temporary)". Each volume entry follows on a separate line, indicating the entry's index number and the server, partition, and volume names it matches. The output uses the metacharacter notation described on the backup addvolentry reference page. Use the index number to identify volume entries when deleting them with the backup delvolentry command. EXAMPLES
The following example shows the volume entries in the three volume sets currently defined in the Backup Database: % backup listvolsets Volume set user: Entry 1: server .*, partition .*, volumes: user.*.backup Volume set sun Entry 1: server .*, partition .*, volumes: sun4x_55..* Entry 2: server .*, partition .*, volumes: sun4x_56..* Volume set rs Entry 1: server .*, partition .*, volumes: rs_aix42..* PRIVILEGE REQUIRED
The issuer must be listed in the /etc/openafs/server/UserList file on every machine where the Backup Server is running, or must be logged onto a server machine as the local superuser "root" if the -localauth flag is included. SEE ALSO
backup(8), backup_addvolentry(8), backup_addvolset(8), backup_delvolentry(8), backup_delvolset(8) COPYRIGHT
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved. This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell. OpenAFS 2012-03-26 BACKUP_LISTVOLSETS(8)
All times are GMT -4. The time now is 09:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy