- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- How to configure Ignite-UX server on hp-ux itanium...
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-29-2009 03:24 AM
07-29-2009 03:24 AM
How to configure Ignite-UX server on hp-ux itanium 11iv3
I have one hp-ux itanium(11iv3) running server , i want to configure as a Ignite-ux server with different subnet ( complex network ), pls share where to start? how to start ? and which are the files need to edited ?
Question ;
1.can i configure exist partition in the server or i need to create new ?
Note : I read ignite-UX admin guide i was lot confusion , pls guide ASAP,
cheers,
kalai.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-29-2009 03:45 AM
07-29-2009 03:45 AM
Re: How to configure Ignite-UX server on hp-ux itanium 11iv3
To boot clients from outside subnet you will need to build boot helpers.
I am providing links but the procedure is the same as for 11.31 as for prior releases of the OS.
http://docs.hp.com/en/IUX/docs/release_note.pdf
Complex networks:
http://docs.hp.com/en/5992-5309/ch05s04.html
Requirements:
http://docs.hp.com/en/5992-5309/ch01s06.html
Installing and updating Ignite-UX
http://docs.hp.com/en/5992-1977/5992-1977.pdf
Boot helpers
http://docs.hp.com/en/5992-5309/ch06s03.html
http://docs.hp.com/en/5992-5230/5992-5230.pdf
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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-29-2009 03:46 AM
07-29-2009 03:46 AM
Re: How to configure Ignite-UX server on hp-ux itanium 11iv3
Set up Ignite-UX sever
========================
1) Install the product
#swinstall -s
2) Verfiy the installation and note down the versions
#swlist -l product|grep -i ignite
3) Modify PATH and MANPATH variables
PATH=$PATH:/opt/ignite/bin
export PATH
MANPATH=$MANPATH:/opt/ignite/share/man
export MANPATH
4) Create software depots
#mk_depots -r B.11.31 -s
#mk_depots -r B.11.31 -s /dev/dsk/c0t0d0
The software depot is normally created in the following directory,
but can be placed in a common deployment location on another server:
/var/opt/ignite/depots/Rel_B.11.31
5) Create Ignite-UX configuration file
#mk_config -c
eg.
#/opt/ignite/bin/make_config â c /var/opt/ignite/data/Rel_B.11.31/core_cfg
-s 192.168.112.231:/depot/HPUX-11.31
6) Create Index
#manage_index -a -f /var/opt/ignite/data/Rel_B.11.31/core_cfg -r B.11.31
7) Verify and examine the configuration file for following parameters.
(/var/opt/ignite/data/Rel_B.11.31/core_cfg)
source_format= SD
sd_server=
sd_depot_dir=
====================================
sw_source "core" {
description = "HP-UX Core Software"
source_format = SD
sd_server = "192.168.112.231"
sd_depot_dir = "/depot/HPUX-11.31"
source_type = "NET"
load_order = 0
===================================
8) Verify and examine the Index file(/var/opt/ignite/INDEX) for following parameters.
Check for the entry, cfg "HP-UX 11.31 Default"
==================================================
cfg "HP-UX B.11.31 Default" {
description "This selection supplies the default system configuration
that HP supplies for the B.11.31 release."
"/opt/ignite/data/Rel_B.11.31/config"
"/opt/ignite/data/Rel_B.11.31/hw_patches_cfg"
"/var/opt/ignite/data/Rel_B.11.31/core_cfg"
"/var/opt/ignite/config.local"
========================================================
9) Check the entry in /etc/dfs/dfstab and ensure that
NFS is running
.
share -F nfs -o anon=2 -d "Ignite Clients" /var/opt/ignite/clients
share -F nfs -o anon=2,ro -d "HPUX 11.23 Depot" /depot/HPUX-11.23
share -F nfs -o anon=2,ro -d "HPUX 11.31 Depot" /depot/HPUX-11.31
#ps -ef|grep nfsd
10) Check the entries in /etc/inetd.conf for tftpd,bootpd
tftp dgram udp wait root /usr/lbin/tftpd tftpd\
/opt/ignite\
/var/opt/ignite
bootps dgram udp wait root /usr/lbin/bootpd bootpd
11) Collect Client MAC address.
Shell>lanaddress
Shell> lanaddress
LAN Address Information
LAN Address Path
----------------- ----------------------------------------
*Mac(001B787AF2EA) Acpi(HWP0002,PNP0A03,100)/Pci(1|0)/Mac(001B787AF2EA)
Mac(001B787AF2EB) Acpi(HWP0002,PNP0A03,100)/Pci(1|1)/Mac(001B787AF2EB)
Mac(001B787AF2E6) Acpi(HWP0002,PNP0A03,200)/Pci(2|0)/Mac(001B787AF2E6)
Mac(001B787AF2E7) Acpi(HWP0002,PNP0A03,200)/Pci(2|1)/Mac(001B787AF2E7)
12) Edit /etc/bootptab and enter client inforamtions
#vi /etc/bootptab
ignite-defaults:\
ht=ethernet:\
hn:\
bf=/opt/ignite/boot/nbp.efi:\
bs=48
tc=ignite-defaults:\
ha=001B787AF2EA:\
ip=192.168.112.177:\
sm=255.255.0.0:\
gw=192.168.114.252:\
ds=190.1.48.11
13) Restart inetd
#inetd -c
Hope this will help you.
Regards,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-29-2009 03:59 AM
07-29-2009 03:59 AM
Re: How to configure Ignite-UX server on hp-ux itanium 11iv3
Check the following link for more info's.
http://docs.hp.com/en/hpux11iv3.html ==> find Ignite -UX section in this page
Reagrds,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-02-2009 08:40 PM
08-02-2009 08:40 PM
Re: How to configure Ignite-UX server on hp-ux itanium 11iv3
Very very thanks for your valid inputs ,
cheers
kalai.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-03-2009 01:31 AM
08-03-2009 01:31 AM
Re: How to configure Ignite-UX server on hp-ux itanium 11iv3
If your doubts are cleared, you may always appreciate our mates by assigning ponts ...
:)
Regards,
Sooraj
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP