HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite image
Operating System - HP-UX
1826330
Members
3610
Online
109692
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
Go to solution
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
02-21-2006 11:30 PM
02-21-2006 11:30 PM
Hi ,
I have installed Ignite -UX and gone through the server configuration which I do not have DHCP configured but have the boot ip addresses and have created a depot from CD as prompted.
Then once this has been completed I have created a network archive of a client I wish to use for cloning onto multiple boxes. When I look at my current INDEX file I see the following.
# /var/opt/ignite/INDEX
# This file is used to define the Ignite-UX configurations
# and to define which config files are associated with each
# configuration. See the ignite(5), instl_adm(4), and
# manage_index(1M) man pages for details.
#
# NOTE: The manage_index command is used to maintain this file.
# Comments, logic expressions and formatting changes are not
# preserved by manage_index.
#
# WARNING: User comments (lines beginning with '#' ), and any user
# formatting in the body of this file are _not_ preserved
# when the version of Ignite-UX is updated.
#
cfg "HP-UX B.11.11 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/core_cfg"
"/var/opt/ignite/config.local"
}
And under clients I see the following :
azur:root# cd ./clients/
azur:root# ll
total 4
drwxr-xr-x 3 bin bin 2048 Feb 21 16:52 0x00306E0C2AFD
lrwxr-xr-x 1 bin bin 14 Feb 21 16:41 maiden -> 0x00306E0C2AFD
azur:root# cd 0x00306E0C2AFD/
azur:root# ll
total 36
-rw-r--r-- 1 bin bin 789 Feb 21 16:52 CINDEX
-rw-r--r-- 1 bin bin 5 Feb 21 16:40 client_name
-rw-r--r-- 1 bin bin 28 Feb 21 16:40 client_status
-rw-r--r-- 1 bin bin 296 Feb 21 16:40 config.sys
-rw-r--r-- 1 bin bin 406 Feb 21 16:40 host.info
-rw-r--r-- 1 bin bin 659 Feb 21 16:40 hw.info
-rw-r--r-- 1 bin bin 139 Feb 21 16:40 install.log
-rw-r--r-- 1 bin bin 0 Feb 21 16:41 lockfile
drwxr-xr-x 3 bin bin 2048 Feb 21 16:41 recovery
-rw-r--r-- 1 bin bin 107 Feb 22 12:09 server.state
If I run the command /opt/ignite/bin/instl_adm -T all appears ok :
azur:root# /opt/ignite/bin/instl_adm -T
* Checking file: /opt/ignite/data/Rel_B.11.11/config
* Checking file: /opt/ignite/data/Rel_B.11.11/hw_patches_cfg
* Checking file: /var/opt/ignite/data/Rel_B.11.11/core_cfg
* Checking file: /var/opt/ignite/config.local
When adding the following from the CINDEX file to the INDEX file it fails :
cfg "2006-02-21,16:41 Recovery Archive" {
description "Recovery Archive"
"recovery/2006-02-21,16:41/system_cfg"
"recovery/2006-02-21,16:41/control_cfg"
"recovery/2006-02-21,16:41/archive_cfg"
}=TRUE
which now looks as followed :
cfg "HP-UX B.11.11 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/core_cfg"
"/var/opt/ignite/config.local"
}
cfg "2006-02-21,16:41 Recovery Archive" {
description "Recovery Archive"
"recovery/2006-02-21,16:41/system_cfg"
"recovery/2006-02-21,16:41/control_cfg"
"recovery/2006-02-21,16:41/archive_cfg"
}=TRUE
The error now is as followed :
azur:root# /opt/ignite/bin/instl_adm -T
* Checking file: /opt/ignite/data/Rel_B.11.11/config
* Checking file: /opt/ignite/data/Rel_B.11.11/hw_patches_cfg
* Checking file: /var/opt/ignite/data/Rel_B.11.11/core_cfg
* Checking file: /var/opt/ignite/config.local
* Checking file: /var/opt/ignite/recovery/2006-02-21,16:41/system_cfg
ERROR: parser cannot open file:
/var/opt/ignite/recovery/2006-02-21,16:41/system_cfg: No such file or
directory (errno = 2)
* Checking file: /var/opt/ignite/recovery/2006-02-21,16:41/control_cfg
ERROR: parser cannot open file:
/var/opt/ignite/recovery/2006-02-21,16:41/control_cfg: No such file or
directory (errno = 2)
* Checking file: /var/opt/ignite/recovery/2006-02-21,16:41/archive_cfg
ERROR: parser cannot open file:
/var/opt/ignite/recovery/2006-02-21,16:41/archive_cfg: No such file or
directory (errno = 2)
Can any one tell me how I get this image to be seen by any install when igniting to the server.
Regards
I have installed Ignite -UX and gone through the server configuration which I do not have DHCP configured but have the boot ip addresses and have created a depot from CD as prompted.
Then once this has been completed I have created a network archive of a client I wish to use for cloning onto multiple boxes. When I look at my current INDEX file I see the following.
# /var/opt/ignite/INDEX
# This file is used to define the Ignite-UX configurations
# and to define which config files are associated with each
# configuration. See the ignite(5), instl_adm(4), and
# manage_index(1M) man pages for details.
#
# NOTE: The manage_index command is used to maintain this file.
# Comments, logic expressions and formatting changes are not
# preserved by manage_index.
#
# WARNING: User comments (lines beginning with '#' ), and any user
# formatting in the body of this file are _not_ preserved
# when the version of Ignite-UX is updated.
#
cfg "HP-UX B.11.11 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/core_cfg"
"/var/opt/ignite/config.local"
}
And under clients I see the following :
azur:root# cd ./clients/
azur:root# ll
total 4
drwxr-xr-x 3 bin bin 2048 Feb 21 16:52 0x00306E0C2AFD
lrwxr-xr-x 1 bin bin 14 Feb 21 16:41 maiden -> 0x00306E0C2AFD
azur:root# cd 0x00306E0C2AFD/
azur:root# ll
total 36
-rw-r--r-- 1 bin bin 789 Feb 21 16:52 CINDEX
-rw-r--r-- 1 bin bin 5 Feb 21 16:40 client_name
-rw-r--r-- 1 bin bin 28 Feb 21 16:40 client_status
-rw-r--r-- 1 bin bin 296 Feb 21 16:40 config.sys
-rw-r--r-- 1 bin bin 406 Feb 21 16:40 host.info
-rw-r--r-- 1 bin bin 659 Feb 21 16:40 hw.info
-rw-r--r-- 1 bin bin 139 Feb 21 16:40 install.log
-rw-r--r-- 1 bin bin 0 Feb 21 16:41 lockfile
drwxr-xr-x 3 bin bin 2048 Feb 21 16:41 recovery
-rw-r--r-- 1 bin bin 107 Feb 22 12:09 server.state
If I run the command /opt/ignite/bin/instl_adm -T all appears ok :
azur:root# /opt/ignite/bin/instl_adm -T
* Checking file: /opt/ignite/data/Rel_B.11.11/config
* Checking file: /opt/ignite/data/Rel_B.11.11/hw_patches_cfg
* Checking file: /var/opt/ignite/data/Rel_B.11.11/core_cfg
* Checking file: /var/opt/ignite/config.local
When adding the following from the CINDEX file to the INDEX file it fails :
cfg "2006-02-21,16:41 Recovery Archive" {
description "Recovery Archive"
"recovery/2006-02-21,16:41/system_cfg"
"recovery/2006-02-21,16:41/control_cfg"
"recovery/2006-02-21,16:41/archive_cfg"
}=TRUE
which now looks as followed :
cfg "HP-UX B.11.11 Default" {
description "This selection supplies the default system configuration that HP supplies for the B.11.11 release."
"/opt/ignite/data/Rel_B.11.11/config"
"/opt/ignite/data/Rel_B.11.11/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.11/core_cfg"
"/var/opt/ignite/config.local"
}
cfg "2006-02-21,16:41 Recovery Archive" {
description "Recovery Archive"
"recovery/2006-02-21,16:41/system_cfg"
"recovery/2006-02-21,16:41/control_cfg"
"recovery/2006-02-21,16:41/archive_cfg"
}=TRUE
The error now is as followed :
azur:root# /opt/ignite/bin/instl_adm -T
* Checking file: /opt/ignite/data/Rel_B.11.11/config
* Checking file: /opt/ignite/data/Rel_B.11.11/hw_patches_cfg
* Checking file: /var/opt/ignite/data/Rel_B.11.11/core_cfg
* Checking file: /var/opt/ignite/config.local
* Checking file: /var/opt/ignite/recovery/2006-02-21,16:41/system_cfg
ERROR: parser cannot open file:
/var/opt/ignite/recovery/2006-02-21,16:41/system_cfg: No such file or
directory (errno = 2)
* Checking file: /var/opt/ignite/recovery/2006-02-21,16:41/control_cfg
ERROR: parser cannot open file:
/var/opt/ignite/recovery/2006-02-21,16:41/control_cfg: No such file or
directory (errno = 2)
* Checking file: /var/opt/ignite/recovery/2006-02-21,16:41/archive_cfg
ERROR: parser cannot open file:
/var/opt/ignite/recovery/2006-02-21,16:41/archive_cfg: No such file or
directory (errno = 2)
Can any one tell me how I get this image to be seen by any install when igniting to the server.
Regards
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 11:33 PM
02-21-2006 11:33 PM
Re: Ignite image
Hi
The docs at
http://www.docs.hp.com/en/IUX/infolib.html#d0e352
and the faq especially should help
Steve Steel
The docs at
http://www.docs.hp.com/en/IUX/infolib.html#d0e352
and the faq especially should help
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:39 AM
02-22-2006 12:39 AM
Re: Ignite image
HI,
Check this one also. Should be helpful.
Regards,
Check this one also. Should be helpful.
Regards,
You need to know a lot to actually know how little you know
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP