Forum Discussion

Bala_128530's avatar
Bala_128530
Icon for Nimbostratus rankNimbostratus
Nov 23, 2015

Execution error on iApp VMware Horizon View Optimized v1.3.0

Hi, I am trying to use iApp (v1.3.0) to configure VMware Horizon View on TMOS 11.6.0 HF6.

It showing error while creating the configuration.

script did not successfully complete: (ltcfg error, can't load class, class:"dns" error: can't load class 
definition from mcpd. This is most likely the result of a failure to load the base system configuration.
To determine the root cause enter "tmsh load sys config" and include the output when the issue is reported.

 while executing

tmsh::modify [string range $args 7 end] "
 ("modify" arm line 1)
 invoked from within
"switch -exact -- [string range $args 0 5] {
 create { tmsh::create [string range $args 7 end] }
 modify { tmsh::modify [string r..."
 (procedure "iapp_conf" line 14)
 invoked from within
"iapp_conf modify sys $svc $title($svc) add \{ $addr_list \}"
 ("foreach" body line 9)
 invoked from within
"foreach svc { dns ntp } {
 set addr_list ""
 foreach item [set ::options__$svc] {
 set addr [join [join $item..." line:1444)

Any help or a point in the right direction would be wonderful! Thanks!

4 Replies

  • Fred_Slater_856's avatar
    Fred_Slater_856
    Historic F5 Account

    The error occurred when the iapp attempted to "modify sys dns name-servers add { }". I can't say for sure why BIG-IP is denying you the ability to change DNS settings, except perhaps lack of privilege. Were you logged in as admin?

     

  • Greg_Crosby_319's avatar
    Greg_Crosby_319
    Historic F5 Account

    Hello Bala,

     

    Did your initial configuration load OK on your BIG-IP? The returned error message seems to indicate configuration did not load correctly. If your configuration successfully loaded, try removing your dns and ntp server information from the iApp to see if that makes a difference. The error also indicates the procedure which adds dns/ntp servers to the BIG-IP is unable to finish and perhaps removing the ntp/dns servers from the template will bypass the error.

     

    • Bala_128530's avatar
      Bala_128530
      Icon for Nimbostratus rankNimbostratus
      Hi Gerg, There are some warning message on some of iRule "Error: use curly braces to avoid double substitution" , then its getting loaded successfully. yes, I have tried without DNS/NTP. remains the same error message.