- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I add btlan1 to my Ignite bundle?
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
07-09-2001 10:57 AM
07-09-2001 10:57 AM
We are trying to perfect a process whereby we can remotely Ignite a box. However we are running into a problem with a needed driver, btlan1, for our 100baseT cards. How can we add btlan1 to the basic Ignite package so we don't have to go onsite?
Yes, this *is* probably a RTFM question and yes I am busy doing that as we speak, however I would appreciate any assistance you can give me. As I've pointed out previously I am a newly minted HP9000 system administrator (ink is still wet on the Netsysco certificates) and it is time for me to put this book learning into practice. Any assistance you can render to keep me from falling flat on my resume is appreciated. (Hey! I told them to keep the HP3000's, but will they listen? Noooooo, we have to transition to the 9000's)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 12:34 PM
07-09-2001 12:34 PM
Re: How do I add btlan1 to my Ignite bundle?
That golden image is the one that you push out.
This golden image has to be re-imaged for any patched that you add in the future.
We have a process that we follow.
One machine in test lab is the machine that gets all new patches and then it is tested.
Another machine is the golden image machine that gets the patches after they have been tested. This machine is the one that the golden image is made from that gets pushed to any machines that need it or if a disk drive dies.
The patches may be applied to each production machine on an individual basis or re-ignited, whichever is faster or requires less work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 06:22 PM
07-09-2001 06:22 PM
Re: How do I add btlan1 to my Ignite bundle?
You can eigther create a Golden image or you can put the btlan driver in a depot and update the INDEX fle so that after the ignite it will dump the btlan driver from the depot.
You can create golden image with make_sys_image in a fully loaded server (Load your btlan aswell before taking golden image)
Paulson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 06:00 AM
07-11-2001 06:00 AM
Re: How do I add btlan1 to my Ignite bundle?
What i understand is u have the ignite depot and u are trying to ignite a system remotely and you want to add the btlan1 bundle to the core.
If that is the case you can try this out. Have the budle on CD or download it. Go to sam->Software Management->Copy Software to Depot.
It comes to the CD Copy screen and you can select the Source of the Software and the target depot where you want to copy the bundle, in this case it will be the depot path from where ignite is picking up the Core OS.
Once you have added the bundle to the depot, in your next installation through ignite you can select the bundle alongwith the Core OS and it will install the whole thing at the same time.
Hope this helps
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 08:10 AM
07-11-2001 08:10 AM
Solution1) create a depot with the SD bundle(s) you wish to have selectable
Example from CD of 11.00 sw
mount /dev/cdrom /cdrom
#determine bundles on CD
swlist -lbundle -s /cdrom
#create local depot
swcopy -s /cdrom BundleName(s) @ /depot/depotName
2) create Ignite config file
cd /var/opt/ignite/data/Rel_B.11.00
/opt/ignite/bin/make_config -s /depot/depotName -c additional_cfg
3) add the config file to the Ignite INDEX file
/opt/ignite/bin/manage_index -a -f /var/opt/ignite/data/Rel_B.11.00/additional_cfg -r B.11.00
4) check the syntax for sanity
/opt/ignite/bin/instl_adm -T
5) Ignite a machine. You should see the bundles as selectable in the software tab of the Ignite UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2001 01:01 PM
07-13-2001 01:01 PM