Is there a way to check the specs of XG appliance thru web portal?
This thread was automatically locked due to age.
Is there a way to check the specs of XG appliance thru web portal?
Sure, It's Linux at the end.
You can SSH (Go to the Console) in your XG and go to the "Advanced Shell" (Option 5 then Option 3);
You can execute "cat /proc/cpuinfo" to get information about your CPU, and you can execute "lspci -vvv" to get information about your NIC's and other PCI stuff.
You can also use "dmidecode --type 17" to get information about your RAM.
Also what kind of specs you would like to know about the XG 330?
Thanks!