- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation Error 11.23
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
09-29-2008 01:24 PM
09-29-2008 01:24 PM
I was trying to install HP-UX 11.23 and received the following error :-
* Bringing up Network (lan0)
ERROR: The ifconfig(1M) command (ifconfig lan0 inet 10.3.90.98 netmask
10.3.90.1 up) failed to enable the lan0 interface (return value: 1).
Check that the system's networking hardware is functioning and
properly connected.
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
Press any key to return to the network configuration menu:
How can I overcome this error
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 01:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 12:01 AM
09-30-2008 12:01 AM
Re: Installation Error 11.23
ifconfig lan0 inet 10.3.90.98 netmask
10.3.90.1 up
looks like you are giving the GW of your network as your netmask.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 12:28 AM
09-30-2008 12:28 AM
Re: Installation Error 11.23
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2008 12:38 AM
09-30-2008 12:38 AM
Re: Installation Error 11.23
fconfig lan0 inet 10.3.90.98 netmask
10.3.90.1 up
I guess 10.3.90.1 is your gateway, but it is not a valid netmask (e.g. 255.255.255.0).
see
http://docs.hp.com/en/B3921-60631/ifconfig.1M.html
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 01:00 PM
10-01-2008 01:00 PM
Re: Installation Error 11.23
ifconfig: ioctl (SIOCSIFNETMASK): bad value
And so I did something like this
#ifconfig 10.3.09.98 up
# route add default 10.3.90.1
add net default: gateway 10.3.90.1: Network is unreachable
# ifconfig lan0
lan0: flags=1843
inet 10.3.90.98 netmask ff000000 broadcast 10.255.255.255
lan0: flags=4800840
inet6 fe80::21c:c4ff:fe39:5f30 prefix 10
# netstat -rn
IPv4 Routing tables:
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 32808
10.3.90.98 10.3.90.98 UH 0 lan0 32808
10.0.0.0 10.3.90.98 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 32808
IPv6 Routing tables:
Destination/Prefix Gateway Flags Refs Interface Pmtu
::1/128 ::1 UH 0 lo0 32808
I am getting "IPv6 Routing tables" .. I donot know how to remove it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 04:42 AM
10-02-2008 04:42 AM
Re: Installation Error 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:00 AM
10-02-2008 05:00 AM
Re: Installation Error 11.23
Was the installation successful?
Are you sure about your netmask (255.0.0.0)?
Do you have more than 1 NIC?
Check with
# lanscan
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:10 AM
10-02-2008 05:10 AM
Re: Installation Error 11.23
# lanadmin -x 0
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:12 AM
10-02-2008 05:12 AM
Re: Installation Error 11.23
The installation is not yet successful...
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/2/0 0x001CC4395F30 0 UP lan0 snap0 1 ETHER Yes 119
LinkAgg0 0x000000000000 900 DOWN lan900 snap900 3 ETHER Yes 119
LinkAgg1 0x000000000000 901 DOWN lan901 snap901 4 ETHER Yes 119
LinkAgg2 0x000000000000 902 DOWN lan902 snap902 5 ETHER Yes 119
LinkAgg3 0x000000000000 903 DOWN lan903 snap903 6 ETHER Yes 119
LinkAgg4 0x000000000000 904 DOWN lan904 snap904 7 ETHER Yes 119
looks like I have only 1 NIC card on this server.
With all this when I try to install HP-UX 11.23 I receive the error :-
ifconfig: ioctl (SIOCSIFNETMASK): bad value
ifconfig: ioctl (SIOCSIFNETMASK): bad value
and it takes me back to the network configuration menu..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:16 AM
10-02-2008 05:16 AM
Re: Installation Error 11.23
The error is telling you that it does NOT like your SUBNET MASK value. Talk to your network team and get the CORRECT subnet mask value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:21 AM
10-02-2008 05:21 AM
Re: Installation Error 11.23
Do you have 2 disks to boot from?
Anyway, check
/etc/rc.config.d/netconf
for the mask.
Is it still 10.3.90.1?
This is not a mask!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:29 AM
10-02-2008 05:29 AM
Re: Installation Error 11.23
On 11.31 do
# ifconfig lan0
or
# nwmgr -v -I 0 -S igelan
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 05:44 AM
10-02-2008 05:44 AM
Re: Installation Error 11.23
lan0:
Interface State =DOWN
Probable Cause for State = Cable disconnect
MAC Address = 0x001CC4395F30
Subsystem = igelan
Interface Type = 1000Base-T
Hardware Path = 0/1/2/0
NMID = 1
Feature Capabilities = Physical Interface
IPV4 Recv CKO
IPV4 Send CKO
VLAN Tag Offload
64Bit MIB Support
IPV4 TCP Segmentation Offload
UDP Multifrag CKO
Feature Settings = Physical Interface
VLAN Tag Offload
64Bit MIB Support
MTU = 1500
Speed = Autonegotiation : On
The link is down. Speed and other link state information are undefined.
Only the configured speed is shown.
# ifconfig lan0
lan0: flags=4800840
inet6 fe80::21c:c4ff:fe39:5f30 prefix 10
I think I was not very clear... Let me tell you the exact seen here :-
I've recently received a PA-Risc Server from HP with Hp-UX 11.31 installed on it...
For some reason the customer dosen't like hp-ux 11.31 and instead he wanted me to install HP-UX 11.23 on it thereby erasing the current OS on it.
And so when I was trying to install 11.23 on it I receive the error:-
ifconfig: ioctl (SIOCSIFNETMASK): bad value
I do not have two different OS running on this server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 06:20 AM
10-02-2008 06:20 AM
Re: Installation Error 11.23
Interface State =DOWN
Probable Cause for State = Cable disconnect
Check if there is a cable!
Where is a cable connected? On the MP (only)?
Regarding the mask problem - you need to use a valid mask!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 07:16 AM
10-02-2008 07:16 AM
Re: Installation Error 11.23
Issue was resolved after replacing the cable...