IVM Storage Virtual disk problem


 
Thread Tools Search this Thread
Operating Systems AIX IVM Storage Virtual disk problem
# 1  
Old 07-15-2009
IVM Storage Virtual disk problem

Hi,

When I try to create a virtual disk in IVM ( integrated Virtual Machine VIO ) I get this message

Problems occurred while processing the data. A summary of all problems for this page are listed below. Additional details for each problem may be located next to the field causing the problem.
  • The partition was successfully created, however virtual disk nimrootvg was not created. The following errors were received:
0------------------------------0
But If manually do it from CLI it works
mkvdev -vdev LV -vadapter vhostx

but how to create vhostX in IVM ?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Red Hat

Advice on allocating SAN storage to a virtual database server on VMware

I am relatively new to Linux and we are getting ready to convert our current oracle database servers from the AIX platform to RHEL7 servers on VMWare. I would appreciate any advice on how best to allocate storage to these machines. I plan on using LVM to maintain the disks/filesystems but am... (9 Replies)
Discussion started by: dkmartin
9 Replies

2. AIX

AIX problem with IVM lparUtil.log

Hello, I have a problem to list my active partitions with PowerVM IVM, Vios has an error message , can't open lparUtil.log , the df command tells us that /dev/hd9var is 100% used, laprUtil.log file is 0 Ko !! i don't know what i can delete to free space, the file is locked , i... (2 Replies)
Discussion started by: waste
2 Replies

3. AIX

AIX VIOS IVM Ethernet problem

Hi All, I have a p520 box running 3 LPARs, 1 x VIOS, 1 x AIX 6.1 and 1 x AIX 7.1 and no HMC, all configuration is performed via VIOS/IVM Until recently the box did not have the AIX7.1 LPAR and everything was fine with the box. We needed to use AIX 7.1 for a new project, so I created a... (11 Replies)
Discussion started by: KevB
11 Replies

4. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

5. Solaris

Disk Storage Need to Add more Disk

Hi, Anyone can help me, just want to confirm, if possible adding a disk storage that we have a RAWDATA with +ASM in our database. If possible, what would you recommend "workaround used" from us to do and the preparation. And also how long the downtime will take. Our disk continuous to grow,... (0 Replies)
Discussion started by: fpalero
0 Replies

6. UNIX for Dummies Questions & Answers

Multiple Virtual Storage

Isn't MVS (Multiple Virtual Storage) UNIX? If not, what do you call it... just MVS? -royal (1 Reply)
Discussion started by: royal
1 Replies
Login or Register to Ask a Question
ONEVNET(1)					     onevnet(1) -- manages OpenNebula networks						ONEVNET(1)

NAME
onevnet SYNOPSIS
onevnet command [args] [options] OPTIONS
-c, --cluster id|name Selects the cluster -l, --list x,y,z Selects columns to display with list command -d, --delay x Sets the delay in seconds for top command -x, --xml Show the resource in xml format -n, --numeric Do not translate user and group IDs -k, --kilobytes Show units in kilobytes -v, --verbose Verbose mode -h, --help Show this message -V, --version Show version and copyright information COMMANDS
o create file Creates a new Virtual Network from the given template file valid options: cluster o delete range|vnetid_list Deletes the given Virtual Network o addleases vnetid ip [mac] Adds a lease to the Virtual Network o rmleases vnetid ip Removes a lease from the Virtual Network o hold vnetid ip Holds a Virtual Network lease, marking it as used o release vnetid ip Releases a Virtual Network lease on hold o publish range|vnetid_list DEPRECATED, use chmod instead. Publishes the given Virtual Network. A public Virtual Network can be seen and used by other users in the Virtual Network's group. o unpublish range|vnetid_list DEPRECATED, use chmod instead. Unpublishes the given Virtual Network. A private Virtual Network can't be used by any other user. o chgrp range|vnetid_list groupid Changes the Virtual Network group o chown range|vnetid_list userid [groupid] Changes the Virtual Network owner and group o chmod range|vnetid_list octet Changes the Virtual Network permissions o list [filterflag] Lists Virtual Networks in the pool valid options: list, delay, xml, numeric, kilobytes o show vnetid Shows information for the given Virtual Network valid options: xml o update vnetid Launches the system editor to modify and update the template contents ARGUMENT FORMATS
o file Path to a file o range List of id's in the form 1,8..15 o text String o groupid OpenNebula GROUP name or id o userid OpenNebula USER name or id o vnetid OpenNebula VNET name or id o vnetid_list Comma-separated list of OpenNebula VNET names or ids o filterflag a, all all the known VNETs m, mine the VNET belonging to the user in ONE_AUTH g, group 'mine' plus the VNET belonging to the groups the user is member of uid VNET of the user identified by this uid user VNET of the user identified by the username LICENSE
OpenNebula 3.4.1 Copyright 2002-2012, OpenNebula Project Leads (OpenNebula.org) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 April 2012 ONEVNET(1)