Install Linux on remote server from Windows PC


 
Thread Tools Search this Thread
Operating Systems Linux Install Linux on remote server from Windows PC
# 1  
Old 08-13-2009
Install Linux on remote server from Windows PC

I am very new with servers and have never used Linux. The server I'm looking at is not currently connected to anything, and I wish to install Linux on this server. It doesn't have a monitor (no video card) or keyboard. It does have a DVD. Can I communicate with that server using a Windows PC to start the process of installing Linux?

Or is there another method for communicating with the server to get the OS installed? Sorry for the extremely simple questions. Id appreciate help if someone doesn't mind going down to basics with me.Smilie

Thank you ahead of time.
# 2  
Old 08-13-2009
If that server has some kind of built-in remote management capability (like HP's Integrated Lights Out or Dell's Remote Access Controller): yes, it's possible.

Otherwise, most distributions support setup via SSH. You'll have to attach at least a monitor and keyboard for a short while, and as soon as SSH access is possible you can continue the setup over the network.
# 3  
Old 08-13-2009
Quote:
Originally Posted by pludi
If that server has some kind of built-in remote management capability (like HP's Integrated Lights Out or Dell's Remote Access Controller): yes, it's possible.

Otherwise, most distributions support setup via SSH. You'll have to attach at least a monitor and keyboard for a short while, and as soon as SSH access is possible you can continue the setup over the network.
Thank you, I'll try that. So I need to add a video card first, right? This was a custom built server, so there is nothing on the drive yet.
# 4  
Old 08-13-2009
The drive is not the relevant part. The concept pludi discussed was about an integrated lights out controller, that is built onto the machine that allows direct remote administration similar to HP's ILO or Dell's DRAC.
# 5  
Old 08-13-2009
To my knowledge, when a server is build an ip address should be assigned to it by default. You can get the default ip address from the vendor (Or it should be specified along with the default host name printed on a tag tied on the front or stuck on the top part of the balde).

You can use this ipaddress / host name to connect through SSH. Once you are able to connect to the system, you can change the default hostname and ipaddress.
# 6  
Old 08-14-2009
A bare system will have no IP address. If you are talking about the management port, that will often have a default IP address or in some cases, require a serial connection to get working.

In order to build a machine remotely, normally one configures a TFTP server for PXE, a DHCP server to handle the bootp and IP address hand out and an NFS or HTTP(S) type transfer agent to allow the files to be transmitted.
# 7  
Old 08-18-2009
Quote:
Originally Posted by harisudharsan
To my knowledge, when a server is build an ip address should be assigned to it by default. You can get the default ip address from the vendor (Or it should be specified along with the default host name printed on a tag tied on the front or stuck on the top part of the balde).

You can use this ipaddress / host name to connect through SSH. Once you are able to connect to the system, you can change the default hostname and ipaddress.
What I was going to do is order a static IP from my service provider, and then name the server. I hope that is the right way to think about this process. This is a custom built machine, so there isn't a vendor, perse. I don't know what a "balde" is, please do tell.

The modem itself should have an assigned IP right? Would I use the same IP reference for the server? This all is looking more compicated than I thought it would be, but I'm ready to master this little piece of the puzzle anyway, with some help. Thanx so much.

---------- Post updated at 12:27 AM ---------- Previous update was at 12:25 AM ----------

Quote:
Originally Posted by mark54g
A bare system will have no IP address. If you are talking about the management port, that will often have a default IP address or in some cases, require a serial connection to get working.

In order to build a machine remotely, normally one configures a TFTP server for PXE, a DHCP server to handle the bootp and IP address hand out and an NFS or HTTP(S) type transfer agent to allow the files to be transmitted.
So it would be smart to put this on a local network first to get it up and going, and then think about connecting it with it's own static IP? I'm going to have to look up all those acronyms and get back on that, because I don't know what they mean. I'll be back. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Do I require remote login access to a windows server to transfer files from a UNIX server

Hi All I need to transfer a file from a UNIX server to a windows server. I saw that it is possible to do this using scp command by looking at the forum listed below: ... (2 Replies)
Discussion started by: vx04
2 Replies

2. UNIX for Advanced & Expert Users

DOS/VB script of Remote Windows Server from AIX

Hi We use to run DOS and VB script in Windows Server . Now the requirement is to trigger the same script from AIX server by shell script , thus it would be executed in Remote Windows Server . Is it possible ( though SSH or any other way ) ? Thanks (2 Replies)
Discussion started by: Sourajit Seth
2 Replies

3. UNIX for Dummies Questions & Answers

Remote file transfer between Linux and Windows

Hello, I have a file, say details.txt on my windows machine. I want to copy it to linux machine through a shell script and edit the file and transfer the file back to windows machine. (All I want to do is to edit the file on windows machine from linux machine by a script.) I have tried scp... (1 Reply)
Discussion started by: Devendra Hupri
1 Replies

4. Shell Programming and Scripting

To run a shell script in remote server from windows batch file

Hi all, i need to run a shell script on remote server. I have created file .bat file in windows server with following code, c:\Users\Desktop\putty.exe -ssh -pw password user@server ./script.sh i need to run the script.sh in my remote server Above command is not working, any... (4 Replies)
Discussion started by: rammm
4 Replies

5. Shell Programming and Scripting

Connect (SSH) to Windows server via Linux server through a script and passing command.. but failing

I am trying to connect to Windows server via Linux server through a script and run two commands " cd and ls " But its giving me error saying " could not start the program" followed by the command name i specify e g : "cd" i am trying in this manner " ssh username@servername "cd... (5 Replies)
Discussion started by: sunil seelam
5 Replies

6. Windows & DOS: Issues & Discussions

Linux remote app on Windows

So I have been playing around with some code and thought I would tap the vast Linux knowledge here. My company has a bunch of servers running Linux on the Amazon cloud. I have created a Windows application in C++ that acts like a remote desktop to the Linux servers. When I run it it connects... (3 Replies)
Discussion started by: bobmanc
3 Replies

7. Solaris

Checking a file on a remote windows server

Hi Everyone! This is what I need to do... I am deploying some directories over to a windows server 2000/3 box from my solaris10 box and I need to make sure the directories exist. The only form of connection I have to work with is SSH Currently, my script deploys the directories over... (13 Replies)
Discussion started by: Keepcase
13 Replies

8. UNIX for Advanced & Expert Users

view remote linux desktop on my windows machine

Hi, is there anyway i can view a remote linux desktop on my windows desktop? i am aware that X11 can see 'certain screens'. For eg if i type 'xclock &' and i have a client running on my windows, i can see the clock. If i am interested to see the entire desktop of my linux, how can i do it? (4 Replies)
Discussion started by: new2ss
4 Replies

9. UNIX for Dummies Questions & Answers

how to install windows and linux

dear experts: I have a system with that specification: intel PII 266 MMX 10GB hard disk 64MB RAM I want to install Mandrake 8.2 and windows me in the same box .. how can I do that .. I look for help in the net but all of those faq are complecated. and the partition software dos not... (5 Replies)
Discussion started by: RuDe_BuT_CoOoL
5 Replies
Login or Register to Ask a Question