- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IG-UX custom config script
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
04-03-2002 11:51 AM
04-03-2002 11:51 AM
values so the user won't have to do anything with disk/FS
configurations.
I have searched instl_adm(4) for the syntax.
What is the default index of the root disk? Is it 1?
If I have 4 disks and I want to configure the three non-boot disks
to be in vg01, and create /home that will be striped across the
3 disks. Is the syntax below correct?
volume group "vg00"
{
physical_volume disk[1]
max_physical_extents=2500
...
logical volume {
mount_point = "/"
...
}
}
volume group "vg01"
{
physical_volume disk[2..num_disks]
max_physical_extents=2500
...
logical volume {
mount_point = "/home"
usage = VxFS
size = 2000Mb
stripes = *
}
}
Thanks,
-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 12:31 PM
04-03-2002 12:31 PM
SolutionYou can cancel the install. Ignite creates the configuration file for you with the correct syntax.
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 02:20 PM
04-03-2002 02:20 PM
Re: IG-UX custom config script
Edit the 'post_config_cmd' in '/var/opt/ignite/recovery/config.recover'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:05 AM
04-04-2002 08:05 AM
Re: IG-UX custom config script
However, the config file has hardware paths in it specific to the machine I am Igniting.
Below is the extract:
volume_group "vg01" {
usage=LVM
physical_volume disk[2/0/1.6.0] {
} # end pv_options
physical_volume disk[2/0/1.4.0] {
} # end pv_options
physical_volume disk[2/0/1.2.0] {
} # end pv_options
logical_volume "lvol1"{
mount_point="/home"
usage=VxFS
size=2052096K
stripes=*
} # end logical_volume
I am trying to write a generic script that does not have hardware paths hardcoded in it, nor does it have the number of disks hardcoded for vg01.
I am trying to add logic so that if # of disks > 1 then create separate volumes with striping using vg01 volume group which contains all disks except the boot disk (asigned to vg00).
I still haven't figured out the answer to my original question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 12:37 PM
04-04-2002 12:37 PM
Re: IG-UX custom config script
The Ignite course did not go into much details about the config files. I also could use help.
HP lists an Online course
Configuration Files for Ignite-UX.
They didn't have one scheduled, so I sent a message saying that I would like to be notified when they do have one scheduled.
It sounds like it could be very useful.
When using Ignite across the network, you can choose which disk will be the root. We had an 18GB and a 36GB, I could select the 18Gb disk. I think it is on the 1st install screen.
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 12:44 PM
04-04-2002 12:44 PM
Re: IG-UX custom config script
This is the link to the online course:
http://education.itresourcecenter.hp.com/Trainer/education/seminar/sem_detail.asp?comm=7&ctgry=2∏=655
It should all be on one line.
Eileen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 12:46 PM
04-04-2002 12:46 PM
Re: IG-UX custom config script
I took the Ignite course with HP, but they only scratch the surface of configuration files