sysfs-firmware-sgi_uv 892 B

123456789101112131415161718192021222324252627
  1. What: /sys/firmware/sgi_uv/
  2. Date: August 2008
  3. Contact: Russ Anderson <rja@sgi.com>
  4. Description:
  5. The /sys/firmware/sgi_uv directory contains information
  6. about the SGI UV platform.
  7. Under that directory are a number of files::
  8. partition_id
  9. coherence_id
  10. The partition_id entry contains the partition id.
  11. SGI UV systems can be partitioned into multiple physical
  12. machines, which each partition running a unique copy
  13. of the operating system. Each partition will have a unique
  14. partition id. To display the partition id, use the command::
  15. cat /sys/firmware/sgi_uv/partition_id
  16. The coherence_id entry contains the coherence id.
  17. A partitioned SGI UV system can have one or more coherence
  18. domain. The coherence id indicates which coherence domain
  19. this partition is in. To display the coherence id, use the
  20. command::
  21. cat /sys/firmware/sgi_uv/coherence_id