- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- ProLiant Deployment and Provisioning
- >
- Server name assigned before scripted install
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
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
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
06-22-2005 02:11 AM
06-22-2005 02:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 02:17 AM
06-22-2005 02:17 AM
SolutionHope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 02:19 AM
06-22-2005 02:19 AM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 02:31 AM
06-22-2005 02:31 AM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 02:41 AM
06-22-2005 02:41 AM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:08 AM
06-22-2005 09:08 AM
Re: Server name assigned before scripted install
you can use the sed.exe commando, to change on the fly some values within your unattend.txt file.
let me say you have originaly in your unattend file
computername=*.
By using the sed commando you can search after "computername=*" and replace it with "computername=Myserver_Name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 10:35 AM
06-28-2005 10:35 AM
Re: Server name assigned before scripted install
This is quite easy to do and is useful when you have a new load of servers.
Note down the Serial number(s) of the server(s)either via the white label or via the bios.
Use the import computer option and either import using pre prepared csv file (here is a sample one supplied with RDP)or the add computer option.
Key in the computer name and then key in the serial number in the obvious fields.
( you can also use a MAc address ).
A computer icon will appear and this will be yellow to indicate that it is unrecognized.
once a server has gone through the usual PXE process the server icon should turn to a grey one. This will also work if the computer is showing as a new computer in the RDP console.
Drag your scripted job onto the server and bobs your uncle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2005 05:00 AM
07-06-2005 05:00 AM
Re: Server name assigned before scripted install
ComputerName=%#!computer@right(name,15)%
The line that reads replacetokens...is what does this.
This will set the name to the first 15 charactors of the display name in the console. If you want to change the name of the server, just change it in the console and drop your build script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 10:48 PM
07-18-2005 10:48 PM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:28 PM
07-18-2005 11:28 PM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:29 PM
07-18-2005 11:29 PM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 11:53 PM
07-18-2005 11:53 PM
Re: Server name assigned before scripted install
Thanks for your quick response and for helping me out.
J
rem Install OS
rem bootwork unload
set ss=ss.710
set os=wnet
set unattendfile=wnet.txt
****
call f:\deploy\tools\scripts\wnet.bat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 12:14 AM
07-19-2005 12:14 AM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 04:15 AM
07-19-2005 04:15 AM
Re: Server name assigned before scripted install
j
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 04:41 AM
07-19-2005 04:41 AM
Re: Server name assigned before scripted install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2005 10:50 PM
07-19-2005 10:50 PM