- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configuring new image
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-03-2010 03:14 AM
02-03-2010 03:14 AM
configuring new image
We have an ignite server already presented in the environment.The image of hp-ux 11.31 march 08 is already configured.
I want to add a new image of 11.31 march 2009 to the server.I have the CD of latest OS.
Please anyone help me in this.
Abhilash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 03:22 AM
02-03-2010 03:22 AM
Re: configuring new image
Have a look on below thread with similar issue.
http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1403404
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 04:49 AM
02-03-2010 04:49 AM
Re: configuring new image
I need to setup a new image for 11.31.Please any one help me for that tooo
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 05:08 AM
02-03-2010 05:08 AM
Re: configuring new image
Refer to attached document.
Durvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 05:36 AM
02-03-2010 05:36 AM
Re: configuring new image
This document tells about adding a new version for an existing image.
I want to created a new image for 11.31.Currently there is only 11.11&11.23 images in our ignite server
Please could anyone guide me on this
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 09:35 AM
02-03-2010 09:35 AM
Re: configuring new image
1. make_depots: copies install CD/DVD/s to server
2. make_config: creates config file for new depot
3. manage_index: addes new config to master INDEX file
Those are the basic 3 command you need, I prefer the Ignite-UX Quick Start Guide, that discusses basic depot setup, here: http://www.docs.hp.com/en/5992-5230/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 04:09 AM
02-12-2010 04:09 AM
Re: configuring new image
1) copy software to disk
# make_depots -s
repeat the same command for all dvds
2) create config file
make_config -s /var/opt/ignite/depots/Rel_B.11.31/v3_core_media -c /var/opt/ignite/data/Rel_B.11.31/v3_core_media_config
3)create INDEX file entry for the newly created depot
#manage_index -n "HP-UX B.11.31 Default" -c "Hp Unix v3 media"
#manage_index -a -f /var/opt/ignite/data/Rel_B.11.31/v3_core_media_config -c "Hp Unix v3 media"
Rgds!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 04:10 AM
02-12-2010 04:10 AM
Re: configuring new image
if so here is the steps
1) Install os on any server (this server should not be used during golden image creation time)
2) Update it with latest patches
3) Install your custom application and software like power path, control-sa,sudo
4) Customize the system and apply security controls specific to your environment
5) create a directory on the ignite server storing golden archive
mkdir -p /var/opt/ignite/archives/Rel_B.11.31
6) use make_sys_image for creating golden archive
#cp â p /opt/ignite/data/scripts/make_sys_image /tmp/
#/tmp/make_sys_image -d /var/opt/ignite/archives/Rel_B.11.31 â s
7) Modify the ignite server to recognize the newly create golden archive
cp â p /opt/ignite/data/examples/core11.cfg /var/opt/ignite/data/Rel_B.11.31/core_archive.cfg
8) and edit core_archive.cfg according to you server and archive
nfs_source = "
description = "Archive HP-UX 11.31"
archive_path = "hostname.gz"
9) Edit the INDEX file according for golden image
Thanks!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 04:17 AM
02-12-2010 04:17 AM
Re: configuring new image
please assign points as appropriate , people here spending their time for helping others in forum..appreciate that by assigning points and close the opened thread by stating the solution so that others can refer that later.
Johnson