Remote Install of Solaris 10 Client_system_name?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Remote Install of Solaris 10 Client_system_name?
# 1  
Old 02-19-2009
Remote Install of Solaris 10 Client_system_name?

Hello,

So, I'm trying desperately to get Solaris 10 installed on a Sunfire V120 without an optical drive. I have till close of business. I am not too familiar with Solaris.

I have a Sunfire 280r running Solaris 9 which has a DVD-Rom installed.

I've put my Solaris 10 DVD in that server and mounted it (to a folder called dvdrom. It wouldn't automount with VOLD and it wouldn't manually mount to cdrom either.)

I am using the instructions from sun.com for Solaris 10 Installation Guide Appendix B Installing or Upgrading Remotely.

The command it tells me to use on the 280 is ./add_install_client \
Client_system_name arch

How can I have a client system name for a server that I haven't installed the OS on?

I asked the local Solaris guru and he said I shouldn't need to specify one, that I can just use an IP address, but that doesn't appear to be true.

I then tried the command as follows
./add_install_client -i <IP address for the remote system> <name I was going to give client during install> sun4u


This command makes it think for a while before returning an error :unknown client. ...
Well of course it's unknown you silly thing, the server doesn't exist yet.

So now, because I don't really know what I'm doing here, I want to add my new name to the hosts on the 280, but I can't find an answer on how to do it. It seems everywhere I've looked on the internet just assumes its obvious.

So, can someone guide me in how to do it, or if I'm approaching this incorrectly explain what I need to do differently?
This is day 3 working on getting this installed. I may have to give up and pull a system with an optical drive from stock, but that would cost a lot of money.

The solaris appendix is useful for commands, but it doesn't really explain why you're doing things.

Thanks
# 2  
Old 02-19-2009
The "client system name" is just the hostname you are going to give the server you are building.
Before going any further, is the Sunfire280 set up as a jumpstart?
# 3  
Old 02-19-2009
Done this a while back. Here are my notes.

Quote:
network (same subnet) install -- not too difficult, serial console software is very important, minicom/hyperterminal not too good, absolute telnet is good; ansi always works
http://dlc.sun.com/pdf/820-4040/820-4040.pdf (P66)
1. dvd to install server (vold if not automounted)
2. copy image to folder -- ./setup_install_server install_dir_path
3. add client to server -- add mac address to /etc/ethers on server + ./add_install_client (-e ether) james sun4v -- can be used for multiple clients
4. boot net - install -- has to answer questions about parameters (because no initial file was set up), can be difficult because of the bad serial console software
*5 may exit if disk not labeled. just format/label it in the shell and restart
# 4  
Old 02-19-2009
It turns out I was wrong in my initial post, the Sunfire280 is running Solaris 8. They had tried an upgrade a couple years ago to 9 and ran into many problems with CVS and decided to leave it alone.

Jumpstart is not running?
Can it even be run from Solaris 8?


I'm currently trying to borrow a T1000 that belongs to another project, If I borrow it, I may try to set up jumpstart on it so I can upgrade the V120 even though I won't need it anymore. Then I can use IT as a jumpstart for future needs. (I see a lot of SPARC servers in my future.)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

No way to install a flar archive of Solaris 10 to Solaris 11.4 zone

I want to migrate a solaris 10 os to solaris 11.4 zone. I did this a)Collect some data like id sysid,disks,ip,etc..on solaris10 OK b)Create this file.cfg with this command on solaris 10 zonep2vchk -c > /migration/sol10.cfg OK c)Create the archive flash on Solaris10 (1 Reply)
Discussion started by: Linusolaradm1
1 Replies

2. Solaris

Solaris 7: Is it possible to install JRE1.6 on Solaris 7

Dear All: I am trying to install JRE 1.6 on Solaris 7. But it's failed. error message: ld.so.1 symbo1 __1cH__Climpkcplus_init6F_v_: referenced symbol not found (2 Replies)
Discussion started by: jaychen
2 Replies

3. Solaris

Questions about remote access and install USB devices.

I have a server running openindiana, it hosts virtualbox and several VMs on it. My first question is if I can run openindiana desktop from my windows on same network, now I am using XWin server under cygwin-X, I can run GUI of VirtualBox etc. but can I have the openindiana desktop show on my... (2 Replies)
Discussion started by: wyx2000
2 Replies

4. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

5. Solaris

Installing Solaris 8 bootblock without Solaris Install CD

Hello everyone, Background: I'm having an issue with booting a clone of hard drive with Solaris 8 installation. For cloning process I have used g4l, running under click'n'clone option. As far as I know the actual operation ran behind g4l's interface was dd, though I do not have any information... (12 Replies)
Discussion started by: johnny994
12 Replies

6. Linux

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... (8 Replies)
Discussion started by: kvalenti
8 Replies

7. AIX

How to install/ migrate AIX through remote login

How to install/ migrate AIX through remote login (1 Reply)
Discussion started by: AIXlearner
1 Replies

8. Solaris

run xclock from local solaris to remote solaris

Hello - I am trying to connect to a remote solaris box from a solaris box i have locally present with me using 'ssh login@IP' ... Its connecting fine but... when I run xclock - it says 'Can't open display' Whereas, IF I connect to same remote solaris IP from my windows desktop locally via putty... (9 Replies)
Discussion started by: panchpan
9 Replies
Login or Register to Ask a Question