VIRTUTECH CONFIDENTIAL Previous - Up - Next
taco-system
- Provided by
-
fiesta-components
- Class Hierarchy
-
conf-object → log-object → component → top-component → taco-system
- Interfaces Implemented
-
log_object, component
- Description
-
The "taco-system" component represents a Sun Blade 1500 single processor workstation mother-board with all on-board devices except the south-bridge and PCI devices.
Attributes
- Attributes inherited from class conf-object
-
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
-
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attributes inherited from class component
-
connections, connectors, instantiated, object_list, object_prefix, top_component, top_level
- Attributes inherited from class top-component
-
components, cpu_list
- Attribute List
-
- cpu_frequency
- Required attribute; read/write access; type: Integer.
Processor frequency in MHz.
- hostid
- Required attribute; read/write access; type: Integer.
The hostid of the machine.
- mac_address
- Required attribute; read/write access; type: String.
The main MAC address is the machine.
- memory_megs
- Pseudo attribute; read-only access; type: Integer.
The amount of RAM in mega-bytes in the machine.
- rtc_time
- Required attribute; read/write access; type: String.
The date and time of the Real-Time clock.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
Command Descriptions
-
<taco-system>.get-nvram-hostid
- Synopsis
-
<taco-system>.get-nvram-hostid
- Description
-
Reads the Sun hostid from the NVRAM.
- See Also
-
<taco-system>.set-nvram-hostid, <taco-system>.get-nvram-mac, <taco-system>.set-nvram-mac
-
<taco-system>.get-nvram-mac
- Synopsis
-
<taco-system>.get-nvram-mac
- Description
-
Reads the default MAC address from the NVRAM.
- See Also
-
<taco-system>.get-nvram-hostid, <taco-system>.set-nvram-hostid, <taco-system>.set-nvram-mac
-
<taco-system>.get-prom-env
- Synopsis
-
<taco-system>.get-prom-env ["variable"]
- Description
-
Prints an OBP variable with its value, or all variables if no argument is specified. Only variables with string, integer, boolean and enumeration types are supported.
- See Also
-
<taco-system>.set-prom-env
-
<taco-system>.info
- Synopsis
-
<taco-system>.info
- Description
-
Print detailed information about the configuration of the device.
-
<taco-system>.set-nvram-hostid
- Synopsis
-
<taco-system>.set-nvram-hostid hostid
- Description
-
Writes the Sun hostid into the NVRAM.
- See Also
-
<taco-system>.get-nvram-hostid, <taco-system>.get-nvram-mac, <taco-system>.set-nvram-mac
-
<taco-system>.set-nvram-mac
- Synopsis
-
<taco-system>.set-nvram-mac "mac"
- Description
-
Writes the default MAC address into the NVRAM.
- See Also
-
<taco-system>.get-nvram-hostid, <taco-system>.set-nvram-hostid, <taco-system>.get-nvram-mac
-
<taco-system>.set-prom-defaults
- Synopsis
-
<taco-system>.set-prom-defaults
- Description
-
Restores all OBP variables to their default values.
- See Also
-
<taco-system>.set-prom-env, <taco-system>.get-prom-env
-
<taco-system>.set-prom-env
- Synopsis
-
<taco-system>.set-prom-env "variable" (int|"string")
- Description
-
Sets the value of an OBP variable in the NVRAM. Only variables with string, integer, boolean and enumeration types are supported.
- See Also
-
<taco-system>.get-prom-env
-
<taco-system>.status
- Synopsis
-
<taco-system>.status
- Description
-
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next