- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Seeking description or table listing hidden kernel...
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
06-07-2002 05:23 AM
06-07-2002 05:23 AM
Seeking description or table listing hidden kernel variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 05:42 AM
06-07-2002 05:42 AM
Re: Seeking description or table listing hidden kernel variables
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2002 12:26 PM
06-07-2002 12:26 PM
Re: Seeking description or table listing hidden kernel variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 08:20 AM
06-08-2002 08:20 AM
Re: Seeking description or table listing hidden kernel variables
I'm not sure I follow you here... are you talking about hardware paths as shown in an ioscan? Can you be more specific about what your problem is.
HTH
DUncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2002 01:15 PM
06-08-2002 01:15 PM
Re: Seeking description or table listing hidden kernel variables
The problem with "messing" with "hidden" kernel parameters is that you could easily "toast" your machine. You should contact HP directly and ask for third level support where they can guide you through the issues. If you take it upon yourself you will probably end up rebuilding your system. Make sure you take a good tape_make_recovery.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 05:33 AM
06-10-2002 05:33 AM
Re: Seeking description or table listing hidden kernel variables
I know that tinkering with the hidden variables is somewhat dangerous. However, I am not concerned with screwing up this machine. I have made complete as well as changed backups since I began setting this machine up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 05:46 AM
06-10-2002 05:46 AM
Re: Seeking description or table listing hidden kernel variables
http://www.hp.com/products1/vmesystems/support/doc_vme/
And particularly chapter 9 of this document on backplane networking:
http://www.hp.com/products1/vmesystems/support/doc_vme/A4412-90022.pdf
Cheers
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 05:39 AM
07-12-2002 05:39 AM
Re: Seeking description or table listing hidden kernel variables
Note that the patch numbers may be different now... and of course YMMV, #include
Please consult the manual "VME Services for HP-UX 10 and 11". An online
version of this manual is located at: http://www.hp.com/products1/vmesystems/support/doc_vme/
The document number is A4412-90022, and it is in Adobe Acrobat format.
Please reference chapters 7 - "Installing VME Devices", 8 - "Configuring
VME Devices" and 9 - "Backplane Networking at 10.20 and later releases".
To install VME-Services, the basic step to be taken are -
1) If it is not already on your system, install VME-Services software from
Core O/S CD-ROMs
To check if VME-Services are installed
# swlist VME-Services
You should see output such as
# Initializing...
# Contacting target "host"...
#
# Target: host:/
#
# VME-Services B.10.20
HP-UX VME Services
VME-Services.VME-BPN B.10.20 VME
Backplane Networking
VME-Services.VME-KRN B.10.20
VME Services and Configuration Program
VME-Services.VMEC-ENG-A-MAN B.10.20
If you see the above output, you have VME-Services installed.
2) Install VME Services Patch PHKL_18872 and VME Configuration Patch
PHCO_11715
3) Add vme2 (and bpn, if necessary for backplane networking) to the
kernel using SAM and reboot.
4) Edit your vme.CFG configuration file to specify your configuration
information. Syntax of vme.CFG can be check with vme_config(1M),
example
# vme_config -c vme.CFG
Correct any error before continuing. See VME-Service documentation
for details.
5) Use vme_config(1M) to set the appropriote CPU number for this board,
example
# vme_config -N 0
for slot 1 controller board.
6) Run vme_config(1M) to save the configuration in EEPROM,
example
# vme_config -f vme.CFG
7) If necessary for backplane networking, run bp_config(1M) to update
EEPROM with backplane information, example
# bp_config -f vme.CFG
8) Edit /etc/rc.config.d/netconf to enable backplane networking at boot up,
example
# LAN stuff
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=32.0.0.1
SUBNET_MASK[0]=255.255.254.0
BROADCAST_ADDRESS[0]=""
LANCONFIG_ARGS[0]="ether"
DHCP_ENABLE[0]=0
# bpn stuff
INTERFACE_NAME[1]=bp0
IP_ADDRESS[1]=192.0.0.1
SUBNET_MASK[1]=255.255.254.0
BROADCAST_ADDRESS[1]=""
Please note that your setting for IP addresses and subnet masks will most
likely be different. At least I hope so!
9) Reboot
10) Run VME successfully! When the system boots up, you will notice
that the red light is no longer on. This indicates that
VME-Services is installed