- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- GUID/UUID on Proliant Servers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2007 08:33 PM
тАО10-14-2007 08:33 PM
GUID/UUID on Proliant Servers
In the Bios Settings of the DL 380 G4 i just find a 16-Character-String.
Can someone please help me to find the required 32-Character-String or does HP not support the Microsoft AD?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-16-2007 02:46 AM
тАО10-16-2007 02:46 AM
Re: GUID/UUID on Proliant Servers
I am fairly certain that HP supports AD given that MS uses HP systems (among others) to develop on.
adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-18-2007 02:09 AM
тАО10-18-2007 02:09 AM
Re: GUID/UUID on Proliant Servers
On Error Resume Next
dim fsObj
dim sServerList
dim sServer
dim strComputer
Const ForReading = 1
' EDIT THE SECOND LINE BELOW FOR THE SERVER LIST FILE YOU WISH TO USE
' FILE SHOULD CONTAIN ONE SERVER NAME PER LINE
Set fsObj = CreateObject("Scripting.FileSystemObject")
Set sServerList = fsObj.OpenTextFile("c:\server_list_file.txt", ForReading)
strComputers = sServerList.ReadAll
sServerList.Close
arrComputers = Split(strComputers, vbCrLf)
Set objShell = CreateObject("WScript.Shell")
Wscript.Echo "ServerName" & vbTab & "IdentifyingNumber" & vbTab & "Name" & vbTab & "UUID" & vbTab & "Vendor" & vbTab & "Version"
For Each strComputer In arrComputers
strCommand = "%comspec% /c ping -n 3 -w 1000 " & strComputer
Set objExecObject = objShell.Exec(strCommand)
strText = objExecObject.StdOut.ReadAll
If Instr(strText, "TTL") > 0 Then
Set objWMIService = GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colSettings = objWMIService.ExecQuery ("Select * from Win32_ComputerSystemProduct")
For Each objComputer in colSettings
Wscript.Echo strComputer & vbTab & objComputer.IdentifyingNumber & vbTab & objComputer.Name & vbTab & objComputer.UUID & vbTab & objComputer.Vendor & vbTab & objComputer.Version
Next
Else
Wscript.Echo strComputer & vbTab & "could not be reached."
End If
Next
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2007 07:11 PM
тАО10-24-2007 07:11 PM
Re: GUID/UUID on Proliant Servers
When the Computer starts the UUID will shown on the NIC-Information-Screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-23-2008 10:08 PM
тАО07-23-2008 10:08 PM
Re: GUID/UUID on Proliant Servers
1. Logon to iLO with ssh.
2. Type VSP command
3. type id.