HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Restoring from Ignite image from Ignite server to ...
Operating System - HP-UX
1837932
Members
2660
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
03-27-2010 07:13 PM
03-27-2010 07:13 PM
Restoring from Ignite image from Ignite server to IVMs
Hi Experts,
we are already having a VM (vm1) with vmswith (BFW) and we have created another VM (vm2) using the hpvmcreate with the same vmswitch as below
hpvmcreate -P vm2 -O hpux -c 2 -r 16G -a disk:scsi::disk:/dev/rdsk/c3t2d0 -a network:lan::vswitch:BFW
# hpvmnet
Name Number State Mode NamePPA MAC Address IPv4 Address
======== ====== ======= ========= ======== ============== ===============
localnet 1 Up Shared N/A N/A
clan0 2 Up Shared N/A N/A
BFW 3 Up Shared lan35 0x001e0bfd21a6 10.2.5.94
now i have a question
we have used the same vswitch (BFW) to 2nd VM, and while booting from "lanboot select" i am getting the below error
Shell> lanboot select
01 Acpi(PNP0A03,0)/Pci(1|0)/Mac(86BBE381A11E)
Select Desired LAN: 01
Selected Acpi(PNP0A03,0)/Pci(1|0)/Mac(86BBE381A11E)
Client MAC Address: 86 BB E3 81 A1 1E .....-
PXE-E16: Valid PXE offer not received.
Exit status code: Invalid Parameter
Shell>
we are already having a VM (vm1) with vmswith (BFW) and we have created another VM (vm2) using the hpvmcreate with the same vmswitch as below
hpvmcreate -P vm2 -O hpux -c 2 -r 16G -a disk:scsi::disk:/dev/rdsk/c3t2d0 -a network:lan::vswitch:BFW
# hpvmnet
Name Number State Mode NamePPA MAC Address IPv4 Address
======== ====== ======= ========= ======== ============== ===============
localnet 1 Up Shared N/A N/A
clan0 2 Up Shared N/A N/A
BFW 3 Up Shared lan35 0x001e0bfd21a6 10.2.5.94
now i have a question
we have used the same vswitch (BFW) to 2nd VM, and while booting from "lanboot select" i am getting the below error
Shell> lanboot select
01 Acpi(PNP0A03,0)/Pci(1|0)/Mac(86BBE381A11E)
Select Desired LAN: 01
Selected Acpi(PNP0A03,0)/Pci(1|0)/Mac(86BBE381A11E)
Client MAC Address: 86 BB E3 81 A1 1E .....-
PXE-E16: Valid PXE offer not received.
Exit status code: Invalid Parameter
Shell>
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2010 08:59 PM
03-28-2010 08:59 PM
Re: Restoring from Ignite image from Ignite server to IVMs
Hi,
from the EFI shell you need to create the dbprofile. SO that you can boot from the ignite server.
Shell> dbprofile -dn -s -i -g -m -b
shell>lanboot select -dn
Thanks,
Shanmugam.
from the EFI shell you need to create the dbprofile. SO that you can boot from the ignite server.
Shell> dbprofile -dn
shell>lanboot select -dn
Thanks,
Shanmugam.
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2010 10:16 PM
03-28-2010 10:16 PM
Re: Restoring from Ignite image from Ignite server to IVMs
Hi,
I have rectified the problem and i am able to go the the installation screen but in the installation screen it give the attached below error
Error
The currently selected configuration does not contain any
environments. You may want to select another configuration.
I have rectified the problem and i am able to go the the installation screen but in the installation screen it give the attached below error
Error
The currently selected configuration does not contain any
environments. You may want to select another configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2010 01:36 AM
03-31-2010 01:36 AM
Re: Restoring from Ignite image from Ignite server to IVMs
Bonjour
All is in the error message : "The currently selected configuration does not contain any environments."
Did you realized one of this 2 things : create an ignite image of an existing VM from which to install the new VM, or create a software depot and integrate it in the ignite server configuration ? I guess that you did nothing of that kind ...
So, you should :
- carefully RTFM @ http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&taskId=101&prodClassId=10008&contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodSeriesId=4077173
- check the ignite forum @ http://forums11.itrc.hp.com/service/forums/categoryhome.do?categoryId=209
Eric
All is in the error message : "The currently selected configuration does not contain any environments."
Did you realized one of this 2 things : create an ignite image of an existing VM from which to install the new VM, or create a software depot and integrate it in the ignite server configuration ? I guess that you did nothing of that kind ...
So, you should :
- carefully RTFM @ http://h20000.www2.hp.com/bizsupport/TechSupport/DocumentIndex.jsp?lang=en&cc=us&taskId=101&prodClassId=10008&contentType=SupportManual&docIndexId=64255&prodTypeId=18964&prodSeriesId=4077173
- check the ignite forum @ http://forums11.itrc.hp.com/service/forums/categoryhome.do?categoryId=209
Eric
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP