Require help setting Jumpstart server.


 
Thread Tools Search this Thread
Operating Systems Solaris Require help setting Jumpstart server.
# 1  
Old 07-08-2006
Question Require help setting Jumpstart server.

Hi Guys,
I am a newbie in Solaris.
I have to setup jumpstart server for one of my company's clients.
I have gone through a lot of documentations but I am faced with a rather peculiar problem.
All the documentations have single server acting as boot server, config server and install server.
However the client network has multiple subnets.
So having a single boot server is not feasible.
Also I do not want same system to act as config and install server.
So this is the basic scenario.

CS = config server
IS=Install server
BS1=Boot Server 1
BS2=Boot Server 2

/export/install------This is the directory which will hold the OS image (where should be this dir ...on Config server, Install server or Boot server)
/export/config-------This will hold the sysidcfg, rules and profile file (where should be this dir ...on Config server, Install server or Boot server)

/tftpboot -----file? (Where should be this dir ...,on Config server, Install server or Boot server)

/etc/ethers ---containing the Ethernet this should be on boot server I guess

/etc/inet/hosts ---------- containing the IP this should be on boot server I guess (Where should be this file ........on Config server, Install server or Boot server)

Also where should I run add-install-client (on Config server, Install server or Boot server)

I know i need to share install and config dirs, Can they be in any subnet? ( I can ping across subnets)

Also please suggest any thing else needs to be done?
# 2  
Old 07-08-2006
[QUOTE=nitinkgoud]

Quote:
/export/install------This is the directory which will hold the OS image (where should be this dir ...on Config server, Install server or Boot server)
Install server.
Quote:
/export/config-------This will hold the sysidcfg, rules and profile file (where should be this dir ...on Config server, Install server or Boot server)
config server
Quote:
/tftpboot -----file? (Where should be this dir ...,on Config server, Install server or Boot server)
Boot server, but don't woory about that, it'll be sorted out automatically when you add a client.

Quote:
/etc/ethers ---containing the Ethernet this should be on boot server I guess

/etc/inet/hosts ---------- containing the IP this should be on boot server I guess
Yor guess is correct, also put them on the config server.

Quote:
Also where should I run add-install-client
Boot server

(on Config server, Install server or Boot server)
Quote:
I know i need to share install and config dirs, Can they be in any subnet? ( I can ping across subnets)
Yes, provided you can route between networks.
# 3  
Old 07-08-2006
Hi Reborg,
Thanks for the reply.
I will do the folowing
1)I will place /etc/ethers and /etc/inet/hosts on both boot and config server.
2)I will run add-install-client on bootserver

Thanks again
# 4  
Old 10-24-2006
What you can do is have boot server in different lans, but have one config and install server. When the client boots up, it needs a boot server in the same Lan segment, after it has the ip, netmask, dns etc, it can then find it's way to install server. I think you need to put /etc/ethers on config server only. The boot server really doesn't care, all it does is send the IP info and boot image to clients.

-Nitin
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to install an JumpStart Server on Solaris 11.3?

Hey Guys, i'm trying to install and configure a jumpstart server on a solaris 11.3 x86 based system. I've already created the folders to install the server. I've tried to use the installation script as follow (i'm root on the system): ./setup_install_server /export/jumpstart Everything works... (2 Replies)
Discussion started by: Marcusg562
2 Replies

2. 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

3. Solaris

Solaris jumpstart install server

I am attempting to install Solaris 10, on a SPARC platform, from a Solaris install server running under Oracle Virtual Box (x86 platform) solarisbox1 is server with IP 10.1.1.21 solarisbox2 is client with IP 10.1.1.60 Snoop gives me the following .. solarisbox1 -> (broadcast) ARP C who is... (0 Replies)
Discussion started by: robs2015
0 Replies

4. Solaris

Solaris 10 JumpStart Server

Hello, Can anyone share a good online article/tutorial on how to properly set up JumpStart server for Solaris 10? Thanks, Regards. (3 Replies)
Discussion started by: NewSolarisSquad
3 Replies

5. AIX

Java Runtime Execution require reboot of pSeries server regularly?

Dear all experts, Recently the daily batch run process (run using Java Runtime Execution)suddenly run slow. Our apps vendor came in and check and request to reboot the server. After rebooting of the server, the batch run back to normal. May I know is periodically rebooting of pSeries server is a... (9 Replies)
Discussion started by: kwliew999
9 Replies

6. Solaris

Jumpstart server over Multiple subnets

Hi, I need some recommendations as to how I can create a single jumpstart server over multiple subnets and what would be the best physical server for this purpose. Thanks . (1 Reply)
Discussion started by: gunnervarma
1 Replies

7. Solaris

Jumpstart server

Could someone assist me with the following issue. Recently I downloaded a document that walked me through creating a Solaris 10 Sparc jumpserver. It was only when I tried to use the server to push an OS to a client box when I realized that the document was a step by step intrcutions for a Solaris... (3 Replies)
Discussion started by: kass_k
3 Replies

8. Solaris

jumpstart server

Hi Guys, I want to configure Jumpstart server in x86, but i am not able to see my cd drive. and i am not able to mount also, my partition looks like this. and i cannot see this file ./setup_install_server -b, but i can see in windows when i open the cd in windows i can see the... (2 Replies)
Discussion started by: kurva
2 Replies

9. Solaris

Jumpstart sparc client using x86 server.

Can I use a Jumpstart enviroment on x86 to install a sparc64 client? The idea is to install Solaris in an virtual environment (Sun Virtual Box) running on a pc (AMD), configure a Jumpstart server, and have a SUN Ultra 60 (sparc64) installed via the Jumpstart server. The SUN has no cdrom... (4 Replies)
Discussion started by: eldiablo
4 Replies
Login or Register to Ask a Question