(imported topic written by SystemAdmin)
Im trying to get swap space on all Linux boxs and I get an error (below) it doesn’t seem to be related to version or really anything, more then 3/4 of the systems return an error
is there another way to get swap space
Q: name of operating system
A: Linux SuSE Enterprise Server 10
T: 7120122
Q: if (name of operating system as lowercase does not contain “win”) then ((size of swap /1024/1024) as string & " MB") else “”
E: Singular expression refers to nonexistent object.
T: 33056256
Q: if (name of operating system as lowercase does not contain “win”) then ((free amount of swap /1024/1024) as string & " MB") else “”
E: Singular expression refers to nonexistent object.
T: 8367218
Q: if (name of operating system as lowercase does not contain “win”) then ((used amount of swap /1024/1024) as string & " MB") else “”
E: Singular expression refers to nonexistent object.
T: 5472982