Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4515

August 5th, 2013 06:00

List Cluster GUID via CLI

Hello,

i need to find a way to Display the Cluster GUID via the Command Line. Within the WebGUI i can find it, but i can´t find a CLI Command to Display it.

Any Idea´s?

regards,

Martin

9 Posts

August 7th, 2013 07:00

Use the command-line interface

  1. Open an SSH connection on any node in the cluster and log on using the "root" account.
  2. Run the following command from the command line:

    grep -A1 serial /etc/ifs/array.xml | grep guid
    Output similar to the following is displayed: 001b21914dfcf4db774e300f0dff9f712c34

Alternatively, you can run a python script if you need to retrieve the GUID programmatically:

  • Run the following command from the command line:

    python -c "import isi.config.arrcfg as ac;cfg = ac.config_load(); print cfg.guid"
    Output similar to the following is displayed:001b21914dfcf4db774e300f0dff9f712c34

1 Message

January 14th, 2021 00:00

Hello

you can find GUID also via GUI, under General Settings.

 

cheers,

No Events found!

Top