Does anyone know what path to use for custom x86 pkgs? I tried both: ${root_path}/pkgs/custom/x86 and ${root_path}/pkgs/ custom/i86pc but neither works. I get...
Replace x86/i86pc with i386 - pretty sure if you do a uname -a, then i386 is the common 'type' for all x86 based systems, be they intel, amd, 32 or 64 bit. ...
I had successfully use JET to jumpstarted a X6250 blade thanks to all your help. One last issue remain, how can I disable X11 in the cosole, we only need CLI. ...
have a look at the output of 'svcs' - pretty sure there are a couple of services in there that relate to gdm and cde-login. Disable those and the console...
Drop it into a script, add the name of the script to custom_scripts_[1|n|z]=... and there you go. There isn't a standard JET setting to control smf items; it's...
Hi I am trying to build Solaris 9/05 and I am getting this error when I make_client: make_client -f new Gathering network information.. Client: 192.168.65.48...
Please post jumpstart.conf and the output of dfshares Sent from my iPhone On Feb 6, 2008, at 10:47 AM, "solaris9000" <solaris9000@...> wrote: Hi I am...
... check /opt/SUNWjet/etc/solaris_locations looks like there is either a extra newline or column in the line for the media you are using. hths m ... Marty Lee...
Hi This is my showmount -e # showmount -e export list for jet1: /opt/SUNWjet (everyone) /export/install (everyone) and dfshares: # dfshares RESOURCE...
... NFS server version ? Check /etc/default/nfs is not set to NFS4 ... -- ______ /_____/\ Bruce D Porter /____ \\ \ Sun Professional Services...
Bruce D Porter
Bruce.D.Porter@...
Feb 7, 2008 7:37 pm
1761
Yes I did check NFS version and it is set to 3. cat /etc/default/nfs <---snip---> # Sets the maximum version of the NFS protocol that will be registered # and...
If you use the dmgr profileTemplate to create a new profile with the manageprofiles.sh command, what else needs to be done to complete the configuration? I...
Hi, I tried to jumpstart a new server with wanboot + VXVM4.1. (JetVXVM4 : 1.3.8 , JetFLASH : 3.1.8 , JetWanBoot : 1.1.1) In my template I set the following...
At a previous client I got round this by creating a XXXvxdefs package and then having that deployed as a JET custom package. The package delivered amongst...
Hi I've managed to find some time to try and resolve this issue. But to no avail yet. However I have found some interesting points. It seems that JET does not...
Hate to say this, but it isn't that unexpected to hear that the Solaris 9 add_install_client doesn't understand ZFS... You have a couple of options 1. try...
You will need to talk to your sun account manager (or jet@...) to get hold of the SunMC module and find out whether it supports 3.6.1 The SunMC module is...
I cannot find good documentation on how to use jetFLASH . I have found the JET User Guide but that does not get into JetFLASH. Any help or link would be...
You create a flash archive using the 'flarcreate' command - and example is in the sample.template file if you have JetFLASH installed. Once you have the flash...
Thanks for the quick response. I did not know if I should use 'flarcreate' or if there was another process/JET script to use. This clears it up a bit. When I...
You create the template with the flash module i.e. # make_template <client> flash [other modules] and then when you have edited it, just run make_client as...
Would appreciate it if someone can let me know how to get verbose output to the console when building a system with custom scripts. Is there a flag that can be...
If it's a sh/ksh/bash script, put a set -x in the script.... There is no 'magic' flag you can set to debug all scripts; the jumpstart.log file will give you...
Used SUNWjet copy_solaris_media and the downloaded Solaris 10 update 4 SPARC DVD to install the media on our SUNWjet deployment server. The process completed...