VxVM vxassist ERROR V-5-1-5455 Operation requires a disk group

On this post we will take a closer look at this veritas volume manager error when trying to display the available disk space in an existig datagroup. The error is “VxVM vxassist ERROR V-5-1-5455 Operation requires a disk group

This is a draft post as I currently have no answer yet.. Weird thing is, the vxassist command works on one server and not in the other.. which is spitting out the error in subject.

Take this example:

Working server:


# vxdg list
NAME STATE ID
datadg1 enabled 1169455228.81.sgtjcpb1
datadg2 enabled 1169455429.95.sgtjcpb1
# vxassist -g datadg1 maxsize layout=concat
Maximum volume size: 390506496 (190677Mb)
# vxassist -g datadg2 maxsize layout=concat
Maximum volume size: 676767744 (330453Mb)
# vxassist -g datadg1 maxsize layout=raid5
Maximum volume size: 270483456 (132072Mb)
# vxassist -g datadg2 maxsize layout=raid5
Maximum volume size: 375160832 (183184Mb)

Looks fine right? But when I tried the same syntax on the other sever, I got this:

# vxdg -g sysdg free
DISK DEVICE TAG OFFSET LENGTH FLAGS
sysdg05 emcpower5s2 emcpower5 16777216 2029952 n
sysdg06 emcpower3s2 emcpower3 16777216 2029952 n
sysdg07 emcpower4s2 emcpower4 167772160 2020352 n
# vxassist -d sysdg maxsize layout=concat
VxVM vxassist ERROR V-5-1-5455 Operation requires a disk group
#

I suspect it has something to do with the Veritas VX version or the OS it is running. Will investigate further and let you know.

UPDATE.. saw the error after 5 minutes.. saw it? I found “d” error.

(ufsrestore) Make Bootable – Recovering the Root or /usr File System

This is some kind of a followup from the first post about ufsdump – how to backup solaris filesystem 1. Replace and partition the disk if it has failed. 2. Because the system cannot be booted from the boot disk, boot from the CD-ROM and re-create the failed file system by issuing the newfs command: … Continue reading

Disable / Turn Off Linux Password expiration / Aging

Yep, another personal reference and to think that I should know these stuff by heard. Well, most of the servers I am handling now are solaris and for particular example, it’s for Linux.. I guess there will be some similarities but for this post, we’ll take Redhat linux as an example: The command is chage … Continue reading

How To Grayscale and Image Using GIMP

Alright, here’s one of many tutorial you will find here at SysadmindayPH. This post is all about how to turn your colorful pictures and images into black and white, or grayscale using GIMP …Of course using GIMP! For those who do not know what GIMP is, is short GNU Image Manipulation Program. What’s GNU? It’s … Continue reading

Protect Your Users – Websites To Block From Your Network

As a System Administrator, one of our main responsibility if to protect our user from (themselves) internet sites that are not appropriate in the workplace. On this article, let’s enumerate some of the websites that needs to be blocked and should not even reach the company servers. TNAFlix Xhamster Redtube Tube8 Empflix Youjizz Jizzhut JizzOnline … Continue reading

How to Make your Computer Faster

No matter how you ask it, how to make your computer faster, or how to make computer faster, we all want the same thing.. to make more out of our computer. A number of people are asking, specially those folks not so familiar with computer or with technology in general – “how do i make … Continue reading

ufsdump – How To Backup Solaris/Linux Root Filesystem

Alright, here’s how – usfsdump – How To Backup Solaris/Linux Root Filesystem. use ufsdump Say for example you have this: $ df -k / Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 673951 415497 197799 68% / $ df -k /CMS Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t8d0s0 35009161 32305691 2353379 94% /CMS $ … Continue reading

Veritas VxVM – Creating Filesystem Command Line

What diskgroups are Available: vxdg list Finding free space in Veritas diskgroups vxdg -g oradg free vxassist -g oradg maxsize layout=concat list the existing filesystem in datagroup # vxinfo -g datadg1 oracle raid5 Started database raid5 Started u05 raid5 Started u07 raid5 Started # vxinfo -g datadg2 database raid5 Started index raid5 Started u06 raid5 … Continue reading

HMC – Hardware Manage Console Overview

HMC is an abbreviation which expands to Hardware Management Console. The term HMC is normally used with context to IBM pSeries Servers. What is HMC? HMC is a Linux based desktop PC workstation which is dedicated to a number of pSeries servers. It’s is used to manage LPARs. There can be several LPARs or a … Continue reading

How To Restore Root (and /usr/) rfile system Solaris- restoresymtable –

Sun Solaris – Restoring root file system (/) – Solaris 9, Solaris 10 provides steps we need to follow to restore the root file system (/ system) in SPARC and x86 (intel) machines. 1) Log in as root user. It is a security practice to login as normal user and perform an su to take … Continue reading