Skip to main content
  1. Home >
  2. Products >
  3. Computing Products >
  4. Servers >
  5. Fujitsu SPARC servers >
  6. Downloads >
  7. User Manuals >
  8. Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 System Operation and Administration Guide >
  9. 3.9.8 Enabling/Disabling the XSCF Network and Setting an XSCF-LAN IP Address and Net Mask

3.9.8 Enabling/Disabling the XSCF Network and Setting an XSCF-LAN IP Address and Net Mask


3.9.8 Enabling/Disabling the XSCF Network and Setting an XSCF-LAN IP Address and Net Mask
To confirm the network interface information that is set for the XSCF, use the shownetwork command. Also, to configure the network interface used by the XSCF, use the setnetwork command. Execute the setnetwork command with a user account that has the platadm privilege.
  1. Execute the shownetwork command to display information on all XSCF network interfaces.
XSCF> shownetwork -a
bb#00-lan#0
Link encap:Ethernet HWaddr 00:00:00:12:34:56
inet addr: 192.168.11.10 Bcast: 192.168.11.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:54424 errors:0 dropped:0 overruns:0 frame:0
TX packets:14369 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:12241827 (11.3 MiB) TX bytes:1189769 (0.9 MiB)
Base address:0x1000
lan#0 Link encap:Ethernet HWaddr 00:00:00:12:34:56
inet addr:192.168.11.11 Bcast:192.168.11.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Base address:0xe000
bb#00-lan#1
:
  1. Display XSCF-LAN#0 or XSCF-LAN#1 information.
    The following example displays the XSCF-LAN#1 network interface information for BB#00 (master XSCF).
XSCF> shownetwork bb#00-lan#1
bb#00-lan#1
Link encap:Ethernet HWaddr 00:00:00:12:34:57
inet addr:192.168.10.10 Bcast: 192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:54424 errors:0 dropped:0 overruns:0 frame:0
TX packets:14369 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20241827 (19.3 MiB) TX bytes:2089769 (1.9 MiB)
Base address:0x1000
  1. Execute the setnetwork command with network interface information specified.
    The following example sets the IP address 192.168.1.10 and the net mask 255.255.255.0 for XSCF-LAN#0 of BB#00 to enable the XSCF-LAN.
XSCF> setnetwork bb#00-lan#0 -m 255.255.255.0 192.168.1.10
  1. The following example disables XSCF-LAN#1 of BB#00.
XSCF> setnetwork bb#00-lan#1 -c down
  1. The following example deletes the set IP address and net mask of XSCF-LAN#1 of BB#00.
XSCF> setnetwork -r bb#00-lan#1
You specified '-r' interface remove option.
So, we delete routing information that interface corresponds.
Continue? [y|n] :y
If you choose 'y'es, you must execute 'applynetwork' command for application.
Or you choose 'y'es, but you don't want to apply, you execute 'rebootxscf' for reboot.
  1. Execute the applynetwork and rebootxscf commands to reflect the XSCF network interface settings made.
Note - You can also reflect the takeover IP address, SSCP IP address, XSCF host name, XSCF domain name, XSCF routing, DNS for the XSCF, and other settings made, by executing the applynetwork and rebootxscf commands.
XSCF> applynetwork
The following network settings will be applied:
bb#00 hostname :hostname-0
bb#01 hostname :hostname-1
DNS domain name :example.com
nameserver :10.23.4.3

interface :bb#00-lan#0
status :up
IP address :10.24.144.214
netmask :255.255.255.0
route : -n 0.0.0.0 -m 0.0.0.0 -g 10.24.144.1
(Omitted)
XSCF> rebootxscf -a
The XSCF will be reset. Continue? [y|n] :y
  1. The XSCF reboot disconnects the XSCF session, so log in again.
  1. Execute the shownetwork command, and confirm the XSCF network interface information.