cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
641
Views
0
Helpful
3
Replies

netconfig devicefile invalid argument

durale1789
Level 1
Level 1

Hi,

I use LMS 3.1

I run exactly the same command but I get th following message:

cwcli netconfig createjob -u admin -p password -devicefile /opt/CSCOpx/bin/test.list -commandfile command.file -policyfile policy.in -description "cwcli netconfig job" -mode config

<cwcli> FATAL - NETCLI014:Netconfig createjob command failed

<cwcli> FATAL - Invalid argument: officeuk

my test.list file content is:

cat test.list

officeuk

The weird thing is that if I run the same command but without having a file but device (-device officeuk), it works!

I can't see any reason why this is not working, can u?

what is the correct argument did i miss something? I read the netconfig's manual and it is said to enter devices name contained in RME database.

regards

alex

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

This is a bug in the documentation. The device file must be an extension of the regular CLI. So, the syntax is:

-device device1[,device2[,device3[,...]]]

In your case, this will work:

% cat test.list

-device officeuk

View solution in original post

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

This is a bug in the documentation. The device file must be an extension of the regular CLI. So, the syntax is:

-device device1[,device2[,device3[,...]]]

In your case, this will work:

% cat test.list

-device officeuk

it worked! thank you very much

i guess if i have more then 1 device the file will contain something like that:

- device device1,device2,device3,etc...

regards

alex

thank yu very much it is working by now