Posted on 06-23-2014 04:59 PM
To better troubleshoot issues I'm having getting NetBoot to work across subnets I installed a fresh copy of the JAMF NetSUS in a Fusion VM via 3.0.1 OVA, launched webadmin, configured settings, uploaded working NetBoot file, and ensured the server IP is on same subnet as client.
However, while the clients boot fine via OPTION at boot, pointing the client to the server via the bless command below is failing on RPC timeout client-side error. From the server I am also getting errors back from the "smbstatus" which suggest a larger configuration problem.
Anybody experienced these types of errors before? Is there additional smb.conf configuration needed beyond what you do through webadmin?
jssadmin@NetSUS:~$ smbstatus
Samba version 4.1.6-Ubuntu
PID Username Group Machine
Failed to initialize session_global: NT_STATUS_ACCESS_DENIED
Service pid machine Connected at
Failed to initialize session_global: NT_STATUS_ACCESS_DENIED
Failed to traverse sessions: NT_STATUS_ACCESS_DENIED
No locked files
Here's the Bless Command
bless --verbose --netboot --booter tftp://10.102.81.55/Restore-1084.nbi/i386/booter --kernelcache tftp://10.102.81.55/Restore-1084.nbi/i386/x86_64/kernelcache --options "rp=nfs:10.102.81.55:/srv/NetBoot/NetBootSP0:Restore-1084.nbi/NetBoot.dmg" --nextonly
Posted on 04-19-2016 02:04 PM
Did you ever find the solution to this. I am running to the exact same thing with my NetSUS + Bless command.
Posted on 06-09-2016 06:16 AM
I'm having the exact same issue. Both with the bless command and the errors on the NetSUS.
Posted on 06-09-2016 02:37 PM
I am not very familiar with NetSUS, but you realize that with 10.11 and SIP the bless command is limited to boot to 'trusted' netboot servers? see HT205054 and der flounder.
Posted on 06-14-2016 08:08 AM
try this:
sudo bless --netboot --nextonly --server bsdp://<ip address of the netboot server>
then
sudo shutdown -r now
see what happens..
Posted on 06-14-2016 08:10 AM
Also, You MUST have this set..
Subnets on which to listen for the NetBoot image. One of the subnets must include the IP address of the NetBoot server ..
G'Luck!
Posted on 06-14-2016 08:11 AM
oh, and the original terminal command that the guy was using in 2014 is now the one I've posted above..