Oracle® Fabric OS 1.0.2 Command Reference

Exit Print View

Updated: November 2016
 
 

set system

The set system commands perform a variety of tasks: enforcing password strength, enabling jumbo packets to increase throughput, setting a default gateway, searching domains, and so on.

Syntax

set system address system-addr [–noconfirm]
set system default-gateway gateway-IP [–noconfirm]
set system description value [–noconfirm]
set system domain domain [–noconfirm]
set system domain-search domains [–noconfirm]
set system hostname host-name [–noconfirm]
set system ipconfig {default|dhcp|static} [–noconfirm]
set system jumbo-packet {true|false} [–noconfirm]
set system loglevel service-name
set system management-interface [–address=IP]
set system management-interface [–default-gateway=gateway-IP] [–noconfirm]
set system management-interface [–hostname=value] [–noconfirm]
set system management-interface [–ipconfig={default|dhcp|static}] [–noconfirm]
set system management-interface [–netmask=network-IP]
set system management-interface nameserver [–noconfirm]
set system management-interface netmask mask [–noconfirm]
set system nameservers nameserver-address [–order=search-value]
set system netmask mask [–noconfirm]
set system password-strength [–min-length=min-length-value] [–min-lower-case
     =min-lower-case-value] [–min-number=min-number-value]
     [–min-special=min-special-value] [–min-upper-case=min-upper-case-value]
set system root-password [–noconfirm]
set system timezone [–noconfirm]

where:

  • domain is the name of the domain you are configuring.

  • domains is a list of domain names, separated by spaces and enclosed by quotes.

  • gateway-IP is the IP address of the default gateway.

  • host-name is the hostname (for example, Central).

  • mask is the system netmask (for example 192.168.189.0).

  • nameserver-addr is the IP address of the nameserver (for example, 192.168.3.56).

  • service-name is the name of the service for which you want to generate logs.

  • system-addr is the IP address of your system (for example, 192.168.1.3).

  • value is text describing the system.

This command has subcommands. This table describes the subcommands and provides the syntax.

Subcommand
Description
address
Specifies an IP address for the fabric interconnect. To use the fabric interconnect's management interface remotely, you must configure an IP address and prefix length for the interface. You configure these parameters when you first run the installation wizard at the console port. If you have changes to your management network, you might need to change the IP address for the fabric interconnect.
default-gateway
Specifies the IP address of the default gateway.
description
Specifies a description for the system.
domain
Specifies the name of the domain (for example, sales.example.com).
domain-search
Lists the domain names, separated by a space and enclosed by quotes.
hostname
Specifies the hostname (for example, central or pubstest).
ipconfig
Specifies a static or DHCP IP address:
  • default – The default is a static address.

  • dhcp – A DHCP-assigned address.

  • static – A static address.

jumbo-packet
Determines the throughout for Oracle FCAs:
  • default – Enables support for jumbo packets.

  • true – Enables support for jumbo packets.

  • false – Disables support for jumbo packets.

Up to 10,000 jumbo frames are supported for an Ethernet gateway.
loglevel
Determines the level of error logging for each service.
management-interface
Specifies the IP address and other related parameters for the network interfaces for the switch.
nameservers
Lists the name servers (comma-separated IP addresses) to access when the system connects to another server over the network. Three nameservers are allowed per chassis.
netmask
Specifies the network IP mask (for example, 255.255.255.0).
password-strength
Enforces password strength.
root-password
Changes the root password. The default root password is root.
timezone
Specifies the time zone to use for the fabric interconnect.

Options

Option
Description
–address
Specifies the IP address or netmask of the management interface. For example, 192.168.3.56/24.
–default gateway
Specifies the IP address of the default gateway.
–hostname
Specifies the host name.
–ipconfig
Specifies a static or DHCP IP address:
  • default – The default is a static address.

  • dhcp – A DHCP-assigned address.

  • static – A static address.

–min-length
Specifies a number from 0 to 20 that sets the minimum number of characters in the password.
–min-lower-case
Specifies a number from 0 to 20 that sets the minimum number of lower case letters in the password.
-min-number
Specifies a number from 0 to 20 that sets the minimum number of numbers in the password.
-min-special
Specifies a number from 0 to 20 that sets the minimum number of special characters in the password.
-min-upper-case
Specifies a number from 0 to 20 that sets the minimum number of upper case letters in the password.
-netmask
Specifies the IP netmask. For example, 255.255.255.0.
-noconfirm
Switches off confirmation prompts. The process completes without prompting you for confirmation. The argument automatically answers yes to any prompts.
-order
Specifies which of the three allowed nameservers to access first.

Example: Set Jumbo Frames

This examples shows how to configure jumbo frames on the virtualization switch, which can increase the throughput for Oracle FCAs.

[OFOS] set system jumbo-packet true
show system info
-------------------------------------------------------
hostname               ovn81-123
descr
domain                 us.example.com
address                10.134.178.65
netmask                10.255.255.0
model-num              Oracle Fabric Interconnect F2-12
serial-num             To be filled by O.E.M.
ipconfig               static
default-gateway        10.128.9.86.1
mtu                    1500
support-jumbo-packet   true
timezone               GMT
nameservers
console-speed          115200
--------------------------------------------------------
1 record displayed

There is no progress indicator or completion message. When the command prompt returns, the command has completed.

Example: Change the Management Address of the Fabric Interconnect

This example show how to change the IP address to 192.168.3.56 and the host name to SalesCentral for the management interface.

[OFOS] set system management-interface -address 192.168.3.56
[OFOS] set system management-interface -hostname SalesCentral
[OFOS] show system info
---------------------------------------------------------
hostname              SalesCentral
descr
domain
address               192.168.3.56
netmask               192.255.255.0
model-num             Oracle Fabric Interconnect F2-12
serial-num            unknown
ipconfig              static
default-gateway       10.129.86.1
mtu                   1500
support-jumbo-packet  true
timezone              US_Pacific
nameservers
console-speed         115200
-----------------------------------------------------------
1 record displayed