Hello all,
This error: syntax error at line 157 : `(' unexpected, is causing me heartache.
Specs:
6 x CPU "400 MHz SUNW,UltraSPARC-II"
1.5 GB RAM
4 x HDD FUJITSU M2954ESP SUN4.2G" 4.0 GB disk drive for OS
4 x A5000 FCAL Storage Enclosures, Dual connectivity for redundant data paths
6 x HDD for Application. Data is striped across 3 HDD, and Mirrored to 3 HDD. Each Disk group in a different enclosure providing 4 datapaths available to the application.
2 x 100BT Ethernet ( production/backup network ).
Sun Solaris 2.7
korn shell
I'm really confused about this error. What's at this line is this: echo "Downloaded $total_files_downloaded file(s)." >> $LOG_FILE.
I don't understand why it's looking at an echo'd line in the first place. Keep this in mind too, it worked before. It just stopped working for some reason. Sure I added some code but it should not have anything to do with this. Just for sanity's sake I backed out all the code that I did before and ran it but with the same results. This happened with the same script a few days ago. So I started over with the script I am on now. Now when I go back to the original script, IT WORKS!! Does anybody have a similar situation or fix?
Thank You,
Rene
This error: syntax error at line 157 : `(' unexpected, is causing me heartache.
Specs:
6 x CPU "400 MHz SUNW,UltraSPARC-II"
1.5 GB RAM
4 x HDD FUJITSU M2954ESP SUN4.2G" 4.0 GB disk drive for OS
4 x A5000 FCAL Storage Enclosures, Dual connectivity for redundant data paths
6 x HDD for Application. Data is striped across 3 HDD, and Mirrored to 3 HDD. Each Disk group in a different enclosure providing 4 datapaths available to the application.
2 x 100BT Ethernet ( production/backup network ).
Sun Solaris 2.7
korn shell
I'm really confused about this error. What's at this line is this: echo "Downloaded $total_files_downloaded file(s)." >> $LOG_FILE.
I don't understand why it's looking at an echo'd line in the first place. Keep this in mind too, it worked before. It just stopped working for some reason. Sure I added some code but it should not have anything to do with this. Just for sanity's sake I backed out all the code that I did before and ran it but with the same results. This happened with the same script a few days ago. So I started over with the script I am on now. Now when I go back to the original script, IT WORKS!! Does anybody have a similar situation or fix?
Thank You,
Rene