Sponsored Content
Operating Systems Solaris ILOM Configuration in Galaxy x4100 server Post 302098824 by sure.solaris on Thursday 7th of December 2006 01:50:13 AM
Old 12-07-2006
MySQL ILOM Configuration in Galaxy x4100 server

Hai All

I rquire a small help for Galaxy x4100 server, when we are trying to sepup
ILOM through CLI it gives following error on commitpending=true steps.

set pendingipaddress=172.21.142.158

Set 'pendingipaddress' to '172.21.142.158'

-> set pendingipgateway=172.21.142.5
Set 'pendingipgateway' to '172.21.142.5'

-> set pendingipnetmask=255.255.255.0
Set 'pendingipnetmask' to '255.255.255.0'

-> set pendingipdiscovery=static
Set 'pendingipdiscovery' to 'static'

-> set commitpending=true
set: Invalid command syntax
Usage: set [target] <property>=value> [<property>=<value>...]


-> show

/SP/network
Targets:

Properties:
commitpending = (Cannot show property)
ipaddress = (none)
ipdiscovery = (none)
ipgateway = (none)
ipnetmask = (none)
macaddress = (none)
pendingipaddress = 172.21.142.158
pendingipdiscovery = static
pendingipgateway = 172.21.142.5
pendingipnetmask = 255.255.255.0

Commands:
cd
set
show
When we try to setup ILOM ip address through BIOS it displays message BMC
not responding.

Is there any recomended Bug fixing patch for this

Rgds
Suresh
 

9 More Discussions You Might Find Interesting

1. SCO

Print server configuration

Hi, Any one can help me to configure print server in SCO Unixware. I don't have any idea in this context. Any help would be highly appreciated. Best Regards, Tayyab (1 Reply)
Discussion started by: tayyabq8
1 Replies

2. Linux

FTP server configuration!

Hello, I use fedora linux. I want to configure my FTP server. Actually, I don't know anything about this server except that I know I have installed it. Please guide me with this. Thx (1 Reply)
Discussion started by: HSN
1 Replies

3. Solaris

ntp server configuration

hi Please give me the configuration steps for NTP server. How do i sync other servers with this NTP server thanks to all (1 Reply)
Discussion started by: sijocg
1 Replies

4. Solaris

ILOM question on T5120 server

I have a T5120 server and we found out on a security scan that the web interface for the ILOM is enabled. I have been trying to find this information in the wonderful documentation but have not been successful. Does anyone know if you need the http/https enabled on the ILOM for the serial... (4 Replies)
Discussion started by: rkruck
4 Replies

5. Solaris

Access to ILOM (V440 server)

I have ALOM working on our V440 server but is there a way to get ILOM working on this server? (8 Replies)
Discussion started by: New2Sol
8 Replies

6. SCO

Server Configuration

hi, I am new to this forum as well new to unix . i also wish to know the commands to find out the configuration of our server. i did try these commands uname -a and it gave this unixware agk2 5 7.1.4 i386 x86at sco unix - svr5. i did try out these commands to get more info on cpu... (11 Replies)
Discussion started by: lacchhii
11 Replies

7. Solaris

Sunfire X4100 server

Hi, I am currently on Sunfire X4100. This server doesn't have CDROM drive. Also I can't get to the OK prompt. From my laptop, I am connected to the management port using the Cisco Blue cable. Please advise how can I get to the OK prompt. Also the server is so loud. Will the FAN cool... (1 Reply)
Discussion started by: samnyc
1 Replies

8. Hardware

Multi-bit ECC Error on X4100 M2 Server Sun Fire

I have a problem, I have been installing Redhat Interprise Linux on X4100 M2 Server, when system is reboot after install, the server is restart (reboot) again (alias unlimited). The bios system show message error "Multi-bit ECC Error" and "bank interleave requested but not enable" I have... (5 Replies)
Discussion started by: hhaswan
5 Replies

9. Web Development

SMTP Server Configuration

Hello list, I want to be able to send email directly from my linux box. I have both a CentOS and Debian installation. I am by no means an expert when it comes to all of the SMTP servers. I have been testing different configs by installing and uninstalling sendmail, postfix, and exim4. ... (2 Replies)
Discussion started by: landossa
2 Replies
netmasks(4)                                                        File Formats                                                        netmasks(4)

NAME
netmasks - network mask database SYNOPSIS
/etc/inet/netmasks /etc/netmasks DESCRIPTION
The netmasks file contains network masks used to implement IP subnetting. It supports both standard subnetting as specified in RFC-950 and variable length subnetting as specified in RFC-1519. When using standard subnetting there should be a single line for each network that is subnetted in this file with the network number, any number of SPACE or TAB characters, and the network mask to use on that network. Network numbers and masks may be specified in the conventional IP `.' (dot) notation (like IP host addresses, but with zeroes for the host part). For example, 128.32.0.0 255.255.255.0 can be used to specify that the Class B network 128.32.0.0 should have eight bits of subnet field and eight bits of host field, in addition to the standard sixteen bits in the network field. When using variable length subnetting, the format is identical. However, there should be a line for each subnet with the first field being the subnet and the second field being the netmask that applies to that subnet. The users of the database, such as ifconfig(1M), perform a lookup to find the longest possible matching mask. It is possible to combine the RFC-950 and RFC-1519 form of subnet masks in the net- masks file. For example, 128.32.0.0 255.255.255.0 128.32.27.0 255.255.255.240 128.32.27.16 255.255.255.240 128.32.27.32 255.255.255.240 128.32.27.48 255.255.255.240 128.32.27.64 255.255.255.240 128.32.27.80 255.255.255.240 128.32.27.96 255.255.255.240 128.32.27.112 255.255.255.240 128.32.27.128 255.255.255.240 128.32.27.144 255.255.255.240 128.32.27.160 255.255.255.240 128.32.27.176 255.255.255.240 128.32.27.192 255.255.255.240 128.32.27.208 255.255.255.240 128.32.27.224 255.255.255.240 128.32.27.240 255.255.255.240 128.32.64.0 255.255.255.192 can be used to specify different netmasks in different parts of the 128.32.0.0 Class B network number. Addresses 128.32.27.0 through 128.32.27.255 have a subnet mask with 28 bits in the combined network and subnet fields (often referred to as the subnet field) and 4 bits in the host field. Furthermore, addresses 128.32.64.0 through 128.32.64.63 have a 26 bits in the subnet field. Finally, all other addresses in the range 128.32.0.0 through 128.32.255.255 have a 24 bit subnet field. Invalid entries are ignored. SEE ALSO
ifconfig(1M), inet(7P) Postel, Jon, and Mogul, Jeff, Internet Standard Subnetting Procedure, RFC 950, Network Information Center, SRI International, Menlo Park, Calif., August 1985. V. Fuller, T. Li, J. Yu, K. Varadhan, Classless Inter-Domain Routing (CIDR): an Address Assignment and Aggregation Strategy, RFC 1519, Network Information Center, SRI International, Menlo Park, Calif., September 1993. T. Pummill, B. Manning, Variable Length Subnet Table For IPv4, RFC 1878, Network Information Center, SRI International, Menlo Park, Calif., December 1995. NOTES
/etc/inet/netmasks is the official SVr4 name of the netmasks file. The symbolic link /etc/netmasks exists for BSD compatibility. SunOS 5.10 7 Jan 1997 netmasks(4)
All times are GMT -4. The time now is 11:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy