- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite-UX" What/Where to Modify so VG00 has cu...
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-29-2004 03:08 AM
03-29-2004 03:08 AM
Ignite-UX" What/Where to Modify so VG00 has custom sizes and names?
Now I need to make sure all our Ignites result in partitions being sized and named to our standards so the Admin need not go through the gyrations at the Ignite-UX Dialogue.
Where do I modify this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 03:42 AM
03-29-2004 03:42 AM
Re: Ignite-UX" What/Where to Modify so VG00 has custom sizes and names?
Then, I run /opt/ignite/bin/ignite and customize and save the profiles there.
Last, I run instl_adm -T to make sure none of my manual edits didn't screw up.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 03:43 AM
03-29-2004 03:43 AM
Re: Ignite-UX" What/Where to Modify so VG00 has custom sizes and names?
; ^ )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:12 AM
03-29-2004 05:12 AM
Re: Ignite-UX" What/Where to Modify so VG00 has custom sizes and names?
/var/opt/ignite/config.local
Ohh. and just like Solaris Jumpstart and RedHAt KickStart -- Ignite/UX is full of customizability..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:59 AM
03-29-2004 05:59 AM
Re: Ignite-UX" What/Where to Modify so VG00 has custom sizes and names?
------
Some people use multiple ignite config files to define their ignite installs.
The one you mention, /var/opt/ignite/config.local, will certainly work.
The /var/opt/ignite/INDEX file contains the order the various config files are processed. You may want to ensure that your customizations are listed last here, so that that they stick.
What
-------
Here is an example of custom/standard config stuff you can do on a VG00 filesystem:
...
volume_group "vg00" {
max_physical_extents=4374
max_logical_vols=255
max_physical_vols=16
physical_extent_size=8
minor_number=0x00
usage=LVM
physical_volume disk[*=_hp_root_grp_disks]
logical_volume "lvol1" {
usage=VxFS
size=520000KB
blksize=8192
mount_point="/stand"
largefiles=FALSE
bad_block_relocate=false
contiguous_allocation=true
stripes=0
stripe_size=0KB
minor_number=0x01
disk[_hp_root_disk]
} # end logical_volume
logical_volume "lvol2" {
...
You can generate a config file from an existing system with the
/opt/ignite/bin/save_config
command. Play with that output, save it, customize it.
Also refer to
man 4 instl_adm
for a complete list of ignite config file syntax. Can be very powerful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 06:18 AM
03-29-2004 06:18 AM
Re: Ignite-UX" What/Where to Modify so VG00 has custom sizes and names?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=529791
My attachement there is also useful.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com