- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite-UX environment and questions
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
03-05-2009 07:52 AM
03-05-2009 07:52 AM
Ignite-UX environment and questions
I have Ignite-UX configured on my server (the names and IPs have been changed to protect the innocent)
HP-UX hpign01 B.11.23 U 9000/800
/var/opt/ignite# swlist | grep -i Ignite
IGNITE C.7.7.98 HP-UX Installation Utilities (Ignite-UX)
Ignite-UX-11-23 C.7.7.98 HP-UX Installation Utilities for Installing 11.23 Systems
I have my configuration file set:
/var/opt/ignite/data/Rel_B.11.23/core_archive_cfg
##########################
## Software Sources
##############################################
sw_source "core archive" {
description = "HP-UX Core Operating System Archives"
load_order = 0
source_format = archive
source_type="NET"
nfs_source = "192.168.1.28:/var/opt/ignite/archives/HPUX_B.11.23"
##########################
## OS archives
##############################################init sw_sel "Golden Image" {
description = "Archive HP-UX 11.23"
sw_source = "core archive
sw_category = "HPUXEnvironments"
archive_type = gzip tar
# For NFS, the path to the archive is relative to the mount point
# specified in the sw_source nfs_source statement
archive_path = "clientarchive.gz"
# The data for the "impacts" statements are found by running:
# /opt/ignite/lbin/archive_impact -t -g
impacts = "/" 21Kb
impacts = "/.secure" 7Kb
impacts = "/.ssh" 15Kb
impacts = "/Mail" 2Kb
impacts = "/dev" 12Kb
impacts = "/etc" 153234Kb
impacts = "/home" 10956Kb
impacts = "/opt" 4917156Kb
impacts = "/sbin" 159607Kb
impacts = "/stand" 134968Kb
impacts = "/tcb" 262Kb
impacts = "/usr" 3190750Kb
impacts = "/var" 3121390Kb
impacts = "/wdroot" 14604Kb
} = TRUE
#################
#INDEX File:
#################
cfg "B.11.23 From Golden Image" {
description "This selection supplies the default system configuration that HP supplies for the B.11.23 release."
"/opt/ignite/data/Rel_B.11.23/config"
"/var/opt/ignite/data/Rel_B.11.23/core_archive_cfg"
"/var/opt/ignite/config.local"
}
Of the files shown in the INDEX, /opt/ignite/data/Rel_B.11.23/config has not been modified, while core_archive_config is shown above. config.local is below:
# /var/opt/ignite/config.local: config file to be used for local customizations.
dns_domain="jamester.com"
dns_nameserver[0]="192.168.1.20"
timezone="EST5EDT"
ntpdate_server="192.168.1.23"
So.. lots of background there. The golden image, btw, was created using the make_sys_image command as documented in the Ignite-UX Administration Guide for HP-UX 11i.
I am able to boot my client using a dbprofile (Itanium client) and access the Ignite server, and see the clients directory on the Ignite server with the proper MAC linking to the hostname of the client, no problems there. When I go in to the UI to select the image to be installed, I get the following:
"The currently selected configuration does not contain any environments. You may want to select another configuration."
When I look at the sw_sel part of my config file, I see
sw_category "HPUXEnvironments" {
description = "HP-UX Operating Environments"
}
##############################################
## Operating Environments
##############################################
################################################ OS archives
##############################################
Am I missing something in this file?
When I check through the other tabs of tht itool, I see my depot listed correctly, and I see the data from my config.local filled in appropriately. The Show Summary function also shows English as the environment.
When I select go, I get the following dialogue:
ERROR: There is no software fitting the Core-OS requirements selected for loading. There must be a software selection (sw_sel) using a software source (sw_source) with a load_order=0 selected. Check the server's configuration files. If VUE or CDE has been selected, then verify that a language has also been chosen.
As you can see above, the sw_source I am using has load_order=0 in it and the sw_sel is pointing to that sw_source, as least from what I know about Ignite so far (not much since I've only been working on it a few weeks).
Any help greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 08:02 AM
03-05-2009 08:02 AM
Re: Ignite-UX environment and questions
Look at your config file
Image" {
description = "Archive HP-UX 11.23"
sw_source = "core archive <== maybe you could have
sw_source = "core archive"
Try it? Hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 08:18 AM
03-05-2009 08:18 AM
Re: Ignite-UX environment and questions
I caught that after my post and have fixed already, with no change to the functionality. Still same condition as before.
Thank your for your reply!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 08:51 AM
03-05-2009 08:51 AM
Re: Ignite-UX environment and questions
Perhaps the sd_depot, look at this thread maybe it could help you
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1279997
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 08:58 AM
03-05-2009 08:58 AM
Re: Ignite-UX environment and questions
Read that one as well, didn't see anything there that was helpful to me.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 01:34 PM
03-05-2009 01:34 PM
Re: Ignite-UX environment and questions
My core_archive_cfg file had some bad pointers, so I corrected those, removed the original entry from INDEX and added it back in using manage_index, and now I'm watching a golden image installation. Kinda slow across the WAN, but it's working...
I've attached my working core_archive_cfg file as a reference to anyone else who may come across this situation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2009 01:36 PM
03-05-2009 01:36 PM