Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ParserError: (:) [ },

Status
Not open for further replies.

sgwisby

Technical User
Apr 13, 2005
148
0
0
US
I have run the following script to configure an iSCSI switch using Equallogic MEM on a vSphere ESXi 5.1 host:

setup.pl --configure --server=hostname [--username=username] [--password=password] --nics=NIC1,NIC2,... --ips=IP1,IP2,... [--vswitch=vswitchname] [--mtu=mtu] [--vmkernel=vmkernel_prefix] [--netmask=subnet_mask] [--enableswiscsi] [--nohwiscsi] [--groupid=PS group IP][--vds] [--logfile=logfilename]

But I get the following error:
At line:1 char:19
+ ips=xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx --vswitch=vSwitchiSCSI --mtu=9000
--vmkernel=i ...
+ ~
Missing argument in parameter list.
+ CategoryInfo : ParserError: :)) [], ParentContainsErrorRecordEx
ception
+ FullyQualifiedErrorId : MissingArgument

I am not very familiar with scripting so I am not sure what I need to change to get this to work. I would appreciate any assistance provided.

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top