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
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