1826414 Members
4341 Online
109692 Solutions
New Discussion

configuring new image

 
paabhi
Frequent Advisor

configuring new image

Hi All,

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
8 REPLIES 8
R.K. #
Honored Contributor

Re: configuring new image

Hello Abhilash,

Have a look on below thread with similar issue.

http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1403404

Don't fix what ain't broke
paabhi
Frequent Advisor

Re: configuring new image

Hi All,


I need to setup a new image for 11.31.Please any one help me for that tooo


Abhi
Durvesh Mendhekar
Regular Advisor

Re: configuring new image

Hi,

Refer to attached document.

Durvesh
paabhi
Frequent Advisor

Re: configuring new image

Hi Druv

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
Scot Bean
Honored Contributor

Re: configuring new image

Couple basic Ignite commands to setup a new install depot:

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
johnsonpk
Honored Contributor

Re: configuring new image

Here is the steps for creating a os depot on ignite server


1) copy software to disk
# make_depots -s -d /var/opt/ignite/depots/Rel_B.11.31/v3_core_media

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
johnsonpk
Honored Contributor

Re: configuring new image

Are you talking about creating a golden 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 = ":/var/opt/ignite/archives/Rel_B.11.31"
description = "Archive HP-UX 11.31"
archive_path = "hostname.gz"
9) Edit the INDEX file according for golden image


Thanks!
Johnson
johnsonpk
Honored Contributor

Re: configuring new image

Abhilash>> I have assigned points to 3 of 67 responses to my questions.

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