Operating System - HP-UX
1836644 Members
1617 Online
110102 Solutions
New Discussion

ignite custom hardware configuration

 
SOLVED
Go to solution
yatin
Frequent Advisor

ignite custom hardware configuration

I am trying to install os using bootsys -a. Installation is fine but it picks up default hardware config.I want to use a custom hardware configuration. save_config gives me correct configuration file but i dont know how to use this config file with bootsys -a.I dont want to use ignite GUI, I am trying to write a script which will automate HP-UX installation.
3 REPLIES 3
Olivier Decorse
Respected Contributor

Re: ignite custom hardware configuration

Look at this thread, where i already give the response :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=687030
The network way with instl_adm is the solution for you.
Don't hesitate to ask if you want more details.

And this time, please don't forget to assign points : "you have assigned points to 8 of 130 responses to your questions" : what a score !

Olivier.
They say "install windows 2k, xp or better", so i install unix !
yatin
Frequent Advisor

Re: ignite custom hardware configuration

How can I specify custom file system size.
for ex: /stand is currentl 512MB and '/' 1024 I want to specify for next installation 1024MB for stand and 2048 for '/'
Olivier Decorse
Respected Contributor
Solution

Re: ignite custom hardware configuration

Simple : just run the
save_config -f /tmp/config.my_server
command on the client, to generate your configuration.
Then modify this file with growing / and /stand, and put it inside your ignite server configuration (INDEX file).

Olivier.
They say "install windows 2k, xp or better", so i install unix !