Hi all,
I need to collect basic information on SLES 10 servers.
1- IP address, Mask, Gateway, DNS
2- Volumes mounted
3- MAC address
4- Service Patch installed
5- eDirectory Version
6- Built Date
7- Memory
8- CPU
9- Architecture Type, 32 or 64 bits
I am NEW in Linux and do not know how to gather this information.
ANY HELP WELCOME
THANKS.
–
6567410
6567410’s Profile: http://forums.novell.com/member.php?userid=29220
View this thread: http://forums.novell.com/showthread.php?t=449265
system
December 7, 2011, 3:31pm
2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
supportconfig is how we do it. It comes with SLES 11 but works on
anything SLES 9 or later, OpenSUSE, etc.
http://www.novell.com/communities/node/2332/supportconfig-linuxCached -
Similar
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJO32qyAAoJEF+XTK08PnB5q3EP/iDfXkIdMVASoj87V0UlGbqs
69lxv6wQzbsW9hR2GaEEPaCgWKICIVG44rseicPRYuCJpTi/Y8/GaZ4kcWtdk/Ra
8EM1aj1sCiMVwhPn9flmasGKo9Nq9tqxf0wuZlhPhRL9OsCaDq92cXbTtR280SjC
dr1SGp9Ldl3e+qvYAzDBZUtCb4fJiLPHHHZLT53P70nGn4L+tZET7YdbiVkUuQgQ
GURUTT7ZLzTbpTHLEgOXH9LD1Hm/u/0VXbIN4QYK4oQSSaxqesloVe+mCy01nk2Z
4s8aA2sTGoZajXE2PSsEkcOh+g2JncvEr5xdLNpK0UlB4a0BEJmickvaMpH1c7mI
KN9QePzLYIQ3Pii3HHIUoHZiU02kY5E32OQLcvWazOBCPigzSj1ESuwUH8FBjtGr
Gd4nQhs4v1crTAf4tMmXEY2BTKaUjC+miutNXRL9mswQUD+X2rX7uCH6309NKbO5
ItEzS3FtuNIhwH3E5teI8PXQpb09ThX1jMxmugjZWegjoyX/doi93RkS9nhrQml7
uzGI2AhvE3N2WbuLNdcx02RiOBAUyZmJWILrWuAyHzCT5m/WWMpaC+R8UMBMxE1E
AGWbMoMZb28HO7mJiC8od4NxTk5jHE5X3kwmMDw3S3kpShPgbDsCK6hYjqVWVRS1
fuG2P1UfxGcpcnrQ+fLM
=XAH3
-----END PGP SIGNATURE-----
system
December 7, 2011, 3:43pm
3
On 07/12/2011 13:16, 6567410 wrote:
[color=blue]
I need to collect basic information on SLES 10 servers.
1- IP address, Mask, Gateway, DNS[/color]
ifconfig
route
cat /etc/resolv.conf
[color=blue]
2- Volumes mounted[/color]
mount
[color=blue]
3- MAC address[/color]
ifconfig
[color=blue]
4- Service Patch installed[/color]
cat /etc/*release
[color=blue]
5- eDirectory Version[/color]
ndsstat
rpm -qa | egrep ‘eDirectory|NDS’
[color=blue]
6- Built Date[/color]
wtmp | grep begins
[color=blue]
7- Memory[/color]
cat /proc/meminfo
[color=blue]
8- CPU[/color]
lscpu
[color=blue]
9- Architecture Type, 32 or 64 bits[/color]
arch
uname -m
i?86 = 32-bit, x86_64 = 64-bit
[color=blue]
I am NEW in Linux and do not know how to gather this information.
ANY HELP WELCOME[/color]
If you’re using SUSE Linux or Novell Open Enterprise Server (OES) then
you can also use supportconfig
HTH.
Simon
Novell Knowledge Partner (NKP)
Do you work with Novell technologies at a university, college or school?
If so, your campus could benefit from joining the Novell Technology
Transfer Partner (TTP) program. See TTP Organization | Micro Focus for more details.
system
December 7, 2011, 4:46pm
4
MANY THANKS, BUT I AM NOT ALLOWED TO INSTALL ANYTHING ON THESE SERVER
–
6567410
6567410’s Profile: http://forums.novell.com/member.php?userid=29220
View this thread: http://forums.novell.com/showthread.php?t=449265
system
December 7, 2011, 4:46pm
5