ProLiant Servers (ML,DL,SL)
1753499 Members
4269 Online
108794 Solutions
New Discussion юеВ

Re: HP Scripting Tool Kit include File Error

 
SOLVED
Go to solution
Jimmy Vance
HPE Pro

Re: HP Scripting Tool Kit include File Error

For now stop trying to use sstk_mount.  use HTTP and pull over the tarball, as you tested above that is working for you.  In your script add a mount command, something like

mkdir /mnt/nfs
mount x.x.x.x:/data/scratch /mnt/nfs -o rw,sync

then you can copy the data you want saved to /mnt/nfs/filename

 

 

No support by private messages. Please ask the forum! 
gkrunal
Frequent Advisor

Re: HP Scripting Tool Kit include File Error

yes this is working fine now including nfs mount into capture script.

fredhand
Occasional Visitor

Re: HP Scripting Tool Kit include File Error

Can you provide any example of how you use http to pull accros the hpe-sstk?  I am using cobbler and the older hp-sstk was working regarding nfs for all the servers we need to support.  Now with the hpe-sstk, nfs is not working on some of our older servers.

 

thanks,

Jimmy Vance
HPE Pro

Re: HP Scripting Tool Kit include File Error

Refer to my post earlier in this topic that was marked as the solution. It provides a PXE boot eaxample to get the tarball using HTTP

No support by private messages. Please ask the forum!