- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPVM create error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2011 05:19 PM
02-28-2011 05:19 PM
HPVM create error
I try to use the following command to create the HPVM on integrity server but have error occur.
# hpvmcreate -P Fedora -O LINUX -c 1 -r 1G -a dvd:scsi::file:/opt/hpvm/ISO-images/linux/fedora-ia64-dvd.iso
-a disk:scsi::lv:/dev/vg00/rfedora -a network:lan::vswitch:vswitch1
Output error:
hpvmcreate: WARNING (Fedora): Device file '/dev/vg00/rfedora' is a server-restricted device and cannot be used by a guest while restricted. See 'hpvmdevmgmt -l rdev:/dev/vg00/rfedora'.
hpvmcreate: ERROR (Fedora): Due to errors affecting the device database, the guest configuration file will not be updated.
hpvmcreate: Unable to create guest 'Fedora'.
hpvmcreate: Unable to create the guest.
# hpvmdevmgmt -l rdev:/dev/vg00/rfedora
/dev/vg00/rfedora:CONFIG=rdev,EXIST=YES,DEVTYPE=LV,SHARE=NO,AUTORDEV=YES::HPVM_STATID_3349_1073741833
What's problem? Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2011 06:43 PM - last edited on 08-25-2011 02:03 PM by Kevin_Paul
02-28-2011 06:43 PM - last edited on 08-25-2011 02:03 PM by Kevin_Paul
Re: HPVM create error
Look at your config "CONFIG=rdev" .. it is restricted device.
Read this manual.
http://docstore.mik.ua/manuals/hp-ux/en/T2767-90141/rn01re06.html
You can disable it.
Disable restricted directory recursion by removing the
RECURSIVE attribute.
# hpvmdevmgmt -d rdev:/some-directory:attr:RECURSIVE
Look at this similar thread.
http://h30499.www3.hp.com/t5/General/not-able-to-assign-disk-to-guest-from-host/m-p/4436569#M141401
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2011 01:58 AM
03-02-2011 01:58 AM
Re: HPVM create error
Eric