[rancid] Problem with Dell S4148F-ON

heasley heas at shrubbery.net
Fri Dec 1 15:43:17 UTC 2023


Fri, Dec 01, 2023 at 10:39:29AM +0000, michael gauthier:
> Hello,
> 
> I'm trying to integrate Dell switching S4148F-ON (Dell EMC Networking OS10 Enterprise) but whatever type I'm choosing I have error.
> 
> With dnos10:
> 
> rancid at vm:~$ NOPIPE=yes rancid -d -t dnos10 switch1
> loadtype: device type dnos10
> loadtype: found device type dnos10 at /etc/rancid/rancid.types.base:432
> executing hlogin -t 90 -c"terminal length 0;show system;show version;show inventory;show inventory media;show vlan;show running-configuration" switch1
> switch1 hlogin error: Error: ssh failed: couldn't execute "hpuifilter": no such file or directory
> switch1 hlogin error: Error: ssh failed: couldn't execute "hpuifilter": no such file or directory
> switch1: missed cmd(s): all commands
> switch1: End of run not found
> switch1: clean_run is false
> switch1: found_end is false
> 
> I'm not an expert but I can try some tweak if you have an idea.

dnos10 is what I would expect to use, not to say that the other type would
not work, but I do not have much experience with dnos.

however, the hlogin error is definitely a problem for your test.  You must
ensure that the location of hpuifilter is in your shell's PATH; rancid
inherits this from its parent.  If spawned by rancid-run, it will have
read the rancid.conf, which sets PATH appropriately; you can do that too:
	. /path/to/rancid.conf
	rancid -d ....



More information about the Rancid-discuss mailing list