my sysidcfg for jumpstart is not being read

Before I begin describing my issue, I just want to thank you for taking the time to view this e-mail. I was wondering if you could take a look at the situation that I am facing. I am almost dealing with production environment and, any suggestion would be greatly appreciated. Here is what I have.

Jumpstart server name: uws01

jumpstart client name: appl02

location of my sysidcfg: /usr/jumpstart/Sysidcfg/appl02

content of my sysidcfg:

name_service=none

network_interface=primary {hostname=appl02 ip_address=10.198.8.76 netmask=255.255.255.192 protocol_ipv6=no default_route=10.198.8.67}

root-password=jqgRSaa.lU9II

security_policy=none

system_locale=en_US.ISO8859-15

terminal=vt100

timezone=GMT0

timeserver=localhost

rules file for appl02:

hostname appl02-Profiles/profile_flar_app02Finish/finish_all

/etc/hosts for appl02: 10.198.8.76 appl02

/etc/ethers for appl02: 00:03:ba:fa:1:b9appl02

and lastly for the sake of space I have skipped to list the content of my profile files but, the path to my profile file is set as /jumpstart/Profiles/profile_flar_appl02

I am using flar files as you can see to install my application server. Here is the command I am using successfully on my jumpstart server (uws01) to add the client (appl02)

/jumpstart/OS/Solaris_9_2004-04/Solaris_9/Tools/add_install_client -s \

> uws01:/usr/jumpstart/OS/Solaris_9_2004-04 -c uws01:/usr/jumpstart \

> -p uws01:/usr/jumpstart/Sysidcfg/appl02 appl02 sun4u

I run check and get no errors

The problem is, when I go to my client appl02 and run "boot net - install" at the OK>, it will go into the interactive mode and does not read my sysidcfg file. Following is last part of my print screen when the boot process goes into interactive

whoami: no domain name

Hardware watchdog enabled

Configuring /dev and /devices

-

SC Alert: Indicator MB.ACT is now ON

Using RPC Bootparams for network configuration information.

Skipping interface ce3

Skipping interface ce2

Skipping interface ce1

Skipping interface ce0

Skipping interface bge3

Skipping interface bge2

Skipping interface bge1

Configured interface bge0

Searching for configuration file(s)...

Search complete.

Select a Language

0. English

1. French

2. German

3. Italian

4. Japanese

5. Korean

6. Simplified Chinese

7. Spanish

8. Swedish

9. Traditional Chinese

Please make a choice (0 - 9), or press h or ? for help:

The irony is that when I change my sysidcfg directory from /jumpstart/Sysidcfg/appl02 to /jumpstart/Sysidcfg/app02, and leave everything else the same it will read the sysidcfg. The problem with that is, since I am using a finish script it will not execute some of my cp command I have in finish script due to using SI_HOSTNAME parameter. It will say can not do the copy command and, is looking for /jumpstart/Sysidcfg/appl02.

Again, if you could shed some light on this issue I am facing is much appreciated. I should mention that I have set up many servers with this setup and had no problem.

[3270 byte] By [afadaghi] at [2007-11-26 11:48:14]
# 1
Hello,And what's the name of your sysid ? Jumpstart works only when the sysid's name is sysidcfg...You must have :uws01:/usr/jumpstart/Sysidcfg/appl02/sysidcfg.If it not solve your problem, can you post your /etc/bootparams.
@alex@ at 2007-7-7 12:00:25 > top of Java-index,General,Talk to the Sysop...
# 2

Hi,

the sysidcfg file is /jumpstart/Sysidcfg/appl02/sysidcfg.

Here is the entry for bootparams

appl02 root=uws01:/jumpstart/OS/Solaris_9_2004-04/Solaris_9/Tools/Boot install=uws01:/usr/jumpstart/O

S/Solaris_9_2004-04 boottype=:in sysid_config=uws01:/usr/jumpstart/Sysidcfg/appl02 install_config=u

ws01:/usr/jumpstart rootopts=:rsize=32768

afadaghi at 2007-7-7 12:00:25 > top of Java-index,General,Talk to the Sysop...
# 3
If the sysidcfg file is /jumpstart/Sysidcfg/appl02/sysidcfg.Why is your entry in /etc/bootparams pointing on :sysid_config=uws01:/usr/jumpstart/Sysidcfg/appl02and not sysid_config=uws01:/jumpstart/Sysidcfg/appl02
@alex@ at 2007-7-7 12:00:25 > top of Java-index,General,Talk to the Sysop...
# 4
Hi again,the /jumpstart is linked to /usr/jumpstartregards,
afadaghi at 2007-7-7 12:00:25 > top of Java-index,General,Talk to the Sysop...
# 5
That may be true, but if /jumpstart is shared and /usr is not, then /usr/jumpstart might not be mountable from the jumpstart client. What does 'share' show on the jumpstart server?-- Darren
Darren_Dunham at 2007-7-7 12:00:25 > top of Java-index,General,Talk to the Sysop...