- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Using lanadmin on HP-UX 11.00
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
08-08-2003 01:50 PM
08-08-2003 01:50 PM
Using lanadmin on HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 01:58 PM
08-08-2003 01:58 PM
Re: Using lanadmin on HP-UX 11.00
works on one of my 11.0 boxes. You may just need to get the latest LAN cumulative patch and try it. The latest for 11.0 is :
PHNE_28413
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_28143&context=hpux:800:11:00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:00 PM
08-08-2003 02:00 PM
Re: Using lanadmin on HP-UX 11.00
Make sure you have PHNE_27201 installed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:02 PM
08-08-2003 02:02 PM
Re: Using lanadmin on HP-UX 11.00
I have checked on one of our 11 systems and this option is available
Have you checked your patch levels,
Latest are
s700_800 11.00 PCI 100BT lan cumulative patch PHNE_25580
s700_800 11.00 LAN product cumulative patch PHNE_28143
s700_800 11.00.[04-16] APA cumulative patch PHNE_28777
My machine has
PHKL_21165
N/L class,I/O pdir,q4,SBA,iomap,HPMC/gelan
PHNE_19079 1.0 PCI 100BT lan cumulative patch
PHNE_19754 1.0 LAN product cumulative patch
PHNE_22962 1.0 LAN product cumulative patch
PHNE_24006 1.0 PCI 100BT lan cumulative patch
PHNE_25580 1.0 PCI 100BT lan cumulative patch
PHNE_26250 1.0 LAN product cumulative patch
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:20 PM
08-08-2003 02:20 PM
Re: Using lanadmin on HP-UX 11.00
It should however work if patched(prior answer) on any 10/100 card.
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
08-08-2003 02:51 PM
08-08-2003 02:51 PM
Re: Using lanadmin on HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 03:44 PM
08-08-2003 03:44 PM
Re: Using lanadmin on HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 08:36 AM
08-11-2003 08:36 AM
Re: Using lanadmin on HP-UX 11.00
here you go:
#!/sbin/sh
# Shell script that display the lan card # input to script
# for 10.20 replace ppa $1 with nmid $1
/usr/sbin/lanadmin -t <
ppa $1
display
quit
EOF
HTH,
-> Brian