how to download and install teradata on windows 10 - windows-10

Can any one help me install "Teradata" on Windows 10. A step by step guide will be much helpful.
I tried this in Google but didnt get any useful link.

You can't "install" Teradata on Windows, there's no more Windows version since TD14.
There's only a VM running TD on Suse Enterprise Linux in different flavours found on the Teradata Download site (The user guide is a bit outdated, but still valid), for VMWare Player, VMware vSphere and the new trial on AWS.
.

Related

ROS with Windows 10, How to find the right Commands

I am an absolute beginner to Ros and i have a very simple Question. Curiously i coudnĀ“t find an answer yet:
I want to use ROS for Windows 10 (with Visual Studio). Windows Version 19.04. The commands out of the Tutorial (http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment) do not work within the x64-Terminal or the selfcreated ROS-Terminal of Course. Is there a way to use them in Windows or another tutorial for Windows?
Thanks for your help and sorry for the simple question!
I think this documents are helpful for biginner to ROS on Windows.Please note that there are many big differents between ROS 1 and ROS 2 on Windows.
Bringing the intelligent edge to robots with ROS on Windows 10 and Azure.
ROS for Windows
Installing ROS 2 on Windows

Cloning a Websphere Portal 8.5 from AIX to Linux

We have a WebSphere Portal Cluster V8.5 on AIX PowerPC OS. i want to move it to one of the Linux Based OS such as (RedHat, CentOS, Oracle etc..). Is it possible? how is it done? is it enough to copy the installation folder from AIX to Linux /usr/IBM/WebSphere/ or do i need to make a new installation on Linux and migrate the profiles? I'll appreciate the Help on this issue.
I have cloned a WebSphere Portal from one AIX OS to another AIX before, and i changed the hostname and nodename accordingly and it works perfectly. but never cloned a websphere portal from one OS (Unix) to another (Linux). and before trying it would like to know if someone has done it or tested it before.
Thanks in advance for the help!
Joe
it is best to do a new install and then do a staging to production copy of the system. I have seen the copy work between machines that are the same os, but you may run into java problems at some point.
Binaries are different. You need to install linux verison of Portal and then you may chose to do export and import. Even PAA would work in this case. We recently upgraded our portal version from 6.1 to 8.5 and also had moved out of AIX to Linux. We have followed the same strategy. If you fall into any issue, you may reach out.

Packer not booting Win10

I'm trying to use Packer form Hashicorp to create VMs. The idea is that I can create Windows 10 VMs for for each of my assignments, and run those VMs on my "main" Windows 10. I have access to Hyper-V, and as of late 2016, Packer supports that too.
Grabbing several files from Matt Wrock's Github repository, I have created a json file, an Autounattend and some scripts. When running Packer, I ended up with an error saying "Error getting WinRM host: No ip address". This had gone on for 5+ hours, so something was not going right. Interestingly, the Hyper-V Manger said that the VM was there, and I could even log in. Then I noticed that none of install scripts had been executed. For instance, in my Autounattend I execute Matt's boxstarter.ps1 script to install Boxstarter, but Boxstarter has not been installed.
To get a better visual on the process, I changed the Autounattend.xml to have all WillShowUI properties set to true. Nothing appears. To me this seems like Windows 10 is not booted. Any idea how I can check this? Also, from a different Github repository, I found in a json file for Windows Server 2013 the "boot_command" with value aaa. Without having any idea whether this applies to Windows 10 as well, I put that in my json file too. Maybe this boot command is wrong?
Alternatively, is there anyone out there having a public repository which I can use to create Windows 10 VMs that will run on Hyper-V on a Windows 10 machine?
Got some good news :) You don't need to build Packer from source for the Hyper-V provisioner. It was merged in at version 0.12.1 so if you have the latest you're good to go.
Here are some samples that I used when testing it for version 0.12.1+:
https://github.com/StefanScherer/packer-windows - Samples for Windows 10 & Windows Server 2016 set up with Docker & Windows containers
Ubuntu 16.04, hyperv-iso, generation 2 (UEFI) https://github.com/taliesins/packer-baseboxes/blob/master/hyperv-ubuntu-16.04.json
Feel free to ping me on GitHub (#patricklang) with issues in any of those repos.
There is not enough details to tell what's wrong.
Try using taliesins basebox - Windows 10, he is the main author of the Hyper-V support in Packer and I expect his examples to work.

How to use ec2 instance as personal dev box using intellij as IDE?

I have searched the questions and have not found an answer to this one:
I am developing an existing project (git repo) that runs only on Linux. For the time being I have at my disposal only a windows laptop which I cannot modify. This laptop has Intellij installed and internet access. I cannot, for example, create a Linux VM on this laptop.
Is there a way I can put the project code on an Amazon ec2 Linux instance and build the project on that instance, while viewing and developing the code in Intellij? All compilation and code execution has to be done remotely, on the ec2 Linux instance. I cannot build locally and push from the windows laptop.
2 possible configurations might be:
(1) install intellij on the ec2 instance and x-window in from windows to view the intellij screens;
(2) use the intellij on the Windows laptop and somehow point the intellij to the ec2 instance in order to view, edit, build, and run the project on that instance.
Any ideas are greatly appreciated!
ec2 with enough memory for development is billed / hour. For 32gb RAM it's >$80/month (always online ~450h).
You could use wls 2 under windows. You can install IDEA and use it trough X server like
VcXsrv and access to windows files. It's not the best idea to run full GNOME (even xfce4). Google chrome also works very well
Downsides are:
(still) slow access to drive compared to raw Linux
I cannot configure WSL to access same VPN as in Windows. It simply cuts off internet connection for WSL while I click connect in windows.

Setting up Rsync to pull from Windows to Linux Box using cwrsync

I have a set of machines, a mixture of Linux and Windows Boxes.
I hav set up rsync to pull from the Linux Machines to a Linux Server box.
I am trying to accomplish the same using cwRsync, to pull to the Linux box from the windows machines. I have downloaded the free version from https://www.itefix.no/i2/content/cwrsync-free-edition and also I have downloaded CopSSH. I have managed to install CopSSH fine and I am able to SSH between the Linux and Windows hosts no problem using keys rather than passwords.
However, for the life of me I can't get this cwRsync working, I've googled the matter to death, and your meant to unzip the directory, configure the environment settings in the batch file then install it. However, there is nothing to install it with! and the reason it isn't working is because it needs to install a windows service for it to run.
Any help would be much appreciated!
As described at itefix web page for the free edition, it allows to initiate rsync from your Windows machine, i.e. client functionality only (push data). Server functionality allowing you to set up an rsync server on Windows to pull data from it is not a part of the free edition.

Resources