- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite-UX client boot error
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-01-2004 12:34 AM
03-01-2004 12:34 AM
Ignite-UX client boot error
Previously after during an install attempt the it hung after copying the INSTALLFS file to /stand on the client.
The server cannot reboot the client anymore. I'm guessing /opt/ignite/boot/INSTALLFS is corrupt.
I get the message
instl_adm: Cannot read superblock.
instl_adm: Cannot open file: "/opt/ignite/boot/INSTALLFS": Function is not available.
Is it possbible to recreate INSTALLFS?
I don't have a backup as I am still testing.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 01:47 AM
03-01-2004 01:47 AM
Re: Ignite-UX client boot error
Gotta boot off the built in lan card, add in gigabits don't work for boot, though the transfer can be routed after boot through the faster cards.
IT seems counter-intiutive, but its rpobably not the INSALLFS. If the disk checks out that its sitting on its almost always networking
Checklist:
1) lanadmin -x 0 # adjust the number to the card. Make sure 100 BT cards are hard coded in /etc/rc.config.d/hpbtlanconf
2) inst_adm -T test the setup
3) instl_adm -d displays networking setup.
instl_adm -d can be directed to a file, which you can edit and read with instl_adm -f
Server Diagnostic:
tail -f /var/adm/syslog/syslog.log while attempting a client boot. See if you notice anything unusual.
ps -ef | grep boot. There should be two little daemaons running to support proper boot.
netstat -i 3
Will show tranfer stats on the Server NIC.
These tools, may if I'm correct lead you to more information and eventual solution.
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-01-2004 03:56 AM
03-01-2004 03:56 AM
Re: Ignite-UX client boot error
I missed off that
instl_adm: Cannot read superblock.
instl_adm: Cannot open file: "/opt/ignite/boot/INSTALLFS": Function is not available.
was the output from instl_adm -d.
Whilst looking for the problem I vi'd INSTALLFS and edited out what I thought was corruption. So if it wasn't corrupt it is now. Someone shoot me and take away my keyboard!
On the server the header of INSTALLFS was originally missing the servers ip address etc. The client has this information in its INSTALLFS file (except for the ip address being the client not the server). I've got the output of a previous instl_adm -d saved away.
I've moved INSTALLFS on the server to INSTALLFS.old and ftp'd a good copy from the client. The client is 11.00 and the server is 11i.
On the client I have run
instl_adm -d > /tmp/cfg
and then copied the header (changing the server ip address line to match the server) into the previously good output of instl_adm -d on the server before I vi'd INSTALLFS.
I then ran instl_adm -f /tmp/cfg on the server.
instl_adm -T -f INSTALLFS doesn't error
instl_adm -d now works.
The client now reboots, the install moans that the version on the server (B.4.3.91) is different to the version that the client booted (B.4.2.110) The system then halted.
Obviously I need the correct version of INSTALLFS. Is it as simple as copying the file from the original install CD and then running the instl_adm -f /tmp/cfg command again or have I screwed it totally!?
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 04:28 AM
03-01-2004 04:28 AM
Re: Ignite-UX client boot error
Something interesting is that the June 11i install cds have version B.4.3.91 of Ignite-UX and March has version B.4.3.110.
Is it normal to have older versions on newer CDs? Was there a bug with 110?
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:17 AM
03-02-2004 04:17 AM
Re: Ignite-UX client boot error
Does /opt/ignite/bin/INSTALLFS on the ingite server have a relationship to /stand/vmunix on the client?
Prior to the reboot, when my custom script mirrors vg00, lvextend complains that /dev/vg00 is not in the lvmtab.
Worse case should I be looking at reinstalling ignite-ux? I may as well go for a later version. What's the best way to do this to preserve my client configs and software depots?
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2004 02:06 AM
03-03-2004 02:06 AM
Re: Ignite-UX client boot error
I finally got the post scripts os_arch_post_l and os_arch_post_c working.
The problem was that os_arch_post_l runs
rm -f /stand/vmunix
hence the client had no kernel on boot!
The issue with vg00 not being in the lvmtab I think was due to the client hostname not being set correctly by dhcp and the rcp failing to copy /etc/lvmpvg to the client in the post script prior to mirroring.
Regards,
Dave.